diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-01-27 14:21:30 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-01-27 14:33:42 +0000 |
commit | 049b1a2349b55509c3139936c1db3a2ff1bb9968 (patch) | |
tree | 27ea0cdb6eecd79485ff857c4dda89225ed1304a /NEWS | |
parent | ee01447462f0c37b4976b1009f4b9eab04bd2442 (diff) |
NEWS: updated
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,8 +1,53 @@ telepathy-gabble 0.11.6 (UNRELEASED) ==================================== +Interesting changes: + +• Generated code for the Call channel type has been moved to an + external submodule called telepathy-yell. This is included in the + source tarballs for telepathy-gabble (like how wocky is) so there + should be no changes necessary for packagers. + +Dependencies: + Fixes: +• fd.o#19930: MUC channels are now only closed properly when the + server acknowledges our request to leave. This fixes the case of + trying to join a MUC you left only seconds ago before the server had + a chance to notice. (jonny) + +• fd.o#26385: gabble's media stream code now uses + TpDBusPropertiesMixin for increased maintainability. (jonny) + +• Include Protocol.AuthenticationTypes in the manager file. (jonny) + +Enhancements: + +• More miscellaneous updates to the Call channel type including: + + » Update to newest Call spec. (sjoerd) + + » Base classes have been extracted from Gabble code and moved into + telepathy-yell. (wjt, sjoerd, alsuren) + + » Some test updates to ensure Call works as it should. (sjoerd) + +• The caps cache has been moved from Gabble to Wocky. (jonny) + +Test suite changes: + +• Tests no longer need to call Connect() and wait for the connection + to connect but they can choose to do so if they need to. (jonny) + +• If a test hits an unhandled exception (a timeout, some other python + error or perhaps a DBus error?) the queue switches off verbose mode, + so users aren't forced to scroll up pages and pages of disconnection + logs to find the error. (jonny) + +• with-session-bus.sh is now as silent as it can be without verbose + mode turned on. (jonny) + telepathy-gabble 0.11.5 (2011-01-10) ==================================== |