File telepathy-gabble.changes of Package telepathy-gabble
-------------------------------------------------------------------
Fri Jan 9 12:49:41 EST 2009 - hfiguiere@suse.de
- Add telepathy-gabble-64bits-crash.patch
+ fix a crash on 64-bits. bnc#445874
-------------------------------------------------------------------
Sun Oct 19 11:51:57 EST 2008 - mboman@suse.de
- Update to version 0.7.10:
+ Implement the newly official Requested, InitiatorHandle and InitiatorID
properties introduced in spec 0.17.13
+ fdo#16922: stop shipping MD5 and SHA-1 implementations, and use
GChecksum instead, since we need GLib 2.16 anyway
+ Add support for running tests with GObject refdbg enabled
+ Add TargetID to allowed properties when requesting channels
+ test-handles: stop asserting that the wrong error (InvalidArgument)
will be raised, and accept the correct error (InvalidHandle) too, since
this was fixed in telepathy-glib
+ Some bugfixes in the OLPC code
+ Use unsigned for booleans in bitfields (gboolean is signed, so
"gboolean foo:1" is not portable)
-------------------------------------------------------------------
Mon Oct 13 15:00:44 CEST 2008 - sbrabec@suse.cz
- Signed-off.
-------------------------------------------------------------------
Thu Oct 2 20:26:38 CEST 2008 - dominique-opensuse@leuenberger.net
- Update to version 0.7.9:
* Implement the Requests API introduced in spec 0.17.11 and extended in 0.17.12
* Save contacts' aliases into the roster for massive bandwidth savings (in
conjunction with avatar caching, this should mean we don't have to fetch
everyone's vCard every time we connect to the server)
* Merge support for the "gadget", an OLPC-specific server component that
supports browsing for buddies and activities
* When running tests under valgrind, use the same options as in telepathy-glib
-------------------------------------------------------------------
Tue Aug 19 19:10:17 EDT 2008 - hfiguiere@suse.de
- Requires now telepathy-glib >= 0.7.14
- Upgrade to 0.7.8
* Implement the Contacts interface for bulk contact-handle inspection
* Implement spec 0.17.9 (add the TargetID property to all channels)
* Start to port channel factories away from TpChannelFactoryIface in
preparation for implementing the Requests API
* Add a simple smoke-test for SimplePresence
* Use tp_debug_divert_messages() rather than our own copy of it, since we
now depend on a new enough telepathy-glib anyway
* Obey the Telepathy spec by giving 'dnd' presence type Presence_Type_Busy
and not Presence_Type_Away
* Use the pedantically correct marshaller for a GArray, since GObject 2.17
actually checks for POINTER vs BOXED (regression in 0.7.7)
* Remove unconditional debug messages in a few places
-------------------------------------------------------------------
Fri Aug 8 12:19:24 EDT 2008 - hfiguiere@suse.de
- Upgrade to 0.7.7:
* Requires telepathy-glib >= 0.7.13
* Implement XEP-0115 version 1.5
* fd.o #14954: Set presence in MUCs to be the same as our global presence
* fd.o #14955: Set nickname in MUCs to be the same as our alias for ourselves
(as set with Aliasing)
* Fix a reference leak when using (new-style) TLS
* Fix a memory leak when invited to a MUC
* Fix a possible assertion failure when we're sent an invalid MUC invitation
* fd.o #16918: fix an access to freed memory when the vCard manager is
destroyed
* fd.o #14341: add a regression test (currently disabled, because the bug
is in Loudmouth)
* Port most of the regression tests to a more comprehensible API
-------------------------------------------------------------------
Thu Jul 24 13:08:23 EDT 2008 - hfiguiere@suse.de
- Remove the requires and let Autoreqprov do it for us
-------------------------------------------------------------------
Wed Jul 23 22:08:38 EDT 2008 - hfiguiere@suse.de
- Update to 0.7.6
* telepathy-glib >= 0.7.8 and loudmouth >= 1.3.2 are now required
* Implement the Hold API using telepathy-glib rather than as an extension
* fdo#15656: fix an inconsistency in audio/video capabilities
* fdo#15422: fix generation of extensions/extensions.html
* fdo#15904: fix a regression making the caller of an incoming call in
the remote pending set instead of the members one.
* fdo#15095: fix MUC contacts always appearing to be offline (and actually
include the patch this time) (regression in 0.7.0, probably)
* fdo#15311: update tests to work with python-twisted 8.0 (as seen in
current Debian unstable)
* Ignore components with ID != 1 in native candidates - we can only signal
one component, and Farsight 2 reports RTCP components along with RTP ones
* Don't assume that htmldir will be defined by autoconf (it's new in 2.59c,
and we only require >= 2.59; regression in 0.7.4)
* fdo#14467: aggregate MembersChanged signals when joining MUCs, so we
get one big signal rather than lots of single-contact signals, potentially
reducing client round-trips
* Re-enable some regression tests that were accidentally removed in 0.7.3
* Build documentation for our extensions to XMPP by default
* fdo#12791, Debian #446259: fix assertion failure with strange roster items
* fdo#14343: fix race condition that can lose messages between accepting
a D-Bus tube and actually connecting to it
* fdo#14602: update the StreamedMedia call API to telepathy-spec 0.17.3
* fdo#14806: when we add ourselves to the local-pending set for incoming
calls, set the caller as the actor
* fdo#15198: fix assertion failure when calling GetCapabilities on an invalid
handle
* When removing a media stream before the initiate is sent, send it if possible
* when blocking gtalk contacts, discard their presence
* disconnect the connection if we don't receive a reply to the discovery
request for server features
* stop using Automake 1.9 features, and prefer to autoreconf using 1.8 (if
available) to ensure that we don't accidentally re-add a 1.9 dependency
* make sure teardown of the disco object doesn't crash if one of its callbacks
causes it to be destroyed (bug exposed by test-disco-no-reply.py regression
test)
* Implements the current draft of the Hold interface, which will be in
telepathy-spec 0.17.4 if all goes well
* Only emit one AvatarRetrieved signal per contact, no matter how many
requests there were for their avatar (fdo#12465)
* Explicitly say we require GNU make, and turn off Automake portability
warnings (fdo#14020)
* Don't emit NewStreamHandler signals multiple times if Ready is called
multiple times on the SessionHandler (a bug in stream-engine used to
cause this to happen sometimes)
* Assorted code cleanup prompted by adding more gcc warnings
-------------------------------------------------------------------
Fri Mar 14 15:49:41 EDT 2008 - hfiguiere@suse.de
- update to 0.7.2
+ Tubes: a generic transport for collaborative applications
+ Lot of bug fixes.
+ Take advantage of telepathy-glib 0.6.1 changes
+ Remove the -devel files
-------------------------------------------------------------------
Tue Dec 25 15:38:36 CET 2007 - lrupp@suse.de
- package static libraries in devel package
(Obsoletes: %name-glib - dunno why they are needed at all)
- beautify specfile
- don't use obsolete %run_ldconfig
- package some files for doc
-------------------------------------------------------------------
Mon May 14 15:41:21 MDT 2007 - btimothy@suse.de
- Add defattr to each %files section.
-------------------------------------------------------------------
Tue Apr 3 18:56:21 CDT 2007 - maw@suse.de
- Don't build as root. Duh.
-------------------------------------------------------------------
Tue Apr 3 14:44:43 CDT 2007 - maw@suse.de
- New package.