summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
-rw-r--r--doc/README.html.in12
2 files changed, 15 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index fbeeef5..8606f61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,3 +40,10 @@ fedora-snapshot: dist
.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/doc/README.html.in b/doc/README.html.in
index e1e538b..1a42794 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -1,3 +1,4 @@
+
<?xml version="1.0" encoding="iso-8859-1"?> <!-- -*-html-helper-*- -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -10,7 +11,7 @@
<body>
<h1><a name="top">PulseAudio Volume Meter @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 +43,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@pavumeter-0.9.3.tar.gz">Version 0.9.3</a> released; lower refresh rate; show pretty channel names; other fixes</p>
+
<div class="news-date">Sat Jul 8 2006: </div> <p class="news-text"><a
href="@PACKAGE_URL@pavumeter-0.9.2.tar.gz">Version 0.9.2</a> released; compatibility with <a href="http://pulseaudio.org/">PulseAudio 0.9.2</a></p>
@@ -73,7 +77,7 @@ href="http://0pointer.de/lennart/projects/pulseaudio/">PulseAudio sound server</
<h2><a name="status">Current Status</a></h2>
<p>Works perfectly.</p>
-
+
<h2><a name="documentation">Documentation</a></h2>
<p>There is not much to say. Just run <tt>pavumeter</tt> and see
@@ -92,7 +96,7 @@ source code configuration.</p>
<p><tt>pavumeter</tt> requires <a href="http://gtkmm.sf.net/"><tt>gtkmm</tt></a> installed.</p>
<p>Obviously <tt>pavumeter</tt> requires an installation of <a href="http://pulseaudio.org">PulseAudio</a> (version 0.9.2).</p>
-
+
<h2><a name="installation">Installation</a></h2>
<p>As this package is made with the GNU autotools you should run
@@ -118,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/pavumeter/">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;, Oct 2007</address>
<div class="grey"><i>$Id$</i></div>
</body>