summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-23 13:18:17 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-23 15:29:42 -0400
commitee62969e5d28a942384f245f4ffd79ca492af838 (patch)
tree7a93b9282cab8e51f82bb25493cdb031667bcc4d
parent3ba750b3a2d4f1205e728db71cf5c9e7edc8d43e (diff)
downloadfarstream-ee62969e5d28a942384f245f4ffd79ca492af838.tar.gz
Version 0.1.20.1.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 48770ee0..43ae3680 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+farstream 0.1.2 (March 23, 2012)
+================================
+
+- Ignore config while comparing send codecs, fixes H.264 and Theora
+ negotation
+- Require GLib 2.30, do not allow APIs added after and ignore later
+ deprecations
+- Add default element properties for rawconference
+- Set better latency/buffer time for pulse src/sink
+- Remove the buffer-time property on the shm transmitter, because the
+ gst-plugins-bad plugin has a bug, we will restore it once a new
+ gst-plugins-bad version has been released
+
farstream 0.1.1 (February 20, 2012)
===================================
diff --git a/configure.ac b/configure.ac
index f2260279..66680ce3 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.1.1,
+AC_INIT(Farstream, 0.1.2,
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, 0, 0, 0)
+AS_LIBTOOL(FS, 0, 1, 0)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.