summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-08 17:03:08 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-08 17:03:08 -0500
commit2dd677fbda85b00bbba8aff29d2ff91a4d4c3c48 (patch)
tree3f989123496fb593d18ca30e56d7e4dd264784d9
parent4ab19099d8d7a44a3de8ff806808ce0d2598b4ff (diff)
-rw-r--r--NEWS16
-rw-r--r--configure.ac6
2 files changed, 15 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index a32d125..68c9ac4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,31 @@
+telepathy-farstream 0.2.2 (09 Mar 2012)
+=======================================
+
+- Allow an Endpoint to be removed so as it work with Rakia call transfers
+- Ignore port 2.26 deprecations
+- added a tf_channel_new_finish() function
+- Misc bug fixes
+
telepathy-farstream 0.2.1 (20 Feb 2012)
-======================================
+=======================================
- Now use Call1 as well as Streamed Media
- Now requires Farstream and telepathy-glib 0.17.5
telepathy-farstream 0.1.2 (18 Nov 2011)
-======================================
+=======================================
- Fix linking with ld --as-needed (bigon)
- Add AudioControl support (mike, sjoerd)
- respond to farsight-negotiate events (olivier)
telepathy-farstream 0.1.1 (14 Jul 2011)
-======================================
+=======================================
- Fix the python bindings
- Make the VideoControl interface actually work
telepathy-farstream 0.1.0 (27 Jun 2011)
-======================================
+=======================================
- Rename from telepathy-farsight to telepathy-farstream
- Implement Call API
- Also implement Streamed Media API under the same C api
diff --git a/configure.ac b/configure.ac
index a9c828d..05fe685 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,15 +9,15 @@ AC_PREREQ([2.59])
m4_define([tp_farstream_major_version], [0])
m4_define([tp_farstream_minor_version], [2])
-m4_define([tp_farstream_micro_version], [1])
-m4_define([tp_farstream_nano_version], [1])
+m4_define([tp_farstream_micro_version], [2])
+m4_define([tp_farstream_nano_version], [0])
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-m4_define([tp_farstream_lt_current], [1])
+m4_define([tp_farstream_lt_current], [2])
m4_define([tp_farstream_lt_revision], [0])
m4_define([tp_farstream_lt_age], [0])