summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be471f7..2627893 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
1Version 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
1Version 2.6.0 22Version 2.6.0
2~~~~~~~~~~~~~ 23~~~~~~~~~~~~~
3 24