mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
2.62.3
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
521135c61c
commit
bda1ad5918
26
NEWS
26
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
|
||||
==================================
|
||||
|
||||
|
@ -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 : [
|
||||
|
Loading…
x
Reference in New Issue
Block a user