summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-02-21 02:12:23 +0100
committerGravatar Nikias Bassen2024-02-21 02:12:23 +0100
commit51623f619c06dd704bcaafb4afeceb307ebf3193 (patch)
tree50e14951f017803e2329cb830e5dea71104436a0
parentead508ac82fdbce0c1a9ea7b893dd7cc5a4c9266 (diff)
downloadlibplist-51623f619c06dd704bcaafb4afeceb307ebf3193.tar.gz
libplist-51623f619c06dd704bcaafb4afeceb307ebf3193.tar.bz2
Updated NEWS for release2.4.0
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b07d95..760f4e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 2.4.0
+~~~~~~~~~~~~~
+
+- Changes:
+ * Add a PLIST_OPT_NONE value to plist_write_options_t
+ * autoconf: Allow disabling build of test suite
+ * Update doxygen config and document undocumented macros
+ * Add an explicit PLIST_FORMAT_NONE value
+ * Add a libplist_version() function to the interface
+ * docs: Use README.md to generate mainpage with doxygen
+- Bugfixes:
+ * Several compiler-related fixes and code improvements
+ * Plug memory leak in plist_write_to_stream()
+ * Prevent adding NULL items to array/dictionary nodes
+ * Fix parallel running of test suite
+ * Fix cython bindings
+ * Fix OOB read in plist_from_memory()
+
Version 2.3.0
~~~~~~~~~~~~~