summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-09-10 11:39:49 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-09-10 11:39:49 +0100
commitc2c12e42920d6e06c23c87398996827e53c1fc72 (patch)
tree23d0e852d95694c8e4f8e743f2fdbaed05c99bef
parentbca2bdd8679178a5ee40415c422ed13c6218ec32 (diff)
downloadglib-c2c12e42920d6e06c23c87398996827e53c1fc72.tar.gz
2.66.02.66.0
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c5a4a331d..2789f0889 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.66.0
+==================================
+
+* Bugs fixed:
+ - #2200 missing tab in makefile rule
+ - !1639 guri: Fix user passed to g_uri_split_with_user() not being NULL'd
+
+* Translation updates:
+ - Croatian
+ - Hungarian
+ - Italian
+ - Serbian
+ - Slovak
+ - Swedish
+
+
Overview of changes in GLib 2.65.3
==================================
diff --git a/meson.build b/meson.build
index 6f9ae6c83..7765a40a1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.65.3',
+ version : '2.66.0',
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [