summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-09-10 15:09:24 +0300
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-09-10 16:39:41 +0300
commit81057367ed314e649c0aef4391c3f3248fa310cc (patch)
treee104d22ccc523da30a01b709405b52f9f531f80b
parent13c24e193b808f3b9f47acdafdd0fccb043b2d6f (diff)
-rw-r--r--NEWS4
-rw-r--r--configure.ac6
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3e7f7c0..ad84369 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+telepathy-farsight 0.0.15 (30 Sep 2010)
+=======================================
+- Release sending resource when SetStreamSending(False) is called
+
telepathy-farsight 0.0.14 (26 May 2010)
=======================================
- Add properties to get the Farsight2 session and stream
diff --git a/configure.ac b/configure.ac
index e1c0b82..3b335a1 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], [14])
-m4_define([tp_farsight_nano_version], [1])
+m4_define([tp_farsight_micro_version], [15])
+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], [1])
+m4_define([tp_farsight_lt_revision], [2])
m4_define([tp_farsight_lt_age], [1])