summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-11-22 00:13:28 +0000
committerLennart Poettering <lennart@poettering.net>2007-11-22 00:13:28 +0000
commit2bcac7c5a252e500f201010b664ff42676bb577e (patch)
treeaf69705c15af8dfe31cc25342c084857a5472f36
parentf0da7da42149c438033abd5e53c790d2acbba9a2 (diff)
prepare new release
git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@76 bb39ca4e-bce3-0310-b5d4-eea78a553289
-rw-r--r--configure.ac4
-rw-r--r--doc/README.html.in5
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.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Thu Nov 22 2007: </div> <p class="news-text"><a
+href="@PACKAGE_URL@gst-pulse-0.9.6.tar.gz">Version 0.9.6</a> released; add support for S32 samples, add channel map support to the source element, too.</p>
+
<div class="news-date">Tue Oct 30 2007: </div> <p class="news-text"><a
href="@PACKAGE_URL@gst-pulse-0.9.5.tar.gz">Version 0.9.5</a> 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</p>
@@ -119,7 +122,7 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/gst-pulse/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2007</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, November 2007</address>
<div class="grey"><i>$Id$</i></div>
</body>