diff options
author | Nikias Bassen | 2013-03-18 01:45:23 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-03-18 01:45:23 +0100 |
commit | 188b60531b40255b82074b5fd805b878bd497dbe (patch) | |
tree | 144337fa460a040759af3cce65d6e1bc27a0b672 | |
parent | c39dc2e9b5d412d4d46375a5f97600d0e56fcf87 (diff) | |
download | libplist-188b60531b40255b82074b5fd805b878bd497dbe.tar.gz libplist-188b60531b40255b82074b5fd805b878bd497dbe.tar.bz2 |
updated NEWS
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 ~~~~~~~~~~~ |