diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-10-27 22:44:00 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-10-27 22:44:00 +0000 |
commit | 94e8f011e6f06fd48f468ac8535130a3d8c58314 (patch) | |
tree | f880028a89b06d218c42d3825d33a267f2d5aa05 | |
parent | c3959b71144e85a0393de9f2c8bcd999435f80af (diff) |
prepare next release
git-svn-id: file:///home/lennart/svn/public/paman/trunk@41 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/README.html.in | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3e44887..6a11101 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([paman],[0.4],[mzcnzna (at) 0pointer (dot) de]) +AC_INIT([paman],[0.5],[mzcnzna (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/paman.cc]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) diff --git a/doc/README.html.in b/doc/README.html.in index 02e9f75..1ffe6ad 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 Oct 28 2004: </div> <p class="news-text"><a +href="@PACKAGE_URL@paman-0.5.tar.gz">Version 0.5</a> released; changes include: compatibility with polypaudio 0.6</p> + <div class="news-date">Mon Sep 20 2004: </div> <p class="news-text"><a href="@PACKAGE_URL@paman-0.4.tar.gz">Version 0.4</a> released; changes include: compatibility with polypaudio 0.5; many improvements and fixes</p> @@ -84,7 +87,7 @@ source code configuration.</p> <p><tt>paman</tt> requires <a href="http://gtkmm.sf.net/"><tt>gtkmm</tt></a> and <tt>glademmm</tt> installed.</p> -<p>Obviously <tt>paman</tt> requires an installation of <tt>polypaudio</tt> (version 0.5).</p> +<p>Obviously <tt>paman</tt> requires an installation of <tt>polypaudio</tt> (version 0.6).</p> <p>If you want to have the "Volume Meter" buttons working, your need to install <a href="http://0pointer.de/lennart/projects/pavumeter/">pavumeter</a>.</p> @@ -106,12 +109,14 @@ compilation and <tt>make install</tt> (as root) for installation of <p>The current release is <a href="@PACKAGE_URL@paman-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p> -<p>Get <tt>paman</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/paman/">repository</a>. (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=paman">viewcvs</a>)</p> +<p>Get <tt>paman</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://seth.intheinter.net/paman">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=paman">viewcvs</a>): </p> + +<pre>svn checkout svn://seth.intheinter.net/paman/trunk paman</pre> <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/paman/">Freshmeat</a>.</p> <hr/> -<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, September 2004</address> +<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2004</address> <div class="grey"><i>$Id$</i></div> </body> |