summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-03-19 17:33:45 +0100
committerGravatar Nikias Bassen2013-03-19 17:33:45 +0100
commita852ae679f5e1ed4c8b72988631e3bf5606b72b4 (patch)
treea96a01e9d4dad0c382b976bff029e6c59626459e
parent1b12d348f7efd0a5a1ead163a68111b1def98e8d (diff)
downloadlibplist-a852ae679f5e1ed4c8b72988631e3bf5606b72b4.tar.gz
libplist-a852ae679f5e1ed4c8b72988631e3bf5606b72b4.tar.bz2
updated NEWS
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d27bbaa..b47c7e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
1Version 1.10
2~~~~~~~~~~~~
3
4- Changes:
5 * Renamed plutil to plistutil to not mask Apple's plutil
6 * Fixed cython bindings (broken in 1.9)
7 * Added support for PLIST_UID node types to C++, cython, and swig bindings
8
9- Important Note:
10 * Support for swig python bindings will be dropped with future releases.
11 The bindings will be kept in the source tree for now, but we suggest
12 to update your python code to use the cython bindings instead.
13
1Version 1.9 14Version 1.9
2~~~~~~~~~~~ 15~~~~~~~~~~~
3 16