mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-03 15:21:12 +01:00
23
NEWS
23
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
|
Overview of changes in GLib 2.76.3, 2023-05-23
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c',
|
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
|
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
|
||||||
meson_version : '>= 0.60.0',
|
meson_version : '>= 0.60.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
|||||||
Reference in New Issue
Block a user