2024-04-07 23:19:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libical: update to 3.0.18.
Version 3.0.18 (31 March 2024):
----------------------------
* Requires CMake v3.5.0 or higher
* Escape ^ (U+005E) character in parameter values according to RFC 6868
* New CMake option LIBICAL_BUILD_EXAMPLES to disable building the examples
* Should be able to use the project as a submodule
* Built-in timezones updated to tzdata2024a
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-19 16:51:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libical: update to 3.0.17.
Improved Android support
Escape commas in x-property TEXT values
Built-in timezones updated to tzdata2023c
icalparser_ctrl setting defines how to handle invalid CONTROL characters \
during parsing
New publicly available functions:
get_zone_directory()
icalparser_get_ctrl
icalparser_set_ctrl
|
2023-04-27 14:00:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libical: update to 3.0.16.
Version 3.0.16 (17 October 2022):
---------------------------------
* Fix regressions in 3.0.15 due to improperly tested fuzz fixes
* Fix argument guards in icaltime_as_timet to match documentation and tests.
Version 3.0.15 (06 October 2022):
---------------------------------
* Add missing property parameters into libical-glib
* Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value
* Fix icaltime_as_timet, which returned incorrect results for years >= 2100,
to work properly between years 1902 and 10k.
* Fix x-property comma handling and escaping
* Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time \
zone alias)
* Fix a fuzzer issue
* Handle unreachable-code compile warnings with clang
* Ensure all vanew_foo() calls finish with (void*)0 (not 0)
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-02-13 01:20:57 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
libical: update to 3.0.14
Version 3.0.14 (05 February 2022):
----------------------------------
* icalvalue: Reset non-UTC icaltimetype::zone on set
* Fix icalcomponent_set_due not removing TZID when necessary
Version 3.0.13 (17 January 2022):
---------------------------------
* icalcomponent_get_dtend() return icaltime_null_time(), unless called on \
VEVENT, VAVAILABILITY or VFREEBUSY
* icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND
* Replace CMake FindBDB with FindBerleyDB (https://github.com/sum01/FindBerkele
|
2021-12-11 22:13:02 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
libical: update to 3.0.12
Change log:
-----------------------------------
* Fix a libicalval crash in cleanVObject
* METHOD:DECLINECOUNTER must have DTEND or DURATION
* Handle if DTEND and DURATION are both missing
* Improved FindICU (copied from official CMake. see files in cmake/Kitware)
* Buildsystem fixes (especially for the Ninja generator)
* Built-in timezones updated to tzdata2021e
|