summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-01-19 13:44:30 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2023-01-19 13:44:30 +0000
commit39a71aff372ed491a24ca84409d9f93bc7c5d6d4 (patch)
tree20e8d18e63f9b733672d4123b725a9b0f036f9f2
parent788e1cf8887f90f552e881447381b119707bd40e (diff)
downloadglib-39a71aff372ed491a24ca84409d9f93bc7c5d6d4.tar.gz
2.74.52.74.5
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS25
-rw-r--r--meson.build2
2 files changed, 26 insertions, 1 deletions
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 <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
==================================
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 : [