2.45.5

Desktop / GNOME / GLib - Matthias Clasen [redhat.com] - 19 August 2015 14:46 UTC



###

diff --git a/NEWS b/NEWS
index 190e1f4..cfb3c60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Overview of changes in GLib 2.45.5
+==================================
+
+* GNetworkMonitor now provides information about metered networks
+
+* g_mem_set_vtable has been deprecated; it has not been working for
+ quite a while. The recommendation is to use valgrind, or replace
+ malloc itself.
+
+* Bugs fixed:
+ 656325 Make GDBusInterfaceVTable binding friendly
+ 741779 Documentation tweaks addressing real-world API misuses
+ 741822 Fails to build with VS 2015
+ 742386 gdbusconnection: Don't g_printerr() when exiting
+ 743018 gobject: Add more cross-links between documentation pages
+ 750282 Add g_network_monitor_get_network_metered() to get if the connection...
+ 751358 GFileMonitor doesn't react to "mv some-file watched-file"
+ 751592 Stop using GMemVtable
+ 751598 Stop 'handle-local-options' propagation when callback reports an err...
+ 751610 g_str_hash produces collisions with strings of length 2
+ 751751 Wrong docs of g_async_queue_remove
+ 752210 gdbus command crashes with SIGSEGV
+ 752656 gdbusconnection: Fix signal subscription documentation
+ 752767 Fix typo in g_hash_table_replace() documentation
+ 753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
+ 753285 g_menu_item_set_icon fails if called with NULL icon
+
+* Translation updates:
+ Catalan
+ Czech
+ French
+ Indonesian
+ Lithuanian
+ Norwegian bokmål
+ Slovak
+ Spanish
+ Thai
+ Turkish
+
+
Overview of changes in GLib 2.45.4
==================================

diff --git a/configure.ac b/configure.ac
index dd9f701..e5a9766 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], [45])
-m4_define([glib_micro_version], [4])
+m4_define([glib_micro_version], [5])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])

fc38156 2.45.5
NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 41 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share