From f522c3f94d67493c58e9b0e27a7862c2e7ec105b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 6 Jul 2023 16:39:47 +0100 Subject: [PATCH] 2.76.4 Signed-off-by: Philip Withnall --- NEWS | 23 +++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cf4d65101..5cf7d538b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Overview of changes in GLib 2.76.4, 2023-07-06 +============================================== + +* Fix build failure on Android with `statx()` support (#3039) + +* Bugs fixed: + - #3003 glib-compile-schemas failed on directory name with no Latin symbols + (Daniyar Tleulin) + - #3039 Build failure due to statx fields with NDK r25.c (Philip Withnall) + - !3447 Backport !3446 “glib-compile-resources: Fix non-ASCII arg parsing on + Windows” to glib-2-76 + - !3479 Backport !3473 ”glib: reset errno to 0 when futex() returns EAGAIN” to + glib-2-76 + - !3480 Backport !3468 “Avoid stack overflow in gspawn on macOS” to glib-2-76 + - !3492 Backport !3482 “glocalfileinfo: Fix incorrect use of struct + statx.st_mtimensec on Android” to glib-2-76 + +* Translation updates: + - English (United Kingdom) (Bruce Cowan) + - Portuguese (Brazil) (Leônidas Araújo) + - Slovak (Dušan Kazik) + + Overview of changes in GLib 2.76.3, 2023-05-23 ============================================== diff --git a/meson.build b/meson.build index 43e058078..e89718cb4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.76.3', + version : '2.76.4', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 0.60.0', default_options : [