telepathy-glib/telepathy-glib.changes

91 lines
3.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Oct 13 15:01:53 CEST 2008 - sbrabec@suse.cz
- Signed-off.
-------------------------------------------------------------------
Thu Oct 2 20:37:17 CEST 2008 - dominique-opensuse@leuenberger.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 18:54:12 EDT 2008 - hfiguiere@suse.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 10:02:25 EDT 2008 - hfiguiere@suse.de
- Keep the *.la files as they are needed for telepathy-mission-control
-------------------------------------------------------------------
Fri Aug 8 10:07:21 EDT 2008 - hfiguiere@suse.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 17:32:40 CEST 2008 - ro@suse.de
- fix requires for debuginfo package
-------------------------------------------------------------------
Thu Jul 17 13:32:18 EDT 2008 - hfiguiere@suse.de
- Update to 0.7.11
* lot of bugfixes.
-------------------------------------------------------------------
Wed Mar 12 14:21:09 EDT 2008 - hfiguiere@suse.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 21:46:35 CET 2008 - mauro@suse.de
- Fixed bnc #359715 - libtelepathy-glib0 and its -devel now have
proper Requires.
-------------------------------------------------------------------
Thu Jan 31 14:35:18 CET 2008 - sbrabec@suse.cz
- Devhelp documentation moved to the separate package (bnc#248813).
-------------------------------------------------------------------
Sat Dec 1 19:51:34 CET 2007 - jpr@suse.de
- Initial checkin