From 6a90efaabdf72ec3bb938c948316434c9d2594ab Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Fri, 10 Jun 2011 16:34:02 -0400 Subject: version 0.0.19 --- NEWS | 8 ++++++++ configure.ac | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fb68b03..b44acb5 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.3