diff options
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r-- | ReleaseNotes.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 1c2749f4..a2a6be01 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -3,9 +3,10 @@ Release Highlights 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 + * REUSE compliant licensing + * Requires MSVC 2013 or higher (when building on Windows with MSVC) * Requires CMake v3.11.0 or higher + * For the C++ bindings, requires a C++11 compliant compiler * 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 |