Updating link to change in openSUSE:Factory/telepathy-glib revision 18.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=9e508a7054434008f84e66f70af8a4a6
This commit is contained in:
OBS User buildservice-autocommit
2009-09-05 00:00:17 +00:00
committed by Git OBS Bridge
parent cfa77e049a
commit 39fa058631
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Sep 4 14:00:53 CEST 2009 - vuntz@novell.com
- Update to version 0.7.36:
+ Enhancements:
- Add TpDebugSender, along with the lower-level TpSvcDebug
interface that it uses
- Clarify when tp_proxy_signal_connection_disconnect is safe to
call
- Add support for simulating DTMF and Hold support in the
'callable' example connection manager
- fdo#21327: truncate the ChangeLog at version 0.6 to stop it
being so huge, and force ISO date format
+ Fixes:
- If the bus name for a Connection would be too long, hash the
unique name provided by the CM, instead of crashing
- fdo#23524: don't introspect a TpConnectionManager twice in
parallel, avoiding an assertion failure
- TpChannel: don't disconnect from a TpProxySignalConnection
that's already gone, fixing a crash
- tp_connection_manager_idle_read_manager_file: avoid using the
TpConnectionManager after it may have been disposed
- TpBaseConnection: Allow GetInterfaces() to succeed before
CONNECTED
-------------------------------------------------------------------
Tue Aug 25 13:50:54 CEST 2009 - vuntz@novell.com