summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2024-05-08 18:53:54 +0100
committerPhilip Withnall <pwithnall@gnome.org>2024-05-08 18:53:54 +0100
commitd40f72e98e4734ba826ba9a278814530720ba760 (patch)
tree812178e3df9de96fdb37f4514cd6130967f15e3b
parent6106db9f0936c70c9ace5d57ea3fdcbf6ca9b776 (diff)
2.78.62.78.6
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 96a9fc951..ce2670711 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in GLib 2.78.6, 2024-05-08
+==============================================
+
+* Fix a regression with IBus caused by the fix for CVE-2024-34397 (#3353,
+ work by Simon McVittie)
+
+* Bugs fixed:
+ - #3353 Fixing CVE-2024-34397 caused regressions for ibus (Simon McVittie)
+ - !4056 Backport !4053 “gdbusconnection: Allow name owners to have the syntax
+ of a well-known name” to glib-2-78
+
Overview of changes in GLib 2.78.5, 2024-05-07
==============================================
diff --git a/meson.build b/meson.build
index b9a908d31..47b382b72 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c',
- version : '2.78.5',
+ version : '2.78.6',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0',
default_options : [