[glib/glib-2-38] GLib 2.38.1
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-38] GLib 2.38.1
- Date: Tue, 15 Oct 2013 20:38:50 +0000 (UTC)
commit 158b7ea01f1018b27890d27779c2f3647e65c552
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Oct 15 15:14:11 2013 -0400
GLib 2.38.1
NEWS | 26 ++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 122b06e..562a142 100644
--- a/NEWS
+++ b/NEWS
@@ -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
========================
diff --git a/configure.ac b/configure.ac
index d014238..f0840d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]