summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-09-02 11:36:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-09-02 11:36:32 -0400
commitd73886675ec391caa46f2b8004286b1342d1e6f3 (patch)
tree752795ad6cb0e6cfa5688e9c645fbc4a4f3d5ab3
parent5fe65ec2719ef842ccb4389d5ed0744965c21220 (diff)
2.41.42.41.4
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cb714050..4a62b9451 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Overview of changes in GLib 2.41.4
+==================================
+
+* GApplication now has binding-friendly API to handle
+ commandline options: g_application_add_main_option
+
+* G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
+
+* Bugs fixed:
+ 583330 poll list of mounted file systems (no mtab support)
+ 727455 Command line option parsing from bindings
+ 734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
+ 735179 gsocketclient: Handle cancellation between CONNECTING...
+ 735297 Docs claim that GThread struct is deprecated
+
+* Translation updates:
+ Assamese
+ Catalan
+ Catalan (Valencian)
+ Czech
+ French
+ German
+ Greek
+ Hebrew
+ Korean
+ Oriya
+ Traditional Chinese
+
+
Overview of changes in GLib 2.41.3
==================================
diff --git a/configure.ac b/configure.ac
index 1898ee6d1..ec4dc2b61 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], [41])
-m4_define([glib_micro_version], [3])
+m4_define([glib_micro_version], [4])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])