[glib/glib-2-46] GLib 2.46.2



commit 63beebb31ea7aef56478928ea47c21a338c3a999
Author: Allison Ryan Lortie <desrt desrt ca>
Date:   Fri Nov 6 14:31:17 2015 +0000

    GLib 2.46.2

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c79b3a8..02a53d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.46.2
+==================================
+
+* Varioius small fixes, with a focus on win32
+
+* The docs should now be complete when doing non-srcdir builds
+
+Bugs fixed:
+ 687223 cleverer GThreadPool management
+ 754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY variable to Wayland display
+ 754994 g_date_time_get_second () sometimes returns an off-by-one result
+ 755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
+ 756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
+ 756382 snprintf used on Windows with VS2015 doesn't support %n
+ 757628 gio tests fail to build when cross compiling 2.46.1
+
 Overview of changes in GLib 2.46.1
 ==================================
 
diff --git a/configure.ac b/configure.ac
index c53cb7a..51048f4 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], [46])
-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]