diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-06-29 16:03:56 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-06-29 16:22:08 +0100 |
commit | 248cd70c2956c3ed4c70c1a986f3395171ee1bf2 (patch) | |
tree | 2c9f8effd518f79a9f21807c10657fe88497125b | |
parent | d8fef1b97011b95ad8f3bdf9ebd28036b92078f9 (diff) |
version 0.7.30telepathy-gabble-0.7.30
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 4 deletions
@@ -1,7 +1,7 @@ -telepathy-gabble 0.7.30 (UNRELEASED) +telepathy-gabble 0.7.30 (2009-06-29) ==================================== -Dependencies: +The “sample that pinecone for an hour” release. Enhancements: @@ -14,11 +14,19 @@ Enhancements: don't specify a server or old-ssl, Gabble will make an SRV lookup anyway: this is kinder to UIs that want to show the default XMPP port as 5222. +* Gabble now advertises support for up-to-date Jingle namespaces, and + implements the raw UDP and ICE-UDP transports as well as the non-standard + Google Talk P2P transport. (fd.o #22458 and #13158, respectively.) + Fixes: * fd.o #22369: Gabble now replies to the XMPP resource that's sending you messages, rather than always sending messages to the peer's bare JID. +* The keepalive-interval parameter actually works now (previously, setting it + caused a critical warning, and did not change the actual value from the + default). + telepathy-gabble 0.7.29 (2009-06-19) ==================================== diff --git a/configure.ac b/configure.ac index 9fdfa8d84..525bb1c7c 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.59]) m4_define([gabble_major_version], [0]) m4_define([gabble_minor_version], [7]) -m4_define([gabble_micro_version], [29]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [30]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |