summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-08-31 12:08:59 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2023-08-31 12:08:59 +0100
commitf0171c9eccdf9ebeabb074d4683fc9cfc41f4e60 (patch)
tree4214fe22cfd3979b62dccd20f7bb0dd759f0f5d0
parentc5acaeaa301a4320e458693dc1cdba5de98f279d (diff)
2.76.52.76.5
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cf7d538b..2da67c999 100644
--- a/NEWS
+++ b/NEWS
@@ -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
==============================================
diff --git a/meson.build b/meson.build
index e89718cb4..6ed945967 100644
--- a/meson.build
+++ b/meson.build
@@ -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 : [