OBS User autobuild
2009-09-05 00:00:16 +00:00
committed by Git OBS Bridge
parent 8eab92274a
commit cfa77e049a
4 changed files with 5 additions and 30 deletions

View File

@@ -1,28 +1,3 @@
-------------------------------------------------------------------
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