diff options
author | Nikias Bassen | 2014-03-22 01:18:58 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-03-22 01:18:58 +0100 |
commit | 41052423c4362030134b5ec0b0ccaeff3b81d8b4 (patch) | |
tree | edbdb99db60b35736891324a24c774c58eb44ef3 | |
parent | 6b719ecda2072dafeb98a44a6f4eac247748efc0 (diff) | |
download | libplist-41052423c4362030134b5ec0b0ccaeff3b81d8b4.tar.gz libplist-41052423c4362030134b5ec0b0ccaeff3b81d8b4.tar.bz2 |
updated NEWS
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Version 1.11 +~~~~~~~~~~~~ + +- Changes: + * Deprecated plist_dict_insert_item() in favor of plist_dict_set_item() + * Updated cython bindings for Python 3.x + * Removed swig python bindings + * Changed build system to autotools + * Added new plist_dict_merge() function + * WIN32 (MinGW) + OSX compilation fixes + * Made base64 decoding thread safe + Version 1.10 ~~~~~~~~~~~~ |