[json-glib] Release JSON-GLib 0.13.2 (snapshot)



commit aa793a4fbcc4d44d367ba84d3782823885fec045
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed May 18 13:37:38 2011 +0100

    Release JSON-GLib 0.13.2 (snapshot)

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a20fba0..00d4f01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes for 0.14.0
+==============================
+â?¢ Documentation fixes
+â?¢ Bump the dependency on GLib to 2.26
+â?¢ Allow building on Windows using VisualStudio [Chun-wei Fan]
+â?¢ Add JSON â?? GVariant translation [Eduardo Lima Mitev]
+â?¢ Improve sanity checks when (de)serializing GObject
+  properties [Tristan Van Berkom]
+â?¢ Add missing introspection annotations [Luca Bruno]
+â?¢ Add JsonReader.list_members()
+â?¢ Allow using JsonReader.read_element() on JSON objects
+
 Overview of changes for 0.12.0
 ==============================
 â?¢ Support surrogate pairs in JSON strings [Eiichi Sato]
diff --git a/configure.ac b/configure.ac
index 8e56a01..0de1c49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # bump micro_version to the next odd number after each release
 m4_define([json_major_version], [0])
 m4_define([json_minor_version], [13])
-m4_define([json_micro_version], [1])
+m4_define([json_micro_version], [2])
 
 m4_define([json_version], [json_major_version.json_minor_version.json_micro_version])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]