summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-07-18 10:53:01 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-07-18 10:53:01 +0100
commit730cc7f4f69913eb1702fd2a52229d678d1e8c90 (patch)
tree98fa6c293a8dc015be80ce47db29cc78e4dbed47
parent9d3fa44ced512068be48f7ab095cd512584f0e70 (diff)
downloadjson-glib-730cc7f4f69913eb1702fd2a52229d678d1e8c90.tar.gz
Release JSON-GLib 1.3.2 (snapshot)1.3.2
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]
-rw-r--r--NEWS10
-rw-r--r--meson.build2
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',