diff options
| author | 2025-05-13 18:37:14 +0200 | |
|---|---|---|
| committer | 2025-05-13 18:37:14 +0200 | |
| commit | b8cfac2aae312225ffb9bee944a4d84dbb73fbcd (patch) | |
| tree | 5617992d4aec679c90c21fe3ee8c0a1d3b3da0e5 /NEWS | |
| parent | e255ed0727cd8734520d4e105bd2327520323b9d (diff) | |
| download | libplist-b8cfac2aae312225ffb9bee944a4d84dbb73fbcd.tar.gz libplist-b8cfac2aae312225ffb9bee944a4d84dbb73fbcd.tar.bz2 | |
Updated NEWS for release
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -1,3 +1,24 @@ | |||
| 1 | Version 2.7.0 | ||
| 2 | ~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | - Changes: | ||
| 5 | * Add plist_new_unix_date, plist_get_unix_date_val, plist_set_unix_date_val functions | ||
| 6 | that work with int64_t values representing a UNIX timestamp instead of | ||
| 7 | using the 'MAC epoch'. | ||
| 8 | These new functions should be used instead of plist_new_date, | ||
| 9 | plist_get_date_val, and plist_set_date_val, which are now marked deprecated | ||
| 10 | and might be removed in a future version of libplist. | ||
| 11 | * Allow building the library without tool(s) | ||
| 12 | * Switch to more generic global initializer method | ||
| 13 | * json: Allow e+/E+ in exponent as per RFC 8259 | ||
| 14 | * C++: Add more convenience functions to the interface | ||
| 15 | * C++: Add more type variants to different constructors and operators | ||
| 16 | - Bugfixes: | ||
| 17 | * Fix segmentation fault when calling plist_sort() on an empty dictionary | ||
| 18 | * Fix compilation on MSVC | ||
| 19 | * C++: Fix bug in internal helper function of Array class | ||
| 20 | * C++: Fix String::GetValue memory leaking and support assignment of const char* | ||
| 21 | |||
| 1 | Version 2.6.0 | 22 | Version 2.6.0 |
| 2 | ~~~~~~~~~~~~~ | 23 | ~~~~~~~~~~~~~ |
| 3 | 24 | ||
