Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-05-20 11:45:25 +01:00
parent f39b885c0b
commit af1edc1c33
2 changed files with 24 additions and 1 deletions

23
NEWS
View File

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

View File

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