summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-27 11:44:03 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-27 11:45:40 -0400
commit279aa216375d46b08ea28ed0f161d034ac32caee (patch)
tree27622b1b6349b92e8e77a43a045e186251f8dc2b /ReleaseNotes.txt
parent0edc2cc9e25ac3a763491f8e002a286af0576d33 (diff)
downloadlibical-git-279aa216375d46b08ea28ed0f161d034ac32caee.tar.gz
say goodbye to the old custom Python bindings in src/python
The Python bindings are now generated using glib-introspection.
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 c7be1d18..ecbb60a0 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -7,6 +7,8 @@ Version 3.1.0 (NOT RELEASED YET):
* 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
+ * The old src/python code is removed in favor of the glib-introspection generated
+ Python bindings. Requires building with -DGOBJECT_INTROSPECTION=ON
* 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