Added pkg-config support, will appear in 0.5.1.
[portableproplib.git] / NEWS
blob4a90f6a2ac53c0d660f1ca7a69824350985e4ade
2 0.5.1
3 -------------------------------------------------------------------------------
4  * Added pkg-config support and install a proplib.pc file.
5  
6 0.5.0
7 -------------------------------------------------------------------------------
8  * Synced proplib code with NetBSD HEAD, which replaces the red-black tree
9    implementation and checks for NULL pointers passed in to the _dict/_array
10    functions.
12  * The _zfile functions in the API are now encapsulated into its own file,
13    that way upstream changes are merged easily.
15  * The list of public API exported symbols is now handled via libtool's
16    -exported-symbols option so that local symbols don't pollute the API.
18  * Explicitly require a C99 compiler. Don't want to waste time in non C99
19    compilers.
21  * Build with Stack Smashing Protection if supported by the compiler, and
22    a bunch of compiler warnings.
24 0.4.1
25 -------------------------------------------------------------------------------
26  * When externalizing a file with the _file variant, it was always writting
27    gzipped archives but without compression, this added garbage into the
28    plist files, thus not being compatible.
30 0.4
31 -------------------------------------------------------------------------------
32  * Added support to internalize (read) and externalize (write) plist
33    files compressed with gzip(1) (by using the compatible zlib interface).
35    The ABI has not been touched, some new functions have been added:
36     - prop_array_externalize_to_zfile()
37     - prop_array_internalize_from_zfile()
38     - prop_dictionary_externalize_to_zfile().
39     - prop_dictionary_internalize_from_zfile().
41    Due to this additions, zlib is now required. The _zfile() variants are
42    able to internalize/externalize from uncompressed plist files as well.
44 0.3
45 -------------------------------------------------------------------------------
46  * Add strlcat again with an autoconf check.
47  * Emit decimal numbers rather than hex when externalizing unsigned numbers.
48  * A bugfix from NetBSD that properly handles empty data nodes, ie
49    <data></data>.
51 0.2
52 -------------------------------------------------------------------------------
53  * A bugfix from NetBSD that fixes two race conditions that could corrupt
54    the red-black tree to store the objects.
55  * Added some more tests to configure.ac.
57 0.1
58 -------------------------------------------------------------------------------
59  * Initial public release matching libprop from NetBSD 4.99.73.