mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
GLib 2.39.92
This commit is contained in:
parent
b0630a37b8
commit
599c669b23
28
NEWS
28
NEWS
@ -1,3 +1,31 @@
|
|||||||
|
Overview of changes from GLib 2.39.91 to GLib 2.39.92
|
||||||
|
=====================================================
|
||||||
|
|
||||||
|
This is a release candidate for 2.40.0.
|
||||||
|
|
||||||
|
There are no major changes in this release, but a few serious bugs have
|
||||||
|
been fixed.
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
710367 Crash in g_settings_backend_dispatch_signal()
|
||||||
|
723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
|
||||||
|
724859 Let the test_wait_until() test also run on non-*nix
|
||||||
|
724916 gio unmount code makes XFCE's Thunar crash
|
||||||
|
725651 GSubprocessLauncher: Does not copy the calling process environment.
|
||||||
|
725656 Unskip GVariantDict
|
||||||
|
725891 gio tests: add codegen to BUILT_SOURCES
|
||||||
|
726046 Recent commit created symbolic icons issues
|
||||||
|
|
||||||
|
* Translations:
|
||||||
|
Chinese
|
||||||
|
French
|
||||||
|
Korean
|
||||||
|
Latvian
|
||||||
|
Norwegian bokmål
|
||||||
|
Portuguese
|
||||||
|
Russian
|
||||||
|
Traditional Chinese
|
||||||
|
|
||||||
Overview of changes from GLib 2.39.90 to GLib 2.39.91
|
Overview of changes from GLib 2.39.90 to GLib 2.39.91
|
||||||
=====================================================
|
=====================================================
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
|
|||||||
|
|
||||||
m4_define([glib_major_version], [2])
|
m4_define([glib_major_version], [2])
|
||||||
m4_define([glib_minor_version], [39])
|
m4_define([glib_minor_version], [39])
|
||||||
m4_define([glib_micro_version], [91])
|
m4_define([glib_micro_version], [92])
|
||||||
m4_define([glib_interface_age], [0])
|
m4_define([glib_interface_age], [0])
|
||||||
m4_define([glib_binary_age],
|
m4_define([glib_binary_age],
|
||||||
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
||||||
|
Loading…
Reference in New Issue
Block a user