mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-18 19:51:57 +02:00
2.64.3
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
f39b885c0b
commit
af1edc1c33
23
NEWS
23
NEWS
@ -1,3 +1,26 @@
|
||||
Overview of changes in GLib 2.64.3
|
||||
==================================
|
||||
|
||||
* Stability improvements for various unit tests
|
||||
|
||||
* Bugs fixed:
|
||||
- #1954 gdbus-server-auth intermittent failure
|
||||
- #2094 Deprecation warnings when compiling with -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28
|
||||
- !1470 Backport !1440 -Wformat-nonliteral fixes to glib-2-64
|
||||
- !1471 Backport !1448 memory monitor test dependency fixes to glib-2-64
|
||||
- !1473 CI: Switch to new Windows runners (2.64)
|
||||
- !1478 Backport !1477 D-Bus keyring handling fixes to glib-2-64
|
||||
- !1483 Backport !1481 “array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal()” to glib-2-64
|
||||
- !1484 Backport !1480 “CI: Make sure we use meson 0.49.2 in MSYS2” to glib-2-64
|
||||
- !1486 Backport !1472 “gthread: ignore deprecated declarations in static inline functions” to glib-2-64
|
||||
- !1495 Backport !1493 “meson: Remove stray ], in O_DIRECTORY check” to glib-2-64
|
||||
- !1501 Backport !1439 “Fix stpcpy() detection“ to glib-2-64
|
||||
|
||||
* Translation updates:
|
||||
- Chinese (Taiwan)
|
||||
- German
|
||||
|
||||
|
||||
Overview of changes in GLib 2.64.2
|
||||
==================================
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('glib', 'c', 'cpp',
|
||||
version : '2.64.2',
|
||||
version : '2.64.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