summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.0'HEADmasterAllen Winter2023-03-241-0/+2
|\
| * 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.
* | Merge branch '3.0'Allen Winter2022-10-251-1/+2
|\ \ | |/
| * 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.
* | Merge branch '3.0'Allen Winter2022-10-241-0/+1
|\ \ | |/
| * Add info about building on AndroidAllen Winter2022-10-241-0/+1
| | | | | | | | remove the ancient Android toolchain file
* | Merge branch '3.0'Allen Winter2022-10-171-2/+5
|\ \ | |/
| * 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
| |
* | Merge branch '3.0'Allen Winter2022-10-111-0/+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.
* | Merge branch '3.0'Allen Winter2022-10-101-2/+2
|\ \ | |/
| * Revert "src/libical/icalparser.c - fix a fuzz issue for integer overflow"Allen Winter2022-10-101-2/+2
| | | | | | | | This reverts commit ca3e2ad983771b90da259994b7a6d7de1fd1abdc.
* | Merge branch '3.0'Allen Winter2022-10-061-1/+6
|\ \ | |/
| * 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
| |
* | Merge branch '3.0'Allen Winter2022-10-031-0/+1
|\ \ | |/
| * add clang diagnostic pragmas to quiet unreachable-code warningsAllen Winter2022-10-031-0/+1
| | | | | | | | fixes: #486
* | Merge branch '3.0'Allen Winter2022-10-011-1/+1
|\ \ | |/
| * src/libical/icalparser.c - fix a fuzz issue for integer overflowAllen Winter2022-10-011-1/+1
| |
* | Merge branch '3.0'Allen Winter2022-09-301-0/+2
|\ \ | |/
| * 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
* | say goodbye to the old custom Python bindings in src/pythonAllen Winter2022-09-271-0/+2
| | | | | | | | The Python bindings are now generated using glib-introspection.
* | Merge branch '3.0'Allen Winter2022-09-241-0/+2
|\ \ | |/
| * Fix icaltime_as_timet to support dates after year 2100.Markus Minichmayr2022-09-241-0/+2
| |
* | Merge branch '3.0'Allen Winter2022-09-241-0/+1
|\ \ | |/
| * 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.
* | Internally represent GEO properties as textAllen Winter2022-06-111-0/+1
| | | | | | | | | | | | This allows arbitrary precision for the GEO values fixes: #531
* | src/libical/icaltz-util.h - hide icaltzutil_fetch_timezoneAllen Winter2022-06-071-28/+30
| | | | | | | | | | | | | | icaltzutil_fetch_timezone should never have been an exported symbol -- it is intended for library-use only fixes: #466
* | consider libical-glib as stable nowAllen Winter2022-06-061-0/+2
| | | | | | | | fixes: #574
* | REUSE complianceAllen Winter2022-06-061-2/+3
| | | | | | | | fixes: #489
* | Merge branch '3.0'Allen Winter2022-06-031-0/+1
|\ \ | |/
| * Buildsystem - fix sizeof time_t is 4 with -DUSE_32BIT_TIME_TAllen Winter2022-06-031-0/+1
| | | | | | | | fixes: #557
* | buildsystem - USE_64BIT_ICALTIME_T -> LIBICAL_ENABLE_64BIT_ICALTIME_TAllen Winter2022-06-031-0/+2
| | | | | | | | namespace the cmake options
* | Merge branch '3.0'Allen Winter2022-04-271-2/+2
|\ \ | |/
| * 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.
* | buildsystem - a C11-compliant C compiler is required for libical-glibAllen Winter2022-02-061-1/+2
| |
* | buildsystem - require C++11 compliance for the C++ bindingsAllen Winter2022-02-051-0/+1
| |
* | Merge branch '3.0'Allen Winter2022-02-051-1/+5
|\ \ | |/
| * 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
| |
* | ReleaseNotes.txt: updated to note RFC9073/9074 supportKen Murchison2022-01-241-0/+1
| |
* | Merge branch '3.0'Allen Winter2022-01-221-0/+1
|\ \ | |/
| * 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
* | Merge branch '3.0'Allen Winter2022-01-201-1/+1
|\ \ | |/
| * 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 - mention rfc9073 and rfc9074 supportAllen Winter2022-01-201-1/+2
| |