summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
Commit message (Collapse)AuthorAgeFilesLines
* libical-glib: Add get_zone_directory3.0Jan Tojnar2023-03-241-0/+2
| | | | This will be useful for evolution-data-server to use the same zone directory as libical.
* Escape comma in x-property TEXT valuesRobert Stepanek2022-10-251-1/+2
| | | | | | | 453689b7678cbc588c2811efb953d513fc8dc90f changed libical to not escape comma in x-property values. While this is a sane choice for x-property values of unknown kind, it is wrong if the value type of the property is TEXT.
* Add info about building on AndroidAllen Winter2022-10-241-0/+1
| | | | remove the ancient Android toolchain file
* This would become version 3.0.17Allen Winter2022-10-171-0/+3
|
* ReleaseNotes.txt - release todayv3.0.16Allen Winter2022-10-171-2/+2
|
* ReleaseNotes.txt - update for regression fixesAllen Winter2022-10-171-1/+1
|
* ReleaseNotes.txt: Version 3.0.16 Fix argument guards in icaltime_as_timet to ↵Markus Minichmayr2022-10-111-0/+1
| | | | match documentation and tests.
* Revert "src/libical/icalparser.c - fix a fuzz issue for integer overflow"Allen Winter2022-10-101-2/+2
| | | | This reverts commit ca3e2ad983771b90da259994b7a6d7de1fd1abdc.
* This would become version 3.0.16Allen Winter2022-10-061-0/+4
|
* ReleaseNotes.txt - release date for 3.0.15v3.0.15Allen Winter2022-10-061-2/+2
|
* Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-051-0/+1
|
* add clang diagnostic pragmas to quiet unreachable-code warningsAllen Winter2022-10-031-0/+1
| | | | fixes: #486
* src/libical/icalparser.c - fix a fuzz issue for integer overflowAllen Winter2022-10-011-1/+1
|
* ReleaseNotes.txt - add the fuzzer fixAllen Winter2022-09-301-0/+1
|
* zoneinfo - update to tzdata2022dAllen Winter2022-09-301-0/+1
| | | | now with a VTIMEZONE for each time zone alias
* Fix icaltime_as_timet to support dates after year 2100.Markus Minichmayr2022-09-241-0/+2
|
* Fixes to x-property comma handling and escapingKent Sutherland2022-09-241-0/+1
| | | | | | | | | | | - Don't allow x-properties to be split into multiple values since RFC 5545 says that only explicitly documented properties should be split - Don't escape text in x-property values since RFC 5545 says that the value should be *VALUE-CHAR rather than *SAFE-CHAR These changes allow Apple's x-properties (such as X-CALENDARSERVER-ATTENDEE-COMMENT and X-APPLE-TRAVEL-START) to be round-tripped safely.
* Buildsystem - fix sizeof time_t is 4 with -DUSE_32BIT_TIME_TAllen Winter2022-06-031-0/+1
| | | | fixes: #557
* Add missing property parameters into libical-glibMilan Crha2022-04-271-1/+1
| | | | These had been available in the libical, but not in the libical-glib.
* CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.15Allen Winter2022-02-051-0/+4
|
* ReleaseNotes.txt - 3.0.14v3.0.14Allen Winter2022-02-051-2/+2
|
* icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't ↵Kent Sutherland2022-01-221-0/+1
| | | | have a zone This would result in strings like "DUE;TZID=America/Chicago:20220122" where the TZID wouldn't get removed even though the type is a DATE
* icalvalue: Reset non-UTC icaltimetype::zone on setMilan Crha2022-01-191-1/+1
| | | | | | | | | | | When setting an icaltimetype value, the passed-in structure can have set a timezone, which is tight to the source component of the passed-in value and which can be made invalid when the source component is freed. As the structure is copied completely even on clone of the component, then the 'zone' pointer can be passed forward in the clones. Related to https://bugzilla.redhat.com/show_bug.cgi?id=2038090
* ReleaseNotes.txt - fix typoAllen Winter2022-01-171-1/+1
|
* CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.14Allen Winter2022-01-171-0/+4
|
* ReleaseNotes.txt - update for release 3.0.13v3.0.13Allen Winter2022-01-171-2/+2
|
* ReleaseNotes.txt - add blurb about BDB and ICU discovery on MacAllen Winter2022-01-161-0/+1
|
* buildsystem - replace our ancient FindBDB with more modern FindBerkeleyDBAllen Winter2022-01-161-0/+1
| | | | | Copied from https://github.com/sum01/FindBerkeleyDB This file has an "unlicense"
* icalcomponent_get_duration() — calculate the duration differently for ↵Дилян Палаузов2022-01-151-1/+2
| | | | | | VEVENT and VTODO icalcomponent_get_dtend() — return null-time, unless called on VEVENT, VAVAILABILITY or VFREEBUSY.
* This becomes version 3.0.13Allen Winter2021-12-081-0/+4
|
* ReleaseNotes.txt - prep for 3.0.12 releasev3.0.12Allen Winter2021-12-081-2/+2
|
* ReleaseNotes.txt - updateAllen Winter2021-12-081-1/+3
|
* ReleaseNotes.txt - mention buildsystem fixes for NinjaAllen Winter2021-11-271-1/+2
|
* ReleaseNotes.txt - updateAllen Winter2021-11-201-0/+2
|
* Copy in and Use the Kitware FindICU.cmake from CMake 3.21Allen Winter2021-11-071-1/+1
| | | | | | | | | Rather than increase the CMake version requirement to 3.7, in order to upgrade from our less-than-perfect home-grown FindICU we copy in the official CMake version and use that. This seems to fix static linking problems with ICU on Windows. It may also fix static linking on other platforms.
* CMakeLists.txt, ReleaseNotes.txt - this is v3.0.12 nowAllen Winter2021-10-091-0/+4
|
* ReleaseNotes.txt - update for 3.0.11 releasev3.0.11Allen Winter2021-10-091-2/+2
|
* update zoneinfo to tzdata2021cAllen Winter2021-10-091-0/+1
|
* buildsystem - adjust libdir and includedir in generated pkgconfigAllen Winter2021-09-261-0/+1
| | | | | | | | The lib and include dirs can be set at CMake time by passing LIB_INSTALL_DIR and INCLUDE_INSTALL_DIR values. Additionally, on 64-bit linux the libdir default is "lib64". Issue#508
* ReleaseNotes.txt - updateAllen Winter2021-09-221-0/+1
|
* ReleaseNotes.txt - mention recent vcal fixesAllen Winter2021-09-181-0/+2
|
* CMakeLists.txt - fix builds against BerkeleyDB v6 and higherAllen Winter2021-08-211-0/+1
| | | | issue#505
* Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly ↵Ken Murchison2021-04-181-1/+1
| | | | recurrences
* CMakeLists.txt, ReleaseNotes.txt - for a future 3.0.11 releaseAllen Winter2021-04-171-0/+4
| | | | not sure yet if we'll have a 3.0.11 release (hope not)
* ReleaseNotes.txt - 3.0.10 releasev3.0.10Allen Winter2021-04-171-2/+2
|
* update builtin zoneinfo for tzdata2021a3.0.10Allen Winter2021-04-111-0/+1
|
* ReleaseNotes.txt: updated with icaltzutil_fetch_timezone() changesKen Murchison2021-04-111-0/+2
|
* ReleaseNotes.txt - add blurb for 3.10 about the recent bugfixAllen Winter2021-04-111-0/+1
|
* ReleaseNotes.txt - updateAllen Winter2021-04-111-0/+1
|
* ReleaseNotes.txt - add blurb about Ninja fixAllen Winter2021-04-111-1/+1
|