summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 43ae3680..138df6c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+farstream 0.1.91 (September 13, 2012)
+=====================================
+
+- Port to GStreamer 1.0
+
farstream 0.1.2 (March 23, 2012)
================================
diff --git a/configure.ac b/configure.ac
index 7c278182..5f487d34 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.1.90.1,
+AC_INIT(Farstream, 0.1.91,
https://bugs.freedesktop.org/enter_bug.cgi?product=Farstream,
farstream)
@@ -167,7 +167,7 @@ AC_ARG_WITH(transmitter-plugins,
[FS_TRANSMITTER_PLUGINS_SELECTED=$FS_TRANSMITTER_PLUGINS_ALL])
-NICE_REQUIRED=0.1.0
+NICE_REQUIRED=0.1.3
PKG_CHECK_MODULES(NICE, \
nice >= $NICE_REQUIRED,, AC_MSG_ERROR([Need libnice >= $NICE_REQUIRED]))