summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorMarkus Minichmayr <markus@tapkey.com>2022-09-15 09:23:37 +0200
committerAllen Winter <allen.winter@kdab.com>2022-09-24 13:33:16 -0400
commit6e4dab56cf1383b4d2650be019199eedf4f22755 (patch)
tree42757d05ddc14ceb12c1f0e757e863046611cdea /ReleaseNotes.txt
parent8b0117e01a04ad57cdb0652819eea181e2a3645f (diff)
downloadlibical-git-6e4dab56cf1383b4d2650be019199eedf4f22755.tar.gz
Fix icaltime_as_timet to support dates after year 2100.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 4843d746..f027309a 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -5,6 +5,8 @@ Version 3.0.15 (UNRELEASED):
----------------------------
* Add missing property parameters into libical-glib
* Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value
+ * Fix icaltime_as_timet, which returned incorrect results for years >= 2100,
+ to work properly between years 1902 and 10k.
* Fix x-property comma handling and escaping
Version 3.0.14 (05 February 2022):