[telepathy-gabble/master] NEWS for 0.8.3
Will Thompson
will.thompson at collabora.co.uk
Thu Sep 10 11:30:50 PDT 2009
---
NEWS | 18 ++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 1dcbb9e..213000e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
telepathy-gabble 0.8.3 (UNRELEASED)
===================================
+The âone cigarette, some coffee, and four tiny stonesâ release.
+
Enhancements:
* fd.o #23681: Allow setting presence on a connection before it goes online.
This avoids e.g. going from Available -> Busy immediately when signing on.
+ (daf)
Fixes:
@@ -20,6 +23,21 @@ Fixes:
created and are still present when we re-join the muc. These tubes are now
listed in Tubes.ListTubes(). fd.o #23678. (cassidy)
+* Don't send the same disco request to the same (full) JID more than once. fd.o
+ #23841. (wjt)
+
+* Update the Jingle raw-udp and ice-udp namespaces we claim to support to the
+ current version. (wjt)
+
+* fd.o #23348, #23349: fix compilation on NetBSD by including more headers
+ (Thomas Klausner)
+
+* fd.o #21327: force ISO date format in ChangeLog (wjt)
+
+* Reduce the size of the ChangeLog by truncating at version 0.6.0 and not
+ including diffstats (previously, the changelog.gz in our Debian packages
+ was larger than Gabble itself!) (smcv)
+
telepathy-gabble 0.8.2 (2009-09-03)
===================================
diff --git a/configure.ac b/configure.ac
index 2b2bb89..56881c2 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], [8])
-m4_define([gabble_micro_version], [2])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [3])
+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