[telepathy-gabble/master] version 0.7.30

Will Thompson will.thompson at collabora.co.uk
Mon Jun 29 08:03:56 PDT 2009


---
 NEWS         |   12 ++++++++++--
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 5f61686..6deb269 100644
--- a/NEWS
+++ b/NEWS
@@ -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 9fdfa8d..525bb1c 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],
-- 
1.5.6.5



More information about the telepathy-commits mailing list