[glib/glib-2-46] 2.46.1



commit 412044e5845e540b5a96b767dbc73ff1ac1e3f0d
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Oct 12 12:29:52 2015 -0400

    2.46.1

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 86178f1..5b33b65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Overview of changes in GLib 2.46.1
+==================================
+
+* Bugs fixed:
+ 735754 Implement close on TLS GOutputStream
+ 743011 Minor additions to GError documentation
+ 749161 undefined reference to `__imp__stat32i64'
+ 751924 Add recvmmsg()-like API on GSocket
+ 752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
+ 753310 Remove `#pragma GCC system_header` from gmessages.h
+ 755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private(NULL)
+ 755351 Example still contains g_autoptr(gchar)
+ 755355 Move GStrv to glib.h so it can be used with g_auto()
+ 755496 glib 2.46 fails GStreamer test suite
+ 755795 2.46 considers empty files as octet-stream rather than text (leads to...
+ 756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API...
+ 756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
+ 756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE_...
+
+* Translation updates:
+ Czech
+ Serbian
+ Serbian Latin
+ Vietnamese
+
+
 Overview of changes in GLib 2.46.0
 ==================================
 
diff --git a/configure.ac b/configure.ac
index e4dc647..f8b41e8 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], [0])
-m4_define([glib_interface_age], [0])
+m4_define([glib_micro_version], [1])
+m4_define([glib_interface_age], [1])
 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]