Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-07-08 15:03:15 +01:00
parent 3b22daf758
commit 0e1647c0cb
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 18 additions and 1 deletions

17
NEWS
View File

@ -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
==============================================

View File

@ -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 : [