[json-glib] Release JSON-GLib 0.13.90 (0.14.0-rc1)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] Release JSON-GLib 0.13.90 (0.14.0-rc1)
- Date: Fri, 9 Sep 2011 14:01:58 +0000 (UTC)
commit 1cb4ed1fac84026a19b35ce10c54df8a6ed12959
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Fri Sep 9 14:57:13 2011 +0100
Release JSON-GLib 0.13.90 (0.14.0-rc1)
NEWS | 2 ++
configure.ac | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fa00736..2a93cab 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ Overview of changes for 0.14.0
â Add i18n support for GError messages
â Do not serialize GObject properties that match their default
values.
+â Make JsonReader perform a stricter validation especially when using
+ the strongly typed accessors.
Overview of changes for 0.12.0
==============================
diff --git a/configure.ac b/configure.ac
index dac751f..324a272 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], [5])
+m4_define([json_micro_version], [90])
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]