[json-glib] Release JSON-GLib 0.13.4



commit 02b3ee77a35624a3d6e478ae3700100cb24bf18f
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Jun 15 11:08:37 2011 +0100

    Release JSON-GLib 0.13.4

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00d4f01..fa00736 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,12 @@ Overview of changes for 0.14.0
 â Add missing introspection annotations [Luca Bruno]
 â Add JsonReader.list_members()
 â Allow using JsonReader.read_element() on JSON objects
+â Remove all G_CONST_RETURN usage after the deprecation
+â Allow JsonSerializable to override the introspection and
+  modification of properties
+â Add i18n support for GError messages
+â Do not serialize GObject properties that match their default
+  values.
 
 Overview of changes for 0.12.0
 ==============================
diff --git a/configure.ac b/configure.ac
index 00e1aa9..785b60f 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], [3])
+m4_define([json_micro_version], [4])
 
 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]