diff options
| author | 2024-02-21 02:12:23 +0100 | |
|---|---|---|
| committer | 2024-02-21 02:12:23 +0100 | |
| commit | 51623f619c06dd704bcaafb4afeceb307ebf3193 (patch) | |
| tree | 50e14951f017803e2329cb830e5dea71104436a0 /NEWS | |
| parent | ead508ac82fdbce0c1a9ea7b893dd7cc5a4c9266 (diff) | |
| download | libplist-51623f619c06dd704bcaafb4afeceb307ebf3193.tar.gz libplist-51623f619c06dd704bcaafb4afeceb307ebf3193.tar.bz2 | |
Updated NEWS for release2.4.0
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
| @@ -1,3 +1,21 @@ | |||
| 1 | Version 2.4.0 | ||
| 2 | ~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | - Changes: | ||
| 5 | * Add a PLIST_OPT_NONE value to plist_write_options_t | ||
| 6 | * autoconf: Allow disabling build of test suite | ||
| 7 | * Update doxygen config and document undocumented macros | ||
| 8 | * Add an explicit PLIST_FORMAT_NONE value | ||
| 9 | * Add a libplist_version() function to the interface | ||
| 10 | * docs: Use README.md to generate mainpage with doxygen | ||
| 11 | - Bugfixes: | ||
| 12 | * Several compiler-related fixes and code improvements | ||
| 13 | * Plug memory leak in plist_write_to_stream() | ||
| 14 | * Prevent adding NULL items to array/dictionary nodes | ||
| 15 | * Fix parallel running of test suite | ||
| 16 | * Fix cython bindings | ||
| 17 | * Fix OOB read in plist_from_memory() | ||
| 18 | |||
| 1 | Version 2.3.0 | 19 | Version 2.3.0 |
| 2 | ~~~~~~~~~~~~~ | 20 | ~~~~~~~~~~~~~ |
| 3 | 21 | ||
