diff options
| -rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
| @@ -1,3 +1,27 @@ | |||
| 1 | Version 1.12 | ||
| 2 | ~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | - Changes: | ||
| 5 | * Fix plist_from_bin() changing value nodes to key nodes in dictionaries | ||
| 6 | * Avoid exporting non-public symbols | ||
| 7 | * Prevent crash in plist_from_bin() when parsing unusual binary plists | ||
| 8 | * Fix crash in String|Key::GetValue() and actually make C++ interface work | ||
| 9 | * Fix memory leaks in new_xml_plist() and parse_real_node() | ||
| 10 | * Fix header guards to conform to C++ standard | ||
| 11 | * Update Cython based Python bindings and remove plist_new_key() | ||
| 12 | * Fix key nodes not being output correctly if they contained XML entities | ||
| 13 | * Fix handling and storage of signed vs. unsigned integer values | ||
| 14 | * Fix date handling to respect the "Mac Epoch" instead of "Unix Epoch" | ||
| 15 | * Remove plist_set_type() as it should not be used | ||
| 16 | * Fix deprecated macros to work with older LLVM/Clang | ||
| 17 | * Fix various shadowed declarations | ||
| 18 | * Add documentation to explicitly describe memory buffer ownership | ||
| 19 | * Fix memory leak in plist_from_bin() | ||
| 20 | * Add various test cases based on fixes | ||
| 21 | * Fix wrong timezone related date/time conversion of date nodes | ||
| 22 | * Fix endian detection on MIPS architecture | ||
| 23 | * Fix parallel build for autotools | ||
| 24 | |||
| 1 | Version 1.11 | 25 | Version 1.11 |
| 2 | ~~~~~~~~~~~~ | 26 | ~~~~~~~~~~~~ |
| 3 | 27 | ||
