From bdb1ca86fb770b22ab4fdd9db12c927519102c76 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Wed, 5 Oct 2022 16:20:18 -0400 Subject: Ensure all vanew_foo() calls finish with (void*)0 (not 0) --- ReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ReleaseNotes.txt') diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 98826346..33fe52db 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -11,6 +11,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): ---------------------------------- -- cgit v1.2.1 From 408c598eea3d40c728df4e7dfd78dcdcc132c377 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 6 Oct 2022 11:41:16 -0400 Subject: ReleaseNotes.txt - release date for 3.0.15 --- ReleaseNotes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ReleaseNotes.txt') diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 33fe52db..d5a0c52e 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,8 +1,8 @@ Release Highlights ================== -Version 3.0.15 (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, -- cgit v1.2.1 From a3757f078af3049bd6dbab377b13e7cecd08eb31 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 6 Oct 2022 15:02:50 -0400 Subject: This would become version 3.0.16 --- ReleaseNotes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ReleaseNotes.txt') diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index d5a0c52e..4f41de4c 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,6 +1,10 @@ Release Highlights ================== +Version 3.0.16 (UNRELEASED): +---------------------------- + * + Version 3.0.15 (06 October 2022): --------------------------------- * Add missing property parameters into libical-glib -- cgit v1.2.1