summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-08-17 19:02:59 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-08-17 19:02:59 +0100
commitf33b07cc409531a6892acae492616f60467ca24e (patch)
tree5adbdb9c1c4c5062159c4a81184876d08969ac59
parent197f36dddbbcdf836633b1739935d59c675b7216 (diff)
downloadjson-glib-1.6.4.tar.gz
Release JSON-GLib 1.6.4 (stable)1.6.4
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0379d9..06778ff 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ Overview of changes for 1.6
• Fix build reproducibility [!33, Alexander Kanavin]
• #26 - Fix parsing of UTF-16 surrogate pairs [James Westman]
• #56 - Ignore UTF-8 BOM [Jan-Michael Brummer]
+• Discover linker flags on all toolchains
+• #58 - Fix memory leak [Richard Hughes]
+• Use gi-docgen instead of gtk-doc for generating the API reference
+• Build against newer versions of GLib
Overview of changes for 1.4
==============================
diff --git a/meson.build b/meson.build
index 8d42472..61fae31 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('json-glib', 'c', version: '1.6.3',
+project('json-glib', 'c', version: '1.6.4',
license: 'LGPLv2.1+',
default_options: [
'warning_level=1',