summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-07-02 13:58:20 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-07-02 13:58:20 +0100
commit551bd5c1d1db1aa10d71acb9cde6a088a374d8bb (patch)
tree323675188ad8c7543a2bb22dc68dab5e91f3572e
parent8e7a483a7360c4ef83f165853a63af462d2db8c4 (diff)
downloadglib-upstream/2.64.4.tar.gz
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
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 : [