2024-12-29 21:54:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libical: update to 3.0.19.
Version 3.0.19 (23 December 2024):
----------------------------------
* Fix for changes to the libicu 75 API
* Add vcpkg manifest-mode support
* Improved berkeley-db discovery on Mac with homebrew
* Improved libicu discrovery on Mac with homebrew
* Properly set DYLD_LIBRARY_PATH on Mac for libical-ical tests
* Resolved known limitation: Negative values are now also supported for \
`BYMONTHDAY` and `BYYEARDAY`.
* Add support for RDATE;VALUE=PERIOD
* Fix time conversion to time_t for times before epoch
* Allow `icalcomponent_foreach_recurrence` to receive `DATE`-only `start` and \
`end` params.
* Fix the calculation of an event's duration if `DTSTART` is a `DATE`-only value.
* Fix `icaltime_span_new()` - ignore the case where DTEND is unset and require \
it to be set by the caller instead.
* Various fixes for fuzzer issues
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-08-19 19:30:45 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libical: convert to cmake/build.mk
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
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)
|