Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
Philip Withnall 2023-08-31 12:08:59 +01:00
parent c5acaeaa30
commit f0171c9ecc
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.76.5, 2023-08-31
==============================================
* Bugs fixed:
- #3061 Possible SEGV (null pointer deref) in distribute_method_call() (Philip
Withnall)
- #3090 Possible SEGV (null pointer deref) in _g_resource_file_new() (Philip
Withnall)
- !3531 Backport !3529 “gmenuexporter: synchronization in
org_gtk_Menus_get_interface.” to glib-2-76
- !3549 Backport !3547 “glib/gfileutils.c: use 64 bits for value in
get_tmp_file()” to glib-2-76
- !3556 Backport !3554 “gresourcefile: Fix crash if called with a badly
escaped URI” to glib-2-76
- !3557 Backport !3555 “gkeyfile: Fix overwriting of GError” to glib-2-76
- !3558 Backport !3539 “gdbusmessage: Validate required headers have the right
type” to glib-2-76
Overview of changes in GLib 2.76.4, 2023-07-06
==============================================

View File

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