telepathy-farstream: version 0.6.1

Olivier Crête tester at kemper.freedesktop.org
Thu Mar 6 09:21:41 PST 2014


Module: telepathy-farstream
Branch: master
Commit: 67851545b72518743469e6e862d9f191a0697105
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=67851545b72518743469e6e862d9f191a0697105

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Thu Mar  6 12:17:05 2014 -0500

version 0.6.1

---

 NEWS         |    8 ++++++++
 configure.ac |    6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 4eb844e..96edeb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+telepathy-farstream 0.6.1 (6 Mar 2014)
+=======================================
+
+- Fix build with newer telepathy-glib branches
+- Fix build with automake 1.13
+- Improve configure.ac with AS_IF
+- Fix calls with standard ICE-UDP (against Gajim)
+
 telepathy-farstream 0.6.0 (25 Sep 2012)
 =======================================
 
diff --git a/configure.ac b/configure.ac
index 5552241..caa66d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ AC_PREREQ([2.59])
 
 m4_define([tp_farstream_major_version], [0])
 m4_define([tp_farstream_minor_version], [6])
-m4_define([tp_farstream_micro_version], [0])
-m4_define([tp_farstream_nano_version], [1])
+m4_define([tp_farstream_micro_version], [1])
+m4_define([tp_farstream_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_farstream_lt_current], [3])
-m4_define([tp_farstream_lt_revision], [0])
+m4_define([tp_farstream_lt_revision], [1])
 m4_define([tp_farstream_lt_age], [0])
 
 



More information about the telepathy-commits mailing list