summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|