summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-03-16 14:25:53 -0400
committerRyan Lortie <desrt@desrt.ca>2015-03-16 14:25:53 -0400
commit76f77fe8c971acf087abf8b969800289717ee89a (patch)
tree5bb2c73eaad34ad9376e33852736f43b19ffa212
parentfdc7cd6dd371b1eb438c02ac910bb5a5283f91d3 (diff)
GLib 2.43.922.43.92
-rw-r--r--NEWS57
-rw-r--r--configure.ac2
2 files changed, 58 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index de77626cf..46dbea92d 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 b13cfb912..7350fb5f7 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)])