summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a0e0b77f..41257666 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+farstream 0.2.4 (May 5, 2014)
+=============================
+- Install gtk-doc correctly
+- Adapt SSRC handling to GStreamer 1.2 and newer
+- Fix BSD build
+- Assorted bug fixes
+
farstream 0.2.3 (April 15, 2013)
================================
- Use generic marshallers
diff --git a/configure.ac b/configure.ac
index bed226fb..66a4d128 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.3.1,
+AC_INIT(Farstream, 0.2.4,
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, 3, 0, 1)
+AS_LIBTOOL(FS, 3, 1, 1)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.