summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-06-18 11:14:37 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-06-18 11:14:37 +0100
commitff97e679522c52be6b5dfe0f851416cdeac7f921 (patch)
tree8f5c18c6887b91294f3cfeadf8f85f8a8c788984 /NEWS
parent182ca9cd9a3fabaa2533d841154856c61c570d08 (diff)
downloadjson-glib-ff97e679522c52be6b5dfe0f851416cdeac7f921.tar.gz
[release] Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36f3bcc..ad45d96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Overview of changes for 0.8.0
+=============================
+* Remove the in-tree Vala bindings: they are part of Vala, now
+* Remove the in-tree Debian packaging
+* Fix bug #958: JsonGenerator does not escape special characters
+* Fix bug #965: Conditionally compile the test suite
+* Display the filename and line inside the error messages when
+ loading from a file
+* Fix bug #1203: Correctly terminate a string array
+* Fix bug #1393: Regression tests fail on OpenBSD
+* Do not leak memory on error code paths
+* Improve and clean up the build system
+* Make JsonNode completely opaque
+* Conditionally generate introspection data on build
+* Fix bug #1353: Do not overwrite when copying
+* Deprecate json_object_add_member()
+* Add convenience accessors for JsonObject and JsonArray
+* Add convenience iteration functions for JsonObject and JsonArray
+
Overview of changes for 0.6.0
=============================
* Allow deserialization of strings into enum and flag types