2.33.6
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Jul 2012 17:00:00 +0000 (13:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 17 Jul 2012 17:47:26 +0000 (13:47 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=680111

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index aeeafa0..27b9de1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes from GLib 2.33.4 to 2.33.6
+==============================================
+
+* GAsyncInitable: partially revert the init_finish changes,
+  some applications were found to rely on behaviour that
+  was broken by these changes
+
+* Bugs fixed:
+ 679617 win32: fix g_get_environ()
+ 679968 Add some annotations to GBytes, GVariantType...
+
+* Translation updates:
+ Spanish
+
 Overview of changes from GLib 2.33.3 to 2.33.4
 ==============================================
 
index 9d367ae..2e29b7f 100644 (file)
@@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
 
 m4_define([glib_major_version], [2])
 m4_define([glib_minor_version], [33])
-m4_define([glib_micro_version], [5])
+m4_define([glib_micro_version], [6])
 m4_define([glib_interface_age], [0])
 m4_define([glib_binary_age],
           [m4_eval(100 * glib_minor_version + glib_micro_version)])