Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-05-23 11:55:59 +01:00
parent 791495e5b9
commit 69e209764b
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 22 additions and 1 deletions

21
NEWS
View File

@ -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
==============================================

View File

@ -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 : [