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



commit 83965c9474dcd35da6bffaa00f0e715986e70d74
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Mar 1 16:16:05 2016 +0000

    Release JSON-GLib 1.1.2 (snapshot)

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fbe9935..711d37a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes for 1.2
+==============================
+• Add simple wrapper functions for JsonGenerator and JsonParser to
+  write and read a string from and to a JsonNode, respectively
+• Drop use of deprecated GIO API
+• Bump the dependency on GLib to 2.46
+• Do not create `null` nodes for empty strings [#730803]
+• Documentation fixes [Philip Withnall - #754384]
+• Avoid crashes in the test suite [Iain Lane - #755977]
+• Add simple iterator object for JSON objects [Philip Withnall - #755509]
+• Detect missing commas in arrays
+• Add support for g_auto* macros
+• Allow making JSON types optionally immutable, in order to allow
+  efficient hashing and equality tests [Philip Withnal - #756121]
+
 Overview of changes for 1.0
 ==============================
 • Bump the dependency on GLib to 2.38
diff --git a/configure.ac b/configure.ac
index 4645b6d..2070f10 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], [1])
 m4_define([json_minor_version], [1])
-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]