mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
2.74.5
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
788e1cf888
commit
39a71aff37
25
NEWS
25
NEWS
@ -1,3 +1,28 @@
|
|||||||
|
Overview of changes in GLib 2.74.5
|
||||||
|
==================================
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #2843 gtk_show_uri can't open browser on MSYS2 on Windows (Luca Bacci)
|
||||||
|
- #2881 Invalid read of size 4 in get_matched_substring_number (Philip
|
||||||
|
Withnall)
|
||||||
|
- #2883 g_file_set_contents fails on mingw64 with "no error" if file size >
|
||||||
|
INT_MAX (CCode)
|
||||||
|
- !3165 gthread-posix: need to #include <errno.h>
|
||||||
|
- !3166 Backport !3160 “GWin32AppInfo: Check for local file path first” to
|
||||||
|
glib-2-74
|
||||||
|
- !3182 Backport !3178 “glocalfileinfo: Don't reset mtime tv_sec when setting
|
||||||
|
tv_usec” to glib-2-74
|
||||||
|
- !3197 Backport !3194 “gregex: Prevent invalid memory access for unmatched
|
||||||
|
subpatterns” to glib-2-74
|
||||||
|
- !3204 Backport !3200 “gfileutils: Use 'write' with 'count' <= max value of
|
||||||
|
its return type” to glib-2-74
|
||||||
|
- !3214 Backport !3213 “gvariant: Optimise g_variant_print() for nested
|
||||||
|
maybes” to glib-2-74
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Abkhazian (Nart Tlisha)
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.74.4
|
Overview of changes in GLib 2.74.4
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c',
|
project('glib', 'c',
|
||||||
version : '2.74.4',
|
version : '2.74.5',
|
||||||
# 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 : [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user