From 8f3ed0770184727a9871a2ffbf2e8eab660b8985 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 10 Jun 2024 12:22:09 +0100 Subject: [PATCH] 2.80.3 Signed-off-by: Philip Withnall --- NEWS | 33 +++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d0693e389..e1fdf8a73 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +Overview of changes in GLib 2.80.3, 2024-06-10 +============================================== + +* Bugs fixed: + - #3184 g_socket_client_connect_to_host_async leaks memory when target host + doesn't respond to ARP (Philip Withnall) + - #3303 gi_repository_find_by_gtype is nondeterministic (Philip Withnall) + - #3366 Crash in error path of g_dbus_connection_export_menu_model() (Philip + Withnall) + - !4060 Backport !4057 “gdbusmessage: Clean the cached arg0 when setting the + message body” to glib-2-80 + - !4061 Backport !4058 “Tests: Build fixes when running `meson test` without + previous builds“ to glib-2-80 + - !4070 Partially backport !4059 “tests: Fix various memory leaks and valgrind + / ASAN errors” to glib-2-80 + - !4072 Backport !4066 “Fix several GCC 14 warnings to please msys2-mingw32 + CI” to glib-2-80 + - !4074 Backport !4065 “girepository: Don't assume a bitfield has a fixed + size” to glib-2-80 + - !4077 Backport !4073 “gmenuexporter: Fix a NULL pointer dereference on an + error handling path” to glib-2-80 + - !4079 Backport !4078 “tests: Fix clang compilation failure due to + unrecognised option in pragma” to glib-2-80 + - !4080 Backport !4033 “girepository: Keep an ordered list of the loaded + typelibs” to glib-2-80 + - !4105 Backport !4104 “gsocketclient: Fix a leak of the task data on an error + path” to glib-2-80 + +* Translation updates: + - Catalan (Jordi Mas i Hernandez) + - Slovak (Jose Riha) + + Overview of changes in GLib 2.80.2, 2024-05-08 ============================================== diff --git a/meson.build b/meson.build index b995ebc06..73299afb8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.80.2', + version : '2.80.3', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 1.2.0', default_options : [