summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-10-21 18:18:23 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-10-21 18:18:23 +0100
commitca9f51b82f57e05f6b3c82b98c235623afa47573 (patch)
tree0eaafb932721d538294a87ba16ad44f357b2152d
parent9191ab92f67562db43376112c5d951e4740d427e (diff)
2.62.22.62.2
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1420f8b85..af14367fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in GLib 2.62.2
+==================================
+
+* Bugs fixed:
+ - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread
+ - !1154 Backport !1152 “gwinhttpvfs: Handle g_get_prgname() returning NULL” to glib-2-62
+ - !1156 Backport !1146 Solaris fixes to glib-2-62
+
+
Overview of changes in GLib 2.62.1
==================================
diff --git a/meson.build b/meson.build
index 9103eb8a8..83774d045 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.62.1',
+ version : '2.62.2',
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [