summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-05-23 11:55:59 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2023-05-23 11:55:59 +0100
commit69e209764bcfef599a21b32f82f88f1906bf197c (patch)
treeae363b5370213cf094f9cfdd3d20543d68deeefe
parent791495e5b9b22619412f929b57ef572719fa061b (diff)
downloadglib-69e209764bcfef599a21b32f82f88f1906bf197c.tar.gz
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe5c7dd93..cf4d65101 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes in GLib 2.76.3, 2023-05-23
+==============================================
+
+* Bugs fixed:
+ - #1264 Use-after-free under
+ send_message_with_reply_cleanup():gdbusconnection.c:1792 (Philip Withnall)
+ - !3402 Backport !3398 “Avoid having g_futex_simple() inadvertently modify
+ errno” to glib-2-76
+ - !3403 Backport !3400 “Revert "Fix error format in gio/gunixconnection.c
+ (part 2)"” to glib-2-76
+ - !3427 Backport !3291 “gdbusconnection: Fix double unref on timeout/cancel
+ sending a message” to glib-2-76
+ - !3428 Backport !3425 “gwin32networkmonitor: Fix returning address of local
+ variable” to glib-2-76
+ - !3434 Backport !3430 “gobject_gdb.py: fix regression caused by bfbe7127d5”
+ to glib-2-76
+
+* Translation updates:
+ - Galician (Fran Dieguez)
+
+
Overview of changes in GLib 2.76.2, 2023-04-21
==============================================
diff --git a/meson.build b/meson.build
index 48f3d46f6..43e058078 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c',
- version : '2.76.2',
+ version : '2.76.3',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0',
default_options : [