GLib 2.39.92 2.39.92
authorRyan Lortie <desrt@desrt.ca>
Mon, 17 Mar 2014 21:18:47 +0000 (17:18 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 17 Mar 2014 21:18:47 +0000 (17:18 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a4dcc78..a5a86e5 100644 (file)
--- a/NEWS
+++ b/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
 =====================================================
 
index 6c2ad85..3f70cf8 100644 (file)
@@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
 
 m4_define([glib_major_version], [2])
 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_binary_age],
           [m4_eval(100 * glib_minor_version + glib_micro_version)])