[Telepathy-commits] [telepathy-gabble/master] Prepare release 0.7.15

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Nov 6 01:53:36 PST 2008


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

diff --git a/NEWS b/NEWS
index cc30845..61af297 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,24 @@
-telepathy-gabble 0.7.15 (UNRELEASED)
+telepathy-gabble 0.7.15 (2008-11-06)
 ====================================
 
-Dependencies:
+The "brunch and fireworks" release.
 
 Enhancements:
 
+* fd.o #17770: remove some redundant handle validation from channel managers
+
+* Add the immutable Interfaces property to all NewChannels signals and
+  CreateChannel/EnsureChannel results
+
 Fixes:
 
+* Spec compliance: don't advertise StreamedMedia channels with handle type
+  NONE as requestable (they can be created, but not with CreateChannel or
+  EnsureChannel, so they shouldn't be in RequestableChannelClasses)
+
+* Ignore candidates > 1 in Jingle rather than rejecting them, for
+  compatibility with Farsight 2 (in which RTCP produces a second candidate)
+
 telepathy-gabble 0.7.14 (2008-11-04)
 ====================================
 
diff --git a/configure.ac b/configure.ac
index 30f188e..bd9b797 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], [14])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [15])
+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