[glib] GLib 2.43.92
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GLib 2.43.92
- Date: Mon, 16 Mar 2015 19:21:15 +0000 (UTC)
commit 76f77fe8c971acf087abf8b969800289717ee89a
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Mar 16 14:25:53 2015 -0400
GLib 2.43.92
NEWS | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 58 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index de77626..46dbea9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+Overview of changes in GLib 2.43.92
+===================================
+
+GLib is now considered frozen. We do not expect any major changes
+before the release of 2.44.0.
+
+ * GUnixMountMonitor now properly supports multiple main contexts
+
+ * many documentation improvements and cleanups. We are now
+ approaching a point where the documentation is 100% complete and the
+ xml will build without warnings. This will probably be enabled by
+ default in the next cycle.
+
+ * new support for HTTP proxies in GIO
+
+ * new GTask:completed property
+
+ * use "private" futexes in order to further improve the performance of
+ the contended case of GMutex and g_bit_lock()
+
+Bugs fixed:
+ 614684 Make various parts of GObject const-correct
+ 730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
+ 733876 Proxy protocol 'http' is not supported.
+ 741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
+ 742599 Clean up GUnixMountMonitor
+ 743636 gtask: Add a GTask:completed property
+ 743661 g_win32_check_windows_version() is missing from doc
+ 744722 docs: Expand introduction to mention using async calls over sync ones
+ 745589 [Patch] gio: add some missing autocleanup
+ 745634 [GNotifications] Use themed icon as icon-name
+
+Translations updated:
+ Bosnian
+ Bulgarian
+ Catalan
+ Czech
+ French
+ German
+ Greek
+ Hungarian
+ Italian
+ Kazakh
+ Korean
+ Latvian
+ Lithuanian
+ POTFILESin
+ Polish
+ Russian
+ Serbian
+ Slovak
+ Slovenian
+ Spanish
+ Swedish
+ Vietnamese
+ pa for Gnome
+
Overview of changes in GLib 2.43.91
===================================
diff --git a/configure.ac b/configure.ac
index b13cfb9..7350fb5 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], [43])
-m4_define([glib_micro_version], [91])
+m4_define([glib_micro_version], [92])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]