mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
2.74.7
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
bd9dd2ef1b
commit
c6d1380489
19
NEWS
19
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
|
Overview of changes in GLib 2.74.6
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@ -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 : [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user