diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-03-22 19:09:06 -0400 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-03-22 19:09:06 -0400 |
commit | b26a704c87968bc1db29a2917c2ca0bdf10ed999 (patch) | |
tree | b5eb4c3368519728c0c18a912fd35f42ce6a670a | |
parent | b7350b195bae44bda93e767b7a8a5616c558102a (diff) |
version 0.15.5telepathy-gabble-0.15.5
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 25 insertions, 4 deletions
@@ -1,7 +1,28 @@ -telepathy-gabble 0.15.5 (UNRELEASED) +telepathy-gabble 0.15.5 (2012-03-22) ==================================== -... +Requirements: + +• telepathy-glib 0.17.7 is now required. + +Enhancements: + +• fd.o#46513: Refactor Jingle code to remove Telepathy in preparation + of moving it to Wocky. (Will) + +• fd.o#45602: Subclass TpBaseChannel in more channel + implemenations. (Jonny) + +• fd.o#47502: Add a --disable-voip configure flag to disable building + gabble with VoIP support. (Marco) + +Fixes: + +• Correctly convert between Telepathy and Jingle candidate + types. (Olivier) + +• Start sending automatically on accepting bidirectional + calls. (Olivier) telepathy-gabble 0.15.4 (2012-02-21) ==================================== diff --git a/configure.ac b/configure.ac index 159cfe040..960562649 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], [15]) -m4_define([gabble_micro_version], [4]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [5]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |