This commit is contained in:
Marco Trevisan (Treviño) 2022-09-20 13:14:48 +02:00
parent 0e4922c8bc
commit 6ed6303e40
No known key found for this signature in database
GPG Key ID: 9449C2F50996635F
2 changed files with 23 additions and 1 deletions

22
NEWS
View File

@ -1,3 +1,25 @@
Overview of changes in GLib 2.72.4
==================================
* Bugs fixed:
- #2634 g_cond_wait_until: returning FALSE immediately on mips24 (Philip
Withnall)
- #2687 Regression: in GLib 2.72.3, in gsocketclient/cancellable (Philip
Withnall)
- #2719 GParamSpec constructors should have nullable annotation on nick/blurb
(Andy Holmes)
- #2733 gio: GVariantBuilder builder leaked in g_document_portal_add_documents
when URI list is empty (Sebastian Keller)
- !2810 Backport !2808 “gsocketclient: Fix passing NULL to
g_task_get_cancellable()” to glib-2-72
* Translation updates:
- Czech (Marek Černocký)
- Georgian (Zurab Kargareteli)
- Hungarian (Balázs Úr)
- Serbian (Мирослав Николић)
- Spanish (Daniel Mustieles)
Overview of changes in GLib 2.72.3
==================================

View File

@ -1,5 +1,5 @@
project('glib', 'c',
version : '2.72.3',
version : '2.72.4',
# NOTE: We keep this pinned at 0.52 because that's what Debian Stable ships
meson_version : '>= 0.52.0',
default_options : [