summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllison Ryan Lortie <desrt@desrt.ca>2015-11-06 14:31:17 +0000
committerAllison Ryan Lortie <desrt@desrt.ca>2015-11-06 22:27:54 +0000
commit63beebb31ea7aef56478928ea47c21a338c3a999 (patch)
treed0a4323adcc7c10f84b473f4b64d736548c1406e
parent57f959c0fa76f84811011886343e62263b5ec26e (diff)
GLib 2.46.22.46.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c79b3a8d2..02a53d06a 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 c53cb7a3b..51048f4d7 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],