2 -------------------------------------------------------------------------------
3 * When externalizing a file with the _file variant, it was always writting
4 gzipped archives but without compression, this added garbage into the
5 plist files, thus not being compatible.
8 -------------------------------------------------------------------------------
9 * Added support to internalize (read) and externalize (write) plist
10 files compressed with gzip(1) (by using the compatible zlib interface).
12 The ABI has not been touched, some new functions have been added:
13 - prop_array_externalize_to_zfile()
14 - prop_array_internalize_from_zfile()
15 - prop_dictionary_externalize_to_zfile().
16 - prop_dictionary_internalize_from_zfile().
18 Due to this additions, zlib is now required. The _zfile() variants are
19 able to internalize/externalize from uncompressed plist files as well.
22 -------------------------------------------------------------------------------
23 * Add strlcat again with an autoconf check.
24 * Emit decimal numbers rather than hex when externalizing unsigned numbers.
25 * A bugfix from NetBSD that properly handles empty data nodes, ie
29 -------------------------------------------------------------------------------
30 * A bugfix from NetBSD that fixes two race conditions that could corrupt
31 the red-black tree to store the objects.
32 * Added some more tests to configure.ac.
35 -------------------------------------------------------------------------------
36 * Initial public release matching libprop from NetBSD 4.99.73.