[glib/glib-2-40] GLib 2.40.1



commit 7673d6f881573af72f87a320e7a0efad91a59dff
Author: Ryan Lortie <desrt desrt ca>
Date:   Sat Sep 20 10:02:25 2014 -0400

    GLib 2.40.1

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6212145..14a87ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Overview of changes from GLib 2.40.0 to GLib 2.40.1
+====================================================
+
+ * gobject: try to link with -Wl,-z,nodelete to prevent unloading
+ * g_file_copy: Don't set GError when we intend to ignore errors
+ * gapplication-tool: ensure object paths are valid
+ * gtlscertificate: fix certificate list parsing with trailing comments
+ * g_str_has_prefix: improve efficiency with long strings
+ * Added type check to GPermission public functions.
+ * GApplication: Don't decrease use_count below 0
+ * networkmonitornetlink: fix IPv6 issues on Android
+ * gresolver: Ensure GThreadedResolver always sets an error if resolution fails
+ * gmacros.h: add G_GNUC_*_IGNORE_DEPRECATIONS macros for clang
+ * networkaddress: fix parsing of uri with @ after authority
+ * gvariant tests: workaround libc/compiler "issue"
+ * Windows:
+  - gio/gtestdbus.c: Fix write_config_file() for Windows
+  - MSVC 2010+ Projects: Update "Installation" Process
+  - gspawn-win32: do not rely on __argc and __argv global vars.
+ * documentation fixes
+
+Translations updated:
+ * Basque language
+ * Catalan
+ * Czech
+ * German
+ * Greek
+ * Hungarian
+ * Indonesian
+ * Slovenian
+
 Overview of changes from GLib 2.39.92 to GLib 2.40.0
 ====================================================
 
diff --git a/configure.ac b/configure.ac
index bdf34b0..9ad8f42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
 
 m4_define([glib_major_version], [2])
 m4_define([glib_minor_version], [40])
-m4_define([glib_micro_version], [0])
+m4_define([glib_micro_version], [1])
 m4_define([glib_interface_age], [0])
 m4_define([glib_binary_age],
           [m4_eval(100 * glib_minor_version + glib_micro_version)])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]