summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-02-09 16:31:30 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-02-09 16:31:30 +0000
commit667e2f35bd161fc74832b2a69d6294f583de361d (patch)
treeafbbb9e0294dccad1e795824091218aafdfe781e
parent515d1e39f6f418a60d9e4ee98a48608c1b5fcc44 (diff)
downloadjson-glib-1.6.2.tar.gz
Release 1.6.2 (stable)1.6.2
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1dd3285..f0379d9 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@ Overview of changes for 1.6
• #46 - Document nullability of `json_from_string()` [Emmanuele Bassi]
• #45 - Properly detect multiple top-level statements [Emmanuele Bassi]
• #41, #22 - Fix library versions on Darwin [Tom Schoonjans]
+• Fix build reproducibility [!33, Alexander Kanavin]
+• #26 - Fix parsing of UTF-16 surrogate pairs [James Westman]
+• #56 - Ignore UTF-8 BOM [Jan-Michael Brummer]
Overview of changes for 1.4
==============================
diff --git a/meson.build b/meson.build
index 4511982..5613ca5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('json-glib', 'c', version: '1.6.1',
+project('json-glib', 'c', version: '1.6.2',
license: 'LGPLv2.1+',
default_options: [
'warning_level=1',