Changelog for
telepathy-glib-debugsource-0.8.0-1.1.i586.rpm :
Thu Nov 26 13:00:00 2009 mxwuAATTnovell.com
- Fate #308121. Update to GNOME 2.28.
Last Changelog entry from new version
Mon Sep 28 16:53:32 CEST 2009 - vuntzAATTopensuse.org
- Update to version 0.8.0:
Wed Oct 22 14:00:00 2008 mawAATTsuse.de
- Make debug packages require a specific %{version}-%{release}.
Sun Oct 19 14:00:00 2008 mbomanAATTsuse.de
- Update to version 0.7.17:
+ Updated to spec 0.17.13, which adds Requested, InitiatorHandle and
InitiatorID properties to Channel
+ Updated two example CMs (echo and channelspecific) to spec 0.17.13 too
+ Added handle reference-counting helpers, which should be used instead
of using the HoldHandles, RequestHandles and ReleaseHandles D-Bus API
directly
+ Added C accessors for TpProxy\'s read-only properties, and for
TpConnection\'s connection-ready property
+ Added some infrastructure for test coverage analysis using lcov
+ Moved some of the release/checking machinery to tools/telepathy.am
for easy pasting into other Telepathy projects
+ The first time TP_ERRORS is used, the error domain is now automatically
registered with dbus-glib
+ Added sanity checks (g_return_if_fail/g_critical) to TpConnection,
TpProxy, TpDBusDaemon and tp_dbus_check_
* public API
+ tp_handle_is_valid and tp_handles_are_valid raise InvalidHandle on
failure, not InvalidArgument (numerous methods in telepathy-spec require
InvalidHandle to be raised, so this should make most CMs more
spec-compliant)
+ The test and example CMs raise NotAvailable on syntactically incorrect
strings, rather than InvalidArgument (which is not spec-compliant)
+ The example valgrind suppressions file now works if libdbus was not
installed in /usr, or if glibc is version 2.7
+ fdo#17502: fixed documentation of the #include for TpDBusPropertiesMixin
+ Fixed a memory leak in TpContactsMixin
Mon Oct 13 14:00:00 2008 sbrabecAATTsuse.cz
- Signed-off.
Thu Oct 2 14:00:00 2008 dominique-opensuseAATTleuenberger.net
- Update to version 0.7.16:
* We now support EnsureChannel on the Requests interface - to implement this,
put a suitable function pointer in TpChannelManagerIface::ensure_channel
* Channel factories\' RequestChannel implementations no longer need to
validate handles - TpBaseConnection now does this automatically
* Added a function to compare presence types in order of \"availability\"
Fixes:
* The gtkdoc now documents GInterfaces\' signals and properties (fd.o #16995,
fd.o #17308)
* TpBaseConnection::self_handle is unreffed and cleared slightly later,
for the benefit of channel managers that want to use it in their
status-changed(Disconnected) callback
* Fixed a compiler warning on platforms with daemon(3) in their libc
* TpChannelManager can no longer be crashed by asking for unsupported
handle types
Tue Aug 19 14:00:00 2008 hfiguiereAATTsuse.de
- Upgrade to 0.7.14
* Updated to specification 0.17.9
* Added TpContactsMixin, a generic implementation of the Contacts interface
* Added tp_connection_get_status() convenience accessor for status and
status-reason properties
* Altered tp_debug_divert_messages() to support a \"+\" prefix to filenames,
which changes the mode from truncate to append: you can now set something
like GABBLE_LOGFILE=\"+gabble.log\" to append to an existing log
Tue Aug 19 14:00:00 2008 hfiguiereAATTsuse.de
- Keep the
*.la files as they are needed for telepathy-mission-control
Fri Aug 8 14:00:00 2008 hfiguiereAATTsuse.de
- Update to 0.7.13
* couple of minor API added
* fdo#14828, fod#14829: TpChannel and TpConnection can be subclassed
* TpChannel tracks the Group interface automatically (fd.o #14180)
* TpConnectionManager no longer causes a crash if destroyed before it has
read the .manager file (fd.o #16774)
Fri Aug 1 14:00:00 2008 roAATTsuse.de
- fix requires for debuginfo package
Thu Jul 17 14:00:00 2008 hfiguiereAATTsuse.de
- Update to 0.7.11
* lot of bugfixes.
Wed Mar 12 13:00:00 2008 hfiguiereAATTsuse.de
- Update to 0.7.5.
+ Updated to specification 0.17
+ Improved support for connection managers whose parameters aren\'t known
at compile time
+ Build system refactoring
+ Large improvements in GType based code.
- remove .la files (bnc#357465)
Thu Feb 7 13:00:00 2008 mauroAATTsuse.de
- Fixed bnc #359715 - libtelepathy-glib0 and its -devel now have
proper Requires.
Thu Jan 31 13:00:00 2008 sbrabecAATTsuse.cz
- Devhelp documentation moved to the separate package (bnc#248813).
Sat Dec 1 13:00:00 2007 jprAATTsuse.de
- Initial checkin