From 551bd5c1d1db1aa10d71acb9cde6a088a374d8bb Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 2 Jul 2020 13:58:20 +0100 Subject: [PATCH] 2.64.4 Signed-off-by: Philip Withnall --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 : [