[glib/glib-2-50] 2.50.2



commit 224f8171dceca920cfd8a4b446726b7610cdafd9
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Nov 7 10:31:03 2016 -0500

    2.50.2

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4155e6b..b8370d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Overview of changes in GLib 2.50.2
+==================================
+
+* Bugs fixed:
+ 767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
+ 769135 External control for g_test_add/g_test_run
+ 769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
+ 772054 Patch for glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
+ 773303 GApplication leaks option_strings
+ 773344 glib-compile-resources: Fix creating depfile with other targets
+
+* Translation updates:
+ French
+ Galician
+ German
+ Lithuanian
+ Norwegian bokmål
+ Occitan
+ Serbian
+ Slovak
+
+
 Overview of changes in GLib 2.50.1
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 91a9755..21623ec 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], [50])
-m4_define([glib_micro_version], [1])
-m4_define([glib_interface_age], [1])
+m4_define([glib_micro_version], [2])
+m4_define([glib_interface_age], [2])
 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]