summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-03-18 01:45:23 +0100
committerGravatar Nikias Bassen2013-03-18 01:45:23 +0100
commit188b60531b40255b82074b5fd805b878bd497dbe (patch)
tree144337fa460a040759af3cce65d6e1bc27a0b672
parentc39dc2e9b5d412d4d46375a5f97600d0e56fcf87 (diff)
downloadlibplist-188b60531b40255b82074b5fd805b878bd497dbe.tar.gz
libplist-188b60531b40255b82074b5fd805b878bd497dbe.tar.bz2
updated NEWS
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f9aa18c..d27bbaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 1.9
+~~~~~~~~~~~
+
+- Changes:
+ * Add support for handling UID node types
+ * Fix crash when converting plists containing comments
+ * Fix Bug in plist_data_compare()
+ * Fix DST handling for PLIST_DATE
+ * Fix plist_dict_set_item() and plist_array_set_item()
+ * Fix cython String plist handling
+ * Fix invalid memory access in copy_plist_data()
+ * Fix several compiler warnings
+
Version 1.8
~~~~~~~~~~~