diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2011-06-10 16:34:02 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2011-06-10 16:34:02 -0400 |
commit | 6a90efaabdf72ec3bb938c948316434c9d2594ab (patch) | |
tree | b14a97276a7bdcd9404c6d884dcdfcb1e2d29d31 | |
parent | 59f2253a09437073f7c39c4deeb1693019389461 (diff) |
version 0.0.19telepathy-farsight_0.0.19
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,11 @@ +telepathy-farsight 0.0.19 (10 Jun 2011) +======================================= +- Set the default RTP extension preferences in the right order +- Added a "block-ready" property to be able to delay accepting the call until + some condition has been met +- Only call CodecsUpdated() if codecs that actually need to be transmitted + has been changed + telepathy-farsight 0.0.18 (11 May 2011) ======================================= - Add support for FeedbackMessages and RtpHeaderExtensions diff --git a/configure.ac b/configure.ac index f934069..45e778b 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.59]) m4_define([tp_farsight_major_version], [0]) m4_define([tp_farsight_minor_version], [0]) -m4_define([tp_farsight_micro_version], [18]) -m4_define([tp_farsight_nano_version], [1]) +m4_define([tp_farsight_micro_version], [19]) +m4_define([tp_farsight_nano_version], [0]) dnl CURRENT, REVISION, AGE dnl - library source changed -> increment REVISION @@ -18,7 +18,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 m4_define([tp_farsight_lt_current], [1]) -m4_define([tp_farsight_lt_revision], [5]) +m4_define([tp_farsight_lt_revision], [6]) m4_define([tp_farsight_lt_age], [1]) |