Accepting request 25639 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/telepathy-glib via accept of submit request 25639 revision 2.
Request was accepted with message:
Accepting

OBS-URL: https://build.opensuse.org/request/show/25639
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=35
This commit is contained in:
Vincent Untz
2009-12-04 22:48:14 +00:00
committed by Git OBS Bridge
parent 44fe12da8c
commit 21b65b9a80
4 changed files with 49 additions and 5 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri Dec 4 19:42:53 CET 2009 - vuntz@opensuse.org
- Update to version 0.9.2:
+ Enhancements:
- Add tp_value_array_build utility function
- Add tp_g_signal_connect_object, a non-leaky version of
g_signal_connect_object
- fdo#25283: add constants for namespaced D-Bus property names,
such as TP_PROP_CHANNEL_CHANNEL_TYPE
- fdo#25235: add <telepathy-glib/telepathy-glib.h> which
includes the most commonly-used headers
+ Fixes:
- fdo#24257: make sure tp_account_prepare,
tp_account_manager_prepare will fail if the object is
invalidated, rather than never finishing
- fdo#25051: fix a use-after-free in TpAccountManager by
disconnecting signal handlers on destruction
- fdo#24654: fix a potential use-after-free in TpAccount and
TpAccountManager by copying the list of features required
- Future-proof TpAccount and TpAccountManager to allow more
than one Feature
- fdo#24394: improve code portability to Windows headers and
compilers
- fdo#25121: fix failure to link when -Wl,--no-add-needed is
used, which is the (faster) default behaviour for
binutils-gold (deb#556486)
- Fix various coverity nits, including a missing call to
va_end, and a typo in the documentation
- fdo#25359: alter code generation to cope with arbitrary UTF-8
in the spec
- fdo#25335: glib-client-gen: annotate deprecated D-Bus methods
- Don't rely on enum types being unsigned
- fdo#25181: avoid unnecessary D-Bus calls re-fetching existing
TpContact objects
- fdo#25384: if accounts fail to prepare while the account
manager is preparing, drop them from the list of valid
accounts rather than never terminating
- If the fake AccountManager doesn't appear for some reason
during AM regression tests, don't start the system
implementation
- Fix a theoretical reference-leak in TpAccountManager, and
some memory leaks in examples and regression tests
-------------------------------------------------------------------
Sat Nov 14 01:39:33 CET 2009 - vuntz@opensuse.org