mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
parent
d90ad18055
commit
e97a4c7e5e
14
NEWS
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)])
|
||||
|
Loading…
Reference in New Issue
Block a user