[json-glib] Release JSON-GLib 0.99.2 (1.0.0-rc1)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] Release JSON-GLib 0.99.2 (1.0.0-rc1)
- Date: Mon, 3 Feb 2014 23:53:44 +0000 (UTC)
commit 43f40339eae66e0f6545da7638f36c9b07de0bab
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Feb 3 23:49:11 2014 +0000
Release JSON-GLib 0.99.2 (1.0.0-rc1)
First release candidate for JSON-GLib.
NEWS | 9 +++++++++
configure.ac | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0321670..fbe9935 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes for 1.0
+==============================
+• Bump the dependency on GLib to 2.38
+• Use the TAP driver for the test suite
+• Improve the syntax validation in JsonPath
+• Validate the JsonParser input to be UTF-8
+• Add command line tools for validating and formatting JSON
+• Improve documentation
+
Overview of changes for 0.16.0
==============================
• Fixes for building with VisualStudio. [Chun-wei Fan]
diff --git a/configure.ac b/configure.ac
index 932120f..0d6be64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# bump micro_version to the next even number for each point release
# bump micro_version to the next odd number after each release
m4_define([json_major_version], [0])
-m4_define([json_minor_version], [17])
-m4_define([json_micro_version], [1])
+m4_define([json_minor_version], [99])
+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]