From 2bcac7c5a252e500f201010b664ff42676bb577e Mon Sep 17 00:00:00 2001
From: Lennart Poettering
Date: Thu, 22 Nov 2007 00:13:28 +0000
Subject: prepare new release
git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@76 bb39ca4e-bce3-0310-b5d4-eea78a553289
---
configure.ac | 4 ++--
doc/README.html.in | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index aab3142..8a3b767 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
AC_PREREQ(2.57)
-AC_INIT([gst-pulse],[0.9.5],[mztfgchyfr (at) 0pointer (dot) de])
+AC_INIT([gst-pulse],[0.9.6],[mztfgchyfr (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/plugin.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
@@ -51,7 +51,7 @@ if test -d ../pulseaudio ; then
PULSE_LIBS='-L$(top_srcdir)/../pulseaudio/src/.libs -lpulse'
echo "*** Found pulseaudio in ../pulseaudio, using that version ***"
else
- PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.2 ])
+ PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.8 ])
fi
AC_SUBST(PULSE_LIBS)
diff --git a/doc/README.html.in b/doc/README.html.in
index 7300a8d..91f0205 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -42,6 +42,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+Thu Nov 22 2007:
Version 0.9.6 released; add support for S32 samples, add channel map support to the source element, too.
+
Tue Oct 30 2007:
Version 0.9.5 released; proper multi channel support; rework volume handling; show only device description not raw pa device name; strip whitespace from string title; change autodetection rank to be preferred over ALSA
@@ -119,7 +122,7 @@ compilation and make install (as root) for installation of
If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.
-Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2007
+Lennart Poettering <@PACKAGE_BUGREPORT@>, November 2007
$Id$