diff --git a/NEWS b/NEWS index 2efed3ef5..5646223a1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Overview of changes in GLib 2.64.4 +================================== + +* Bugs fixed: + - #2140 calling malloc in fork child is undefined-behaviour + - !1507 Backport !1504 “win32 gpoll: Fix wait for at least one thread to return” to glib-2-64 + - !1523 Backport !1522 “meson: Fix gnulib printf checks” to glib-2-64 + - !1547 Backport !1544 “Resolve "calling malloc in fork child is undefined-behaviour"” to glib-2-64 + +* Translation updates: + - Kazakh + - Slovenian + + Overview of changes in GLib 2.64.3 ================================== diff --git a/meson.build b/meson.build index db57297b9..7c80472d8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', 'cpp', - version : '2.64.3', + version : '2.64.4', # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships meson_version : '>= 0.49.2', default_options : [