summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-03-10 12:35:04 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-03-10 12:35:04 -0500
commit1c21fb8053ce5853e7585e0327eb7308d0fb5e98 (patch)
tree9302651bfb1fa466fd904c245308da9f926676b9
parent3ec04587156f63f105051731acada2b43f74f8dc (diff)
downloadfarstream-1c21fb8053ce5853e7585e0327eb7308d0fb5e98.tar.gz
Version 0.2.80.2.8
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 96e26836..4c8c9c5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+farstream 0.2.8 (March 10, 2016)
+==================================
+- Add "require-encryption" parameter to ignore unencrypted packets
+- Enable building static GStreamer and transmitter plugins
+- Make OPUS plugin work and select it as default codec
+- Bug fixes
+
farstream 0.2.7 (January 29, 2015)
==================================
- Add "send-rtcp-mux" parameters to fsrtpsession
diff --git a/configure.ac b/configure.ac
index 7973e053..0b593e1a 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.7.1,
+AC_INIT(Farstream, 0.2.8,
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, 5, 0, 0)
+AS_LIBTOOL(FS, 6, 0, 1)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.