[glib/glib-2-62] 2.62.3



commit bda1ad5918d439cca1a4518c17950992fe777059
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Nov 19 17:51:14 2019 +0000

    2.62.3
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 NEWS        | 26 ++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index af14367fe..44939b61e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Overview of changes in GLib 2.62.3
+==================================
+
+* Use `poll()` in `g_spawn_sync()` rather than `select()`, which is subject to
+  FD limits (#954)
+
+* Fix undefined behaviour with `g_utf8_find_prev_char()` (#1917)
+
+* Bugs fixed:
+ - #954 The g_spawn_sync() function uses select() which has limitations
+ - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
+ - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
+ - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
+ - #1916 objcopy not used from cross-compilation file in GIO tests
+ - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
+ - !1174 Backport !1164 “use-after-free fix in mimeapps test” to glib-2-62
+ - !1184 Backport !1173 “gvariant: Limit recursion in g_variant_parse()” to glib-2-62
+ - !1194 Backport !1176, !1183, !1188, !1191 to `glib-2-62`
+ - !1203 Backport !1192, !1193, !1197 Fixes for gdbus-peer tests to glib-2-62
+ - !1207 Backport !1206 “goption: Relax assertion to avoid being broken by kdeinit5” to glib-2-62
+ - !1215 [2.62] gdbus-peer: Specifically listen on 127.0.0.1
+ - !1219 Backport !1218 “gdb: Fix GHashTable pretty printer off-by-one error”
+ - !1222 Backport !1221 “Add NOTE_REVOKE to the list of the monitoring events” to glib-2-62
+ - !1228 Backport !1199 “gunicode: Fix UB in gutf8.c and utf8-pointer test” to glib-2-62
+
+
 Overview of changes in GLib 2.62.2
 ==================================
 
diff --git a/meson.build b/meson.build
index 83774d045..4bbf4c295 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('glib', 'c', 'cpp',
-  version : '2.62.2',
+  version : '2.62.3',
   # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
   meson_version : '>= 0.49.2',
   default_options : [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]