mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
2.64.0
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
21471b4258
commit
369626e310
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
|||||||
|
Overview of changes in GLib 2.64.0
|
||||||
|
==================================
|
||||||
|
|
||||||
|
* Use `posix_spawn()` to speed up launching test D-Bus instances (!1388)
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #1783 Document using glib-mkenums with meson
|
||||||
|
- #2049 Crash in g_array_copy
|
||||||
|
- !1384 Some minor clang warning fixes
|
||||||
|
- !1386 docs: Document generated headers caveats for genmarshal
|
||||||
|
- !1387 ci: Correctly propagate exit status in run-style-check-diff.sh
|
||||||
|
- !1388 gtestdbus: Use posix_spawn() to spawn dbus-daemon
|
||||||
|
- !1389 Update GError docs to use G_DEFINE_QUARK
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Czech
|
||||||
|
- Danish
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.63.6
|
Overview of changes in GLib 2.63.6
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c', 'cpp',
|
project('glib', 'c', 'cpp',
|
||||||
version : '2.63.6',
|
version : '2.64.0',
|
||||||
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
|
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
|
||||||
meson_version : '>= 0.49.2',
|
meson_version : '>= 0.49.2',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
Loading…
Reference in New Issue
Block a user