summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-06 15:17:04 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-06 15:17:04 -0400
commit6c0a830af64fb40d1db0f32135dc30c280af6cca (patch)
tree5fc7bcf5b70e9cf7d1dc36648277f427e97e5859 /ReleaseNotes.txt
parent537642936828ec21c1fb5543dfe85d9898ed9232 (diff)
parenta3757f078af3049bd6dbab377b13e7cecd08eb31 (diff)
downloadlibical-git-6c0a830af64fb40d1db0f32135dc30c280af6cca.tar.gz
Merge branch '3.0'
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 54c74b6e..51d8a44d 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -54,8 +54,12 @@ Version 3.1.0 (NOT RELEASED YET):
+ struct icaltimezonetype
+ struct icaltimezonephase
-Version 3.0.15 (UNRELEASED):
+Version 3.0.16 (UNRELEASED):
----------------------------
+ *
+
+Version 3.0.15 (06 October 2022):
+---------------------------------
* 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,
@@ -64,6 +68,7 @@ Version 3.0.15 (UNRELEASED):
* Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
* Fix fuzzer issues
* Handle unreachable-code compile warnings with clang
+ * Ensure all vanew_foo() calls finish with (void*)0 (not 0)
Version 3.0.14 (05 February 2022):
----------------------------------