From 8200545eceb6b788ff5f33292f95ec51905562ad Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 26 Aug 2024 10:17:20 +0100 Subject: [PATCH] 2.82.0 Signed-off-by: Philip Withnall --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8bef80a2e..82e39affc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +Overview of changes in GLib 2.82.0, 2024-08-26 +============================================== + +* Change the default value of -Dglib_debug from `auto` to `enabled` for + developers — distributions will almost certainly want to override it to + `-Dglib_debug=disabled` for package release builds though; see #3421 + +* Revert per-instance locking changes in `GCancellable` as they introduced new + races (#3448) + +* Bugs fixed: + - #3417 Investigate trampoline performance implications in g_mutex_lock_impl() + changes (Philip Withnall) + - #3421 Default value for glib_debug meson option (Philip Withnall) + - #3428 wrong comment in gmessage.c:escape_string + - #3450 Should check for epoll_create1 rather than epoll_create (Philip + Withnall) + - #3451 Gio.MenuModel docs have an outdated UI example (Philip Withnall) + - !4195 Replace hi.po with updated translations. + - !4197 gunixmounts: Fix use of uninitialised variable + - !4198 tests: Run expected-to-hang cancellable tests in subprocesses + - !4205 CI/msys2-mingw32: Set the G_DEBUGGER environment variable + - !4207 Update Chinese translation + - !4208 Update Swedish translation + - !4211 Revert !2765 “GCancellable: Use per-instance mutex logic instead of + global critical sections” for glib-2-82 + - !4213 Various small backports to glib-2-82 + - !4215 Backport !4214 “gthread: Move thread _impl functions to static inlines + for speed” to glib-2-82 + +* Translation updates: + - Chinese (China) (lumingzh) + - Hindi (Karunakar Guntupalli) + - Swedish (Anders Jonsson) + + Overview of changes in GLib 2.81.2, 2024-08-16 ============================================== diff --git a/meson.build b/meson.build index 28f02e131..c6590962f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.81.2', + version : '2.82.0', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 1.2.0', default_options : [