From 0e1647c0cb7741d5bcaac4b47e9cc610cb9d3c3d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 8 Jul 2024 15:03:15 +0100 Subject: [PATCH] 2.80.4 Signed-off-by: Philip Withnall --- NEWS | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e1fdf8a73..2288e6ccb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Overview of changes in GLib 2.80.4, 2024-07-08 +============================================== + +* Bugs fixed: + - #3394 GLib unit tests fail on macOS runner due to localhost being out of + addresses (Philip Withnall) + - #3401 Random failures to build glib 2.80.3 (Philip Withnall) + - !4112 Backport !4111 “gioerror: Map EADDRNOTAVAIL to + G_IO_ERROR_CONNECTION_REFUSED” to glib-2-80 + - !4118 Backport !3373 and !4117 “Handle files >4GB in g_file_load_contents()“ + to glib-2-80 + - !4124 Backport !4020 and !4122: fixes to GIR install locations and build + race fixes + - !4141 Backport !4110 “gthreadedresolver: ref-sink returned records in + lookup_records()” to glib-2-80 + + Overview of changes in GLib 2.80.3, 2024-06-10 ============================================== diff --git a/meson.build b/meson.build index 73299afb8..85e24aa69 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.80.3', + version : '2.80.4', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 1.2.0', default_options : [