Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-04-14 11:42:31 +01:00
parent bd9dd2ef1b
commit c6d1380489
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@ -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 Overview of changes in GLib 2.74.6
================================== ==================================

View File

@ -1,5 +1,5 @@
project('glib', 'c', 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 # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0', meson_version : '>= 0.60.0',
default_options : [ default_options : [