summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-04-14 11:42:31 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2023-04-14 11:42:31 +0100
commitc6d1380489d5e4d73e6ed9267fa60448d09bfd12 (patch)
tree68f44c9a7c12fbb1f779707ac9aa0320c3af43f6
parentbd9dd2ef1bf4e974e73e93833303df84b3cec1d5 (diff)
2.74.72.74.7
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 95f33fbbf..823230de0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Overview of changes in GLib 2.74.7
+==================================
+
+* Bugs fixed:
+ - #2922 GWin32AppInfo: Missing NULL string check (Luca Bacci)
+ - #2924 Use-after-free of GDBusMethodInvocation in GDBusInterfaceSkeleton
+ (Philip Withnall)
+ - #2972 GtkFileLauncher: generated paths not recognized on Win32 (Luca Bacci)
+ - !3298 Backport !3297 “gdbusinterfaceskeleton: Fix a use-after-free of a
+ GDBusMethodInvocation” to glib-2-74
+ - !3300 Backport !3272 “gdbus: Never buffer reads during server
+ authentication” to glib-2-74
+ - !3303 gdbus: Fix an accidental string freeze break
+ - !3307 tests: Skip assert-msg-test.py if gdb fails
+ - !3320 Backport !3317 “GWin32AppInfo: Add NULL string checks” to glib-2-74
+ - !3360 Backport !3359 “GWin32AppInfo: Fix g_str_has_prefix() check” to
+ glib-2-74
+
+
Overview of changes in GLib 2.74.6
==================================
diff --git a/meson.build b/meson.build
index c8e986510..71ac3e5ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c',
- version : '2.74.6',
+ version : '2.74.7',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0',
default_options : [