summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-02-11 12:22:39 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2021-02-11 12:22:39 +0000
commit95115f029d9c170c2e966cd7d3547b6394c92a4a (patch)
treedea19695c780ea54389db567b74727a3e3719f0e
parentbd48718f09c65d2e39287df750cdaa558381006f (diff)
2.66.72.66.7
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 520df7a95..0f0a6a28b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of changes in GLib 2.66.7
+==================================
+
+* Fix various regressions caused by rushed security fixes in 2.66.6
+ (work by Simon McVittie and Jan Alexander Steffens) (!1933, !1943)
+
+* Fix a silent integer truncation when calling `g_byte_array_new_take()` for
+ byte arrays bigger than `G_MAXUINT` (work by Krzesimir Nowak) (!1944)
+
+* Disallow using currently-undefined D-Bus connection or server flags to prevent
+ forward-compatibility problems with new security-sensitive flags likely to be
+ released in GLib 2.68 (work by Simon McVittie) (!1945)
+
+* Bugs fixed:
+ - !1933 [2.66] Fix regressions in 2.66.6 where negative gssize indicates strlen()
+ - !1943 Backport !1941 “gkeyfilesettingsbackend: Fix basename handling when group is unset” to glib-2-66
+ - !1944 Backport !1942 “gbytearray: Do not accept too large byte arrays” to glib-2-66
+ - !1945 Backport !1934 “gdbus: Reject attempts to set future connection or server flags” to glib-2-66
+
+
Overview of changes in GLib 2.66.6
==================================
diff --git a/meson.build b/meson.build
index ac9f739d3..aee96566c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.66.6',
+ version : '2.66.7',
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [