summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0ab245428..d0693e389 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of changes in GLib 2.80.2, 2024-05-08
+==============================================
+
+* Fix a regression with IBus caused by the fix for CVE-2024-34397 (#3353,
+ work by Simon McVittie)
+
+* Fix installation directory of the GVariant specification (#3351, work by
+ Michael Catanzaro)
+
+* Bugs fixed:
+ - #3351 GVariant specification installed in wrong directory (Michael
+ Catanzaro)
+ - #3353 Fixing CVE-2024-34397 caused regressions for ibus (Simon McVittie)
+ - !4052 Backport "gdbusconnection: Fix test signal subscription ordering" to
+ glib-2-80
+ - !4054 Backport !4049 “Correct installation directory of GVariant
+ specification” to glib-2-80
+ - !4055 Backport !4053 “gdbusconnection: Allow name owners to have the syntax
+ of a well-known name” to glib-2-80
+
Overview of changes in GLib 2.80.1, 2024-05-07
==============================================
diff --git a/meson.build b/meson.build
index 55094c735..b995ebc06 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c',
- version : '2.80.1',
+ version : '2.80.2',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 1.2.0',
default_options : [