1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-11 18:33:18 +01:00
Matthias Clasen 2012-07-17 13:00:00 -04:00
parent d90ad18055
commit e97a4c7e5e
2 changed files with 15 additions and 1 deletions

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

@ -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)])