summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-06 08:09:39 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-06 08:09:39 -0400
commit5de3e1500d33e3f14b289ee29ceb79cd9cc64fed (patch)
tree071fd080dfcbb6e9e78aee3abded1236a9060470 /ReleaseNotes.txt
parent8a02c81153db797703adf2e18be94efe0f0c7b8c (diff)
downloadlibical-git-5de3e1500d33e3f14b289ee29ceb79cd9cc64fed.tar.gz
REUSE compliance
fixes: #489
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt5
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