From 9fce3a1d4d6f1bf27dc4c66e7033564f7d15f69e Mon Sep 17 00:00:00 2001
From: Lennart Poettering
Date: Wed, 27 Oct 2004 22:46:12 +0000
Subject: prepare next release
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@30 ef929aba-56e2-0310-84e0-b7573d389508
---
configure.ac | 4 ++--
doc/README.html.in | 13 +++++++++----
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index fa8a52c..06f8947 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([xmms-polyp],[0.3],[mzkzzfcbylc (at) 0pointer (dot) de])
+AC_INIT([xmms-polyp],[0.4],[mzkzzfcbylc (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/plugin.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
@@ -50,7 +50,7 @@ if test -d ../polypaudio ; then
POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-0.6 -lpolyp-mainloop-0.6 -lpolyp-error-0.6'
echo "*** Found polypaudio in ../polypaudio, using that version ***"
else
- PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.5 ])
+ PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.6 ])
fi
AC_SUBST(POLYP_LIBS)
diff --git a/doc/README.html.in b/doc/README.html.in
index b8c2bb4..0ea2ad2 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -42,8 +42,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+Thu Oct 28 2004:
Version 0.4 released; upgrade to polypaudio 0.6
+
Wed Sep 20 2004:
Version 0.2 released; upgrade to polypaudio 0.5
+href="@PACKAGE_URL@xmms-polyp-0.3.tar.gz">Version 0.3 released; upgrade to polypaudio 0.5
Wed Sep 8 2004:
Version 0.2 released; upgrade to polypaudio 0.4
@@ -73,7 +76,7 @@ distributions (and maybe Unix versions) since it uses GNU autoconf for
source code configuration.
Obviously xmms-polyp requires an installation of
-polypaudio (version 0.5) and xmms (version 1.2.10
+polypaudio (version 0.6) and xmms (version 1.2.10
works, earlier versions probably as well).
@@ -98,12 +101,14 @@ before configuring the source code.
The current release is @PACKAGE_VERSION@
-Get xmms-polyp's development sources from the Subversion repository. (viewcvs)
+Get xmms-polyp's development sources from the Subversion repository (viewcvs):
+
+svn checkout svn://seth.intheinter.net/xmms-polyp/trunk xmms-polyp
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@>, September 2004
+Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2004
$Id$