mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-15 05:46:15 +01:00
2.66.3
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
e18a6a850f
commit
30c06eb5fc
18
NEWS
18
NEWS
@ -1,3 +1,21 @@
|
||||
Overview of changes in GLib 2.66.3
|
||||
==================================
|
||||
|
||||
* Fix awkward bug with `GPollFD` handling in some situations (work by Claudio
|
||||
Saavedra and Eugene M) (#1592)
|
||||
|
||||
* Fix sending FDs attached to very large D-Bus messages (work by Simon McVittie
|
||||
and Giovanni Campagna) (#2074)
|
||||
|
||||
* Bugs fixed:
|
||||
- #1592 Main loop ignores GPollFD sources when there is at least one source ready with priority higher than default one
|
||||
- !1720 Backport !1718 “gtrace: Add G_GNUC_PRINTF annotation” to glib-2-66
|
||||
- !1721 Backport !1713 “gmain: g_main_context_check() can skip updating polled FD sources” to glib-2-66
|
||||
- !1723 Backport !1711 “Fix race in socketclient-slow test” to glib-2-66
|
||||
- !1727 Backport !1725 “gdbus: Cope with sending fds in a message that takes multiple writes” to glib-2-66
|
||||
- !1736 Backport !1734 “glocalfileinfo: Use a single timeout source at a time for hidden file cache” to glib-2-66
|
||||
|
||||
|
||||
Overview of changes in GLib 2.66.2
|
||||
==================================
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('glib', 'c', 'cpp',
|
||||
version : '2.66.2',
|
||||
version : '2.66.3',
|
||||
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
|
||||
meson_version : '>= 0.49.2',
|
||||
default_options : [
|
||||
|
Loading…
Reference in New Issue
Block a user