File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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+
122Version 2.6.0
223~~~~~~~~~~~~~
324
You can’t perform that action at this time.
0 commit comments