GLib 2.38.1

This commit is contained in:
Ryan Lortie 2013-10-15 15:14:11 -04:00
parent 08c1ead082
commit 158b7ea01f
2 changed files with 28 additions and 2 deletions

26
NEWS
View File

@ -1,3 +1,29 @@
Overview of changes from GLib 2.38.0 to 2.38.1
===============================================
* Fix error code checks when SOCK_CLOEXEC is defined but not supported
(fix support for GNU/Hurd)
* g_settings_list_children: only list viable schemas
(fix gsettings list-recursively crashes with invalid schemas installed)
* GDBusObjectManagerClient: Fix typo in the /org/freedesktop/DBus path
when adding match rules
* Various -Werror=format-nonliteral fixes
* gmessages: fix clang annotations to work with older versions
* gio: don't dist (generated file) gnetworking.h
* Restore gl_GLIBC21 to configure; needed for libcharset
Translations:
Catalan (Valencian)
Norwegian bokmål
Russian
Serbian
What's new in Glib 2.38
========================

View File

@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [38])
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],