GLib 2.35.8

This commit is contained in:
Ryan Lortie 2013-02-19 09:29:28 +00:00
parent 4e975bfc9e
commit 766dec9670
2 changed files with 36 additions and 1 deletions

35
NEWS
View File

@ -1,3 +1,38 @@
Overview of changes from GLib 2.35.7 to 2.35.8
==============================================
This release contains one major change that may cause problems: type
modules are now never unloaded. This is implemented by (effectively)
leaking the last reference on dynamic types. Some testcases that check
for unloading of types have been observed to be broken by this change,
but we know of no actual cases of "real code" breaking. Please report
any problems.
Other changes:
* A couple of build fixes for Solaris
* Fix signal emission for GDBusObjectManagerClient
* annotations fixes
* new API: g_dbus_address_escape_value()
* GSocketClient: add proxy-resolver property
* GSimpleProxyResolver: new simple GProxyResolver class
* documentation fixes
* gnetworkaddress: preserve IPv6 scope ID in IP literals
Bugs fixed:
691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
692827 configure test fails for arpa_nameser.h
692829 new Btrfs support causes build failure on Solaris
693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
693502 Cross-compiling documentation: typo (np -> no)
693673 add g_dbus_address_escape_value()
693694 gio: Fix annotations on g_[async_]initable_new() and friends
Translations:
Dutch
Galician
Polish
Serbian
Overview of changes from GLib 2.35.6 to 2.35.7 Overview of changes from GLib 2.35.6 to 2.35.7
============================================== ==============================================

View File

@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
m4_define([glib_major_version], [2]) m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [35]) m4_define([glib_minor_version], [35])
m4_define([glib_micro_version], [7]) m4_define([glib_micro_version], [8])
m4_define([glib_interface_age], [0]) m4_define([glib_interface_age], [0])
m4_define([glib_binary_age], m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)]) [m4_eval(100 * glib_minor_version + glib_micro_version)])