summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ReleaseNotes.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 440685e4..7b055ca0 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -2,7 +2,7 @@ Release Highlights
==================
Version 3.0.5 (14 May 2019):
----------------------------
+----------------------------
* New publicly available function:
+ icalproperty_get_datetime_with_component()
* Allow reset DATE/DATE-TIME VALUE parameter for all-day events
@@ -12,10 +12,10 @@ Version 3.0.5 (14 May 2019):
* libical-glib API is considered unstable, define LIBICAL_GLIB_UNSTABLE_API=1 before
including <libical-glib/libical-glib.h> to be able to use it.
* Built-in timezones updated to tzdata2019a
- * De-fuzzifications
+ * De-fuzzifications and Coverity fixes
Version 3.0.4 (14 Aug 2018):
----------------------------
+----------------------------
* Silently fail RSCALE recurrence clauses when RSCALE is disabled
* Fixed icalcomponent_set_comment() and icalcomponent_set_uid()
* fix FREQ=MONTHLY;BYMONTH
@@ -28,25 +28,25 @@ Version 3.0.4 (14 Aug 2018):
* Built-in timezones updated to tzdata2018e
Version 3.0.3 (27 Feb 2018):
----------------------------
+----------------------------
* VTODO COMPLETED property can be a DATE-TIME or DATE (for backward compatibility)
* Improved recurrence iteration
Version 3.0.2 (17 Feb 2018):
----------------------------
+----------------------------
* No longer attempt to detect the need for -DUSE_32BIT_TIME_T with MSVC
* New CMake option ICAL_BUILD_DOCS which can be used to disable the docs target
* Fix threading hang in BSD type systems (OpenBSD, MacOS,...)
* Build with Ninja improvements
Version 3.0.1 (18 Nov 2017):
----------------------------
+----------------------------
* Built-in timezones updated to tzdata2017c
* Fix a multi-threaded deadlock in icaltimezone_load_builtin_timezone()
* Fix a CMake problem with parallel builds
Version 3.0.0 (28 Oct 2017):
----------------------------
+----------------------------
* Relicense from MPL 1.0 to MPL 2.0 (keep dual license for LGPL v2.1)
* Requires CMake v3.1.0 or higher along with various CMake and buildsystem fixes
* Added a 'make uninstall'
@@ -89,7 +89,7 @@ Version 3.0.0 (28 Oct 2017):
+ int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array)
Version 2.0.0 (28 Dec 2015):
----------------------------
+----------------------------
* WARNING: Version 2 IS NOT Binary Compatible with Older Versions
* Version 2 is Source Compatible with Older Versions
* Lots of source code scrubbing
@@ -101,7 +101,7 @@ Version 2.0.0 (28 Dec 2015):
* Handle threading better
Version 1.0.1 (11 Oct 2014):
----------------------------
+----------------------------
* [Bug] issue74: Do not escape double quote character
* [Bug] issue80,issue92: fix crashes using icaltimezone_load_builtin_timezone() recursively
* [Bug] Fix icalcomponent_foreach_recurrence() and large durations between recurrences (e.g. FREQ=YEARLY)
@@ -130,5 +130,5 @@ Version 1.0.1 (11 Oct 2014):
* [Quality] A bunch of Coverity Scan warnings silenced
Version 1.0.0 (28 Jun 2014):
----------------------------
+----------------------------
* Reborn