diff options
| author | 2020-05-26 19:28:54 +0200 | |
|---|---|---|
| committer | 2020-05-26 19:28:54 +0200 | |
| commit | e2a030a763cc8c296ae6a8edbc44e16195dae8df (patch) | |
| tree | 7828fa8edc13e45357b021c62009a4036cfdbb5b /NEWS | |
| parent | e6c465e5d8feffe81b11755b18b744872236a260 (diff) | |
| download | libplist-e2a030a763cc8c296ae6a8edbc44e16195dae8df.tar.gz libplist-e2a030a763cc8c296ae6a8edbc44e16195dae8df.tar.bz2 | |
Updated NEWS for release
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,3 +1,17 @@ | |||
| 1 | Version 2.2.0 | ||
| 2 | ~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | - Changes: | ||
| 5 | * bplist: Improve recursion check performance by at least 30% for large files | ||
| 6 | * test: Fix test suite on Windows | ||
| 7 | * cython: Fix handling of Date nodes (MACH_EPOCH) | ||
| 8 | * Add new plist_*_val_compare(), plist_*_val_contains() helper functions | ||
| 9 | * Fix/suppress several compiler warnings | ||
| 10 | * plistutil: Added ability for files to be read from stdin | ||
| 11 | * plistutil: Added ability to specify output format | ||
| 12 | * Fix: Return NULL from plist_copy() if passed a NULL pointer instead of asserting | ||
| 13 | * Add GitHub Actions integration for automatic build tests | ||
| 14 | |||
| 1 | Version 2.1.0 | 15 | Version 2.1.0 |
| 2 | ~~~~~~~~~~~~~ | 16 | ~~~~~~~~~~~~~ |
| 3 | 17 | ||
