Skip to content

Commit

Permalink
2.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Apr 7, 2018
1 parent ecabc6e commit d0364b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions NEWS
@@ -1,3 +1,23 @@
Overview of changes in GLib 2.56.1
==================================

* Bug fixes:
793400 g_application_id_is_valid() not strict enough
793578 gdatetime tests depend on Japanese translation of month names
793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
794473 Remove duplicated option in gio.xml
794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
794528 Fix segfault caused by use-after-free in GPollFileMonitor
794606 glib-2.56.0 fails to compile when res_nquery is not available
794686 Date (except weekday) displayed in English

* Translation updates:
Slovak
Slovenian
Spanish


Overview of changes in GLib 2.56.0
==================================

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -31,8 +31,8 @@ m4_define(glib_configure_ac)

m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [56])
m4_define([glib_micro_version], [0])
m4_define([glib_interface_age], [0])
m4_define([glib_micro_version], [1])
m4_define([glib_interface_age], [1])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
m4_define([glib_version],
Expand Down

0 comments on commit d0364b4

Please sign in to comment.