summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-03-11 19:26:56 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-03-11 19:26:56 -0400
commit1e42278d11730f8409878e3b4904fdd47e360e6f (patch)
treee6683fa74a685650e97e819c432fcd6e1c46fe6e
parent6eee7886fc889539df1e13b4d8be90ca49f169b4 (diff)
downloadfarstream-1e42278d11730f8409878e3b4904fdd47e360e6f.tar.gz
Version 0.2.90.2.9
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4c8c9c5d..725d6e05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
+farstream 0.2.9 (March 11, 2020)
+================================
+- Add OPUS specific SDP OA negotiation to match RFC
+- Switch VP8 to standard encoding name
+- Removed MSN plugin, MSN Messenger is long dead
+- Port away from deprecated libnice signals
+- Bug fixes
+
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
diff --git a/configure.ac b/configure.ac
index a81c81a5..7e29d2a8 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.8.1,
+AC_INIT(Farstream, 0.2.9,
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, 6, 0, 1)
+AS_LIBTOOL(FS, 6, 1, 1)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.