Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-10-21 18:18:23 +01:00
parent 9191ab92f6
commit ca9f51b82f
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -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
==================================

View File

@ -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 : [