summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-03 13:08:19 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-03 13:08:19 -0400
commit4f22bbb2d1d1f3a7a218e2d8d363f94a071151c9 (patch)
tree8befa5870b70aec86b3f5d1d481a470bd456063e /ReleaseNotes.txt
parent32c14b2e448199d0a9de91e9844ef32abf9e4747 (diff)
downloadlibical-git-4f22bbb2d1d1f3a7a218e2d8d363f94a071151c9.tar.gz
buildsystem - USE_64BIT_ICALTIME_T -> LIBICAL_ENABLE_64BIT_ICALTIME_T
namespace the cmake options
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 da0598f3..77f411ca 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -6,6 +6,8 @@ Version 3.1.0 (NOT RELEASED YET):
* MSVC 2013 or higher (when building on Windows with MSVC)
* For the C++ bindings, a C++11 compliant compiler is required
* Requires CMake v3.11.0 or higher
+ * New CMake option "LIBICAL_ENABLE_64BIT_ICALTIME_T" to use 64-bit time_t implementations
+ on 32-bit systems (where available and supported. Windows-only so far)
* libical-glib requires glib 2.38 or higher
* libical-glib requires a C11 compliant compiler
* draft-ietf-calext-eventpub-extensions-19 (RFC 9073) support added