summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 22:15:59 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 22:15:59 -0500
commit01fafe82fbc01f31e76623fbbbe6dd99eb28d6bb (patch)
tree74c81eb79ed4f3e8ac6ae68325633730478f4feb
parente8c277eeed5c277605f2ecc191f347f68fed0a61 (diff)
downloadfarstream-01fafe82fbc01f31e76623fbbbe6dd99eb28d6bb.tar.gz
Version 0.2.70.2.7
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f3930d3d..96e26836 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+farstream 0.2.7 (January 29, 2015)
+==================================
+- Add "send-rtcp-mux" parameters to fsrtpsession
+- Add MTU and buffer splitting to rtpxdatapay
+- Fix crash if srtpenc/dec is missing
+- Bug fixes
+
farstream 0.2.6 (October 9, 2014)
================================
- Add ICE-TCP support
diff --git a/configure.ac b/configure.ac
index b0826db8..43756e0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(Farstream, 0.2.6.1,
+AC_INIT(Farstream, 0.2.7,
https://bugs.freedesktop.org/enter_bug.cgi?product=Farstream,
farstream)
@@ -56,7 +56,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets FS_LT_LDFLAGS
-AS_LIBTOOL(FS, 4, 0, 2)
+AS_LIBTOOL(FS, 5, 0, 0)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.