summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-09-20 13:14:48 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-09-21 12:30:39 +0200
commit6ed6303e40d6eaf80f2acfbfbcadbb169d156e9c (patch)
treebadf9c1110edbd30c031865cc341d5b1367ea757
parent0e4922c8bc847f48f24d5ab36026d1bf43a7f7ab (diff)
2.72.42.72.4
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a233fcb9..3e862df78 100644
--- a/NEWS
+++ b/NEWS
@@ -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
==================================
diff --git a/meson.build b/meson.build
index 04fce1d90..0a53ad81f 100644
--- a/meson.build
+++ b/meson.build
@@ -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 : [