Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-07-02 13:58:20 +01:00
parent 8e7a483a73
commit 551bd5c1d1
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -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 Overview of changes in GLib 2.64.3
================================== ==================================

View File

@ -1,5 +1,5 @@
project('glib', 'c', 'cpp', 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 # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2', meson_version : '>= 0.49.2',
default_options : [ default_options : [