summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-03-20 17:32:33 +0100
committerGravatar Martin Szulecki2011-03-20 17:32:33 +0100
commitab7a6f4382f12ac3cf13dae83d721120b093dbe2 (patch)
treef8b07cf2d991c1dc0c1a39fbbb7f9937530117fb
parent00df38d1b370584ed07e2d1b9179df4d4178b0d3 (diff)
downloadlibplist-ab7a6f4382f12ac3cf13dae83d721120b093dbe2.tar.gz
libplist-ab7a6f4382f12ac3cf13dae83d721120b093dbe2.tar.bz2
Add NEWS file with list of changes
-rw-r--r--NEWS89
1 files changed, 89 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..26d575d
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,89 @@
1Version 1.4
2~~~~~~~~~~~
3
4- New maintainer and source location
5- Changes:
6 * Update AUTHORS from git history
7 * Fix Unicode writing in binary plists
8 * Update plist doctype
9 * Fix Dictionary copy constructor
10 * Fix Mac OS X library install path detection
11 * Plug memory leak when writing Unicode data
12
13Version 1.3
14~~~~~~~~~~~
15
16- Changes:
17 * Endianness, alignment and type-punning fixes
18 * Fix armel floating point endianess
19 * Allow compiling with mingw on Windows
20 * Minor bugfixes
21
22Version 1.2
23~~~~~~~~~~~
24
25- Changes:
26 * Fix xml entity conversion
27 * Silence build warnings
28
29Version 1.1
30~~~~~~~~~~~
31
32- Changes:
33 * Fix use of integer nodes within Python Bindings
34
35Version 1.0
36~~~~~~~~~~~
37
38- Changes:
39 * Bugfixes
40 * Remove deprecated API
41
42Version 0.16
43~~~~~~~~~~~~
44
45- Changes:
46 * Build fixes
47 * Fix issues with SWIG
48
49Version 0.15
50~~~~~~~~~~~~
51
52- Changes:
53 * Build fixes
54
55Version 0.14
56~~~~~~~~~~~~
57
58- Changes:
59 * Add C++ binding
60 * Refactor API
61 * Bugfixes
62
63Version 0.13
64~~~~~~~~~~~~
65
66- Changes:
67 * Add plist_copy for deep node copies
68 * Add node setter functions
69 * Unlink nodes from parent if free'd
70 * Update Python bindings
71
72Version 0.12
73~~~~~~~~~~~~
74
75- Changes:
76 * Merge ascii and unicode handling in PLIST_STRING using UTF-8
77 * Remove unicode related declaration in API (breaks API&ABI)
78 * Fix bad variable type for date elements
79 * Silence compiler warnings
80 * Plugged few memory leaks
81
82Version 0.11
83~~~~~~~~~~~~
84
85- Changes:
86 * Fix Python binding segfaults
87 * Python API additions
88 * Better binary buffer handling in Python bindings
89