diff --git a/NEWS b/NEWS index 5397eb6d5..0ec3b04c9 100644 --- a/NEWS +++ b/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 + - !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 ================================== diff --git a/meson.build b/meson.build index be468c3f3..dd88b12e4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ 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 meson_version : '>= 0.60.0', default_options : [