summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* CMakeLists.txt, ReleaseNotes.txt - for a future 3.0.10 releaseAllen Winter2021-04-111-0/+4
| | | | not sure yet if we'll have a 3.0.10 release
* ReleaseNotes.txt - prepare for 3.0.9 releasev3.0.9Allen Winter2021-01-161-3/+3
|
* no_sanitize("thread") attributes for quieting sanitizerAllen Winter2021-01-091-0/+1
| | | | | also add "improve thread safety" to ReleaseNotes and a bit of code cleaning from recent contributions.
* ReleaseNotes.txt - updateAllen Winter2020-12-201-4/+5
|
* icalrecur.c: Per RFC 5545, Section 3.3.10: each recur-rule-part MUST NOT ↵Ken Murchison2020-11-241-0/+1
| | | | occur more than once
* update to tzdata2020dAllen Winter2020-11-211-0/+1
|
* ReleaseNotes.txt: Fix reading TZif files with empty v1 data (use v2+ ↵Ken Murchison2020-11-131-0/+1
| | | | whenever possible)
* ReleaseNotes.txt: Several fixes for recurrences containing BYWEEKNOKen Murchison2020-11-081-0/+1
|
* libical/CMakeLists.txt - compiled-in path for build-in tzdataAllen Winter2020-11-011-0/+1
| | | | | | | remove lots of escape quotes that were needed with ancient CMake but break things with modern CMake Issue#436
* Fix build with icu-68.1Allen Winter2020-10-311-0/+1
| | | | | | Use stdbool.h to define true and false when possible Issue#448
* ReleaseNotes.txt - accept VTIMEZONE with more than one X- propertyAllen Winter2020-10-241-0/+1
|
* ReleaseNotes.txt - updateAllen Winter2020-09-291-0/+1
|
* ReleaseNotes.txt - 3.0.9 Adds support for empty parametersAllen Winter2020-06-221-1/+1
|
* various - open for 3.0.9 releaseAllen Winter2020-03-071-0/+4
|
* ReleaseNotes.txt - remove a mis-reported item in 3.0.8Allen Winter2020-03-071-1/+0
|
* ReleaseNotes.txt - final for v3.0.8v3.0.8Allen Winter2020-03-071-2/+2
|
* ReleaseNotes.txt - updateAllen Winter2020-03-061-0/+1
|
* ReleaseNotes.txt - update for 3.0.8Allen Winter2020-01-251-1/+2
|
* CMakeLists.txt, ReleaseNotes.txt - open for 3.0.8Allen Winter2019-12-151-1/+5
|
* ReleaseNotes.txt - update for 3.0.7 releasev3.0.7Allen Winter2019-12-151-2/+5
|
* Let icalattach_new_from_data() use the 'free_fn' argument againmcrha/annotationsMilan Crha2019-10-151-0/+1
| | | | | | | | | | This had been disabled with commit 7a2f318bacae5521848963d96a3a644bc6be1d01 (in time of 1.0.1) to fix inline attachments crashing. That commit could eventually cause memory leaks and higher memory usage. This change adds necessary strdup() calls on places where required only and makes use of the 'free_fn' argument again. It also fixes libical-glib's i_cal_attach_new_from_bytes(), which relies on this 'free_fn'.
* libical-glib: Fix ICalAttach handling of the icalattach native structureMilan Crha2019-10-141-1/+1
| | | | | | | The icalattach structure is specific, it has its own ref-counting, thus let the ICalAttach wrapper depend on it, rather than depend on the owner ICalProperty or ICalValue. This way the "owner" can be freed and the ICalAttach will still hold valid structure.
* CMakeLists.txt, ReleaseNotes.txt - open for 3.0.7Allen Winter2019-09-141-1/+5
|
* ReleaseNotes.txt - set release datev3.0.6Allen Winter2019-09-141-1/+1
|
* update zoneinfo for tzdata2019cAllen Winter2019-09-141-0/+1
|
* Address commentsNicolas Fella2019-08-021-0/+1
|
* Merge branch '3.0-backports' into 3.0Allen Winter2019-07-141-0/+2
|\
| * ReleaseNotes.txt - refer to icaltimezone_truncate_vtimezone()Allen Winter2019-07-131-0/+2
| |
* | ReleaseNotes.txt - updateAllen Winter2019-07-111-0/+2
|/
* ReleaseNotes.txt - note "Fix RRULEs with both UNTIL and COUNT"Allen Winter2019-07-101-1/+1
|
* Revert "Revert "setup for release 3.0.6""Allen Winter2019-05-161-0/+4
| | | | This reverts commit 1b3eb45a7db4a9fd0aaf70fc7f8cfa9a4800ece4.
* Revert "setup for release 3.0.6"v3.0.5Allen Winter2019-05-161-4/+0
| | | | This reverts commit b377bda40d30365f52f1d98b7aeacb3d769567cc.
* setup for release 3.0.6Allen Winter2019-05-141-0/+4
|
* ReleaseNotes.txt - final for release 3.0.5Allen Winter2019-05-141-10/+10
|
* ReleaseNotes.txt - mention defuzzAllen Winter2019-05-121-0/+1
|
* ReleaseNotes.txt - trivialAllen Winter2019-05-111-1/+0
|
* ReleaseNotes.txt - add dates for all the Version sectionsAllen Winter2019-05-111-16/+20
|
* ReleaseNotes.txt - final before 3.0.5 releaseAllen Winter2019-05-111-1/+2
|
* icalproperty.c - use location as TZID fallback in ↵Allen Winter2019-04-281-0/+1
| | | | icalproperty_get_datetime_with_component
* ReleaseNotes.txt - add a blurb about libical-glib unstableAllen Winter2019-04-061-0/+3
|
* ReleaseNotes.txt - mention GObject Introspection versioning changeAllen Winter2018-11-171-0/+1
|
* ReleaseNotes.txt - mention the DATE/DATE-TIME VALUE patchAllen Winter2018-11-171-0/+1
|
* various - cleanup after the new ENABLE_GTK_DOC optionAllen Winter2018-11-111-0/+1
|
* icalcomponent.h - expose icalproperty_get_datetime_with_component()Allen Winter2018-11-111-1/+6
| | | | | moved this function from icalproperty_p.h fixes #357
* ReleaseNotes.txt - mention tzdata2018eAllen Winter2018-08-121-0/+1
|
* various - icalderived(value|parameter|property) enum iterationAllen Winter2018-08-121-0/+2
| | | | | | Issue#343 - best fix we can do without breaking compatibility also introduce new public function icalproperty_kind_is_valid()
* ReleaseNotes.txt - add "TZID on DATE-TIME value can override time specified ↵Allen Winter2018-08-041-0/+1
| | | | in UTC"
* src/libicalvcal/vcc.[c,y] - Fix parsing VCF files produced by OutlookAllen Winter2018-07-211-0/+1
| | | | | | Thanks for your patch bosim Issue#339
* cmake/modules/FindICU.cmake - allow pkgconfig to get is a hintAllen Winter2018-05-261-0/+1
|
* skip over the Unicode byte order mark (BOM character) when parsing.Allen Winter2018-05-231-0/+1
| | | | | addresses https://bugzilla.gnome.org/show_bug.cgi?id=796116 Patch by Milan.