Skip to content

Commit b8cfac2

Browse files
committed
Updated NEWS for release
1 parent e255ed0 commit b8cfac2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
122
Version 2.6.0
223
~~~~~~~~~~~~~
324

0 commit comments

Comments
 (0)