[json-glib] Release JSON-GLib 1.3.2 (snapshot)
- From: Emmanuele Bassi <ebassi src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [json-glib] Release JSON-GLib 1.3.2 (snapshot)
 
- Date: Tue, 18 Jul 2017 09:59:41 +0000 (UTC)
 
commit 730cc7f4f69913eb1702fd2a52229d678d1e8c90
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Jul 18 10:53:01 2017 +0100
    Release JSON-GLib 1.3.2 (snapshot)
    
    Changes from 1.2.8:
    
     • Use Meson as the only build system
     • #773504 - Avoid extra allocations [Garrett Regier]
     • #780550 - meson error looking for python3 [Daniele Forghieri]
     • #769206 - docs: Clarify when NULL might be returned [Matthew Leeds]
     • #766281 - utils/json_from_string: Don't reset user-provided error
                 argument [Heinrich Fink]
     • #758580 - json_reader_is_value returns TRUE for null type but
                 json_reader_get_value throws an error [Robert Ancell]
     • #768788 - Incorrect account of jsonPath syntax in doc [Allin Cottrell]
     • #774688 - json_from_string() could be optimized to avoid copying the
                 root node [Ole André Vadla Ravnås]
 NEWS        |   10 ++++++++++
 meson.build |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 17d7727..ec31653 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 Overview of changes for 1.4
 ==============================
 • Use Meson as the only build system
+• #773504 - Avoid extra allocations [Garrett Regier]
+• #780550 - meson error looking for python3 [Daniele Forghieri]
+• #769206 - docs: Clarify when NULL might be returned [Matthew Leeds]
+• #766281 - utils/json_from_string: Don't reset user-provided error
+            argument [Heinrich Fink]
+• #758580 - json_reader_is_value returns TRUE for null type but
+            json_reader_get_value throws an error [Robert Ancell]
+• #768788 - Incorrect account of jsonPath syntax in doc [Allin Cottrell]
+• #774688 - json_from_string() could be optimized to avoid copying the
+            root node [Ole André Vadla Ravnås]
 
 Overview of changes for 1.2
 ==============================
diff --git a/meson.build b/meson.build
index 6a74455..52d422b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('json-glib', 'c', version: '1.3.1',
+project('json-glib', 'c', version: '1.3.2',
         license: 'LGPLv2.1+',
         default_options: [
           'warning_level=1',
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]