summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-30 17:19:18 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-30 17:19:18 +0000
commit8557c71d4e1d7172c22db2df6dd32336fdd3b5a1 (patch)
tree64992143be155a4d6bc6db41b40bd005f963d83e
parentf1acb118e98a68fef1135ba7eff3c7caa8f66c74 (diff)
prepare new release
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@57 ef929aba-56e2-0310-84e0-b7573d389508
-rw-r--r--Makefile.am7
-rw-r--r--configure.ac2
-rw-r--r--doc/README.html.in11
3 files changed, 15 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 6963ce7..aafdb5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,3 +36,10 @@ homepage: all dist
ln -sf README.html $$HOME/homepage/private/projects/xmms-pulse/index.html
.PHONY: homepage
+
+dist-hook:
+ if test -d .svn ; then \
+ svn update ; \
+ chmod u+w ${distdir}/ChangeLog || true ; \
+ svn2cl -o ${distdir}/ChangeLog ; \
+ fi
diff --git a/configure.ac b/configure.ac
index 948dc90..340d6f8 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-pulse],[0.9.3],[mzkzzfchyfr (at) 0pointer (dot) de])
+AC_INIT([xmms-pulse],[0.9.4],[mzkzzfchyfr (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/plugin.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
diff --git a/doc/README.html.in b/doc/README.html.in
index 88593b9..f27afb2 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">xmms-pulse @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2004-2006 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2004-2007 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -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">Tue Oct 30 2007: </div> <p class="news-text"><a
+href="@PACKAGE_URL@xmms-pulse-0.9.4.tar.gz">Version 0.9.4</a> released; beep media player support</p>
+
<div class="news-date">Fri Jul 21 2006: </div> <p class="news-text"><a
href="@PACKAGE_URL@xmms-pulse-0.9.3.tar.gz">Version 0.9.3</a> released; fix a memory leak</p>
@@ -76,7 +79,7 @@ sound server</a>.</p>
<h2><a name="status">Current Status</a></h2>
<p>There's currently no configuration dialog. Use <tt>$PULSE_SERVER</tt> and <tt>$PULSE_SINK</tt> to change the default output sinks.</p>
-
+
<h2><a name="documentation">Documentation</a></h2>
<p>There is not much to say. Just install this software, the driver will then be available in XMMS.</p>
@@ -93,7 +96,7 @@ source code configuration.</p>
<p>Obviously <tt>xmms-pulse</tt> requires an installation of
<a href="http://pulseaudio.org/">PulseAudio</a> (version 0.9.x) and <tt>xmms</tt> (version 1.2.10
works, earlier versions probably as well).</p>
-
+
<h2><a name="installation">Installation</a></h2>
<p>As this package is made with the GNU autotools you should run
@@ -123,7 +126,7 @@ before configuring the source code.</p>
<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/xmms-pulse/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2006</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, Octover 2007</address>
<div class="grey"><i>$Id$</i></div>
</body>