diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2009-09-29 16:57:11 +0100 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2009-09-29 16:57:11 +0100 |
commit | 803138857f38eae15dd99544778cd304b82d7445 (patch) | |
tree | 6284d22eb1e318ecdf6c97070aa18576f08d0abe /NEWS | |
parent | 17054cc65c9c73613dd37abba38c98b85e2b3027 (diff) |
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 45 |
1 files changed, 41 insertions, 4 deletions
@@ -1,14 +1,51 @@ -telepathy-gabble 0.9.1 (UNRELEASED) +telepathy-gabble 0.9.1 (2009-09-25) =================================== -Dependencies: +The “even children are made of atoms” release. -Enhancements: +Highlights: + +* Jingle call interoperability with Pidgin and Gajim. Fixes: * When receiving a file, Gabble now closes the local socket once all the data - has been written. + has been written. (Guillaume) + +* fd.o #24043: Doesn't parse candidates in a Jingle session-accept stanza + This fix lets us interoperate with Pidgin's Jingle implementation. (Sjoerd, + David) + +* fd.o #24023: Accepting initial streams for a call is racy. (Sjoerd, Daf) + +* fd.o #20629: DBus events in tests should contain full path. (Daf) + +* fd.o #22795: jingle/google-relay.py is secretly made of cheese. (Daf) + +* fd.o #23903: Gabble crashes in File Transfer. (Guillaume) + +* fd.o #23685: build Gibber with fno-strict-aliasing so asyncns.c builds with + new GCC. (Guillaume) + +* fd.o #20565: Contacts should be initially offline and not unknown. (Daf) + +* When members are removed from a call due to a stream error, always indicate + so. (Daf) + +* Fix corner cases in SetLocation()'s language handling. (Daf) + +* fd.o #24195: Doesn't think clients without google p2p tranport are media + capable. This fix lets us interoperate with Gajim's Jingle implementation. + (Sjoerd, Daf) + +* Make stun-server.py not fail if the default STUN server hostname can't be + resolved. (David) + +* fd.o #23684: Gabble advertizes an avatar's sha1 in its presence stanza + without following XEP-0153. (Alban) + +* Honour errors that tell us to wait and try again when fetching vCards. + (Alban) telepathy-gabble 0.9.0 (2009-09-16) =================================== |