summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-11-24 12:29:05 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2022-11-24 12:29:05 +0000
commitb5299ed2055aa3ccd628aceb016c1e9bda516e39 (patch)
tree16c25358b7f4a4c0ea7406ebdbd552dbcb304d09
parent7908532046d988839dda934f329e46a0783ee342 (diff)
2.74.22.74.2
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS36
-rw-r--r--meson.build2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4b61a4a4d..1787d3a62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Overview of changes in GLib 2.74.2
+==================================
+
+* Fix `GVariant` type depths checks on text format variants (work by Philip Withnall) (#2782)
+
+* Fix an obscure corner case with FD handling in `g_spawn_*()` when a process
+ has already closed the standard I/O FDs (work by Ray Strode) (#2795)
+
+* Fix regression in type checking on `const` arguments to `g_str_equal()` (#2809)
+
+* Bugs fixed:
+ - #2782 GVariant type depth not checked on typedecls in text format variants
+ (Philip Withnall)
+ - #2795 [regression] gnome-keyring-daemon uses 100% CPU with glib-2.74.1 (Ray
+ Strode)
+ - #2799 Wrong GTask tag on error return path in
+ g_proxy_resolver_lookup_async() (Michael Catanzaro)
+ - #2809 g_str_equal switched to stricter API (typing) (Philip Withnall)
+ - !3017 Backport !3008 “gio/gdesktopappinfo: Free the wrapped argv array on
+ launch failure” to glib-2-74
+ - !3038 Backport !3035 “portal: Fix broken header guard” to glib-2-74
+ - !3039 Backport !3029 “Revert "Handling collision between standard i/o file
+ descriptors and newly created ones" ” to glib-2-74
+ - !3046 Backport !3045 “gproxyresolver: lookup_finish() should better parallel
+ lookup_async()” to glib-2-74
+ - !3063 Backport !3061 “gvariant-parser: Speed up maybe_wrapper() by an order
+ of magnitude” to glib-2-74
+ - !3084 Backport !3082 “gstrfuncs: Fix regression in types accepted by
+ g_str_equal()” to glib-2-74
+
+* Translation updates:
+ - Abkhazian (Nart Tlisha)
+ - Dutch (Nathan Follens)
+ - Serbian (Мирослав Николић)
+
+
Overview of changes in GLib 2.74.1
==================================
diff --git a/meson.build b/meson.build
index 43bb46832..c49738067 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c',
- version : '2.74.1',
+ version : '2.74.2',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0',
default_options : [