prepare next pavucontrol release
git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@69 c17c95f2-f111-0410-90bf-f30a9569010c
This commit is contained in:
parent
c80c710d05
commit
3d45d8bf53
|
@ -20,7 +20,7 @@
|
||||||
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([pavucontrol],[0.9.5],[mzcnihpbageby (at) 0pointer (dot) de])
|
AC_INIT([pavucontrol],[0.9.6],[mzcnihpbageby (at) 0pointer (dot) de])
|
||||||
AC_CONFIG_SRCDIR([src/pavucontrol.cc])
|
AC_CONFIG_SRCDIR([src/pavucontrol.cc])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
|
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1><a name="top">PulseAudio Volume Control @PACKAGE_VERSION@</a></h1>
|
<h1><a name="top">PulseAudio Volume Control @PACKAGE_VERSION@</a></h1>
|
||||||
|
|
||||||
<p><i>Copyright 2006-2007 Lennart Poettering <@PACKAGE_BUGREPORT@></i></p>
|
<p><i>Copyright 2006-2008 Lennart Poettering <@PACKAGE_BUGREPORT@></i></p>
|
||||||
|
|
||||||
<ul class="toc">
|
<ul class="toc">
|
||||||
<li><a href="#license">License</a></li>
|
<li><a href="#license">License</a></li>
|
||||||
|
@ -42,6 +42,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
|
||||||
|
|
||||||
<h2><a name="news">News</a></h2>
|
<h2><a name="news">News</a></h2>
|
||||||
|
|
||||||
|
<div class="news-date">Fri Mar 28
|
||||||
|
2008: </div> <p class="news-text"><a href="@PACKAGE_URL@pavucontrol-0.9.6.tar.gz">Version
|
||||||
|
0.9.6</a> released; draw radio buttons instead of check boxes when
|
||||||
|
moving streams; fix crasher when connecting to a PA server that has no
|
||||||
|
default sink/source configured.</p>
|
||||||
|
|
||||||
<div class="news-date">Tue Oct 30 2007: </div> <p class="news-text"><a
|
<div class="news-date">Tue Oct 30 2007: </div> <p class="news-text"><a
|
||||||
href="@PACKAGE_URL@pavucontrol-0.9.5.tar.gz">Version 0.9.5</a>
|
href="@PACKAGE_URL@pavucontrol-0.9.5.tar.gz">Version 0.9.5</a>
|
||||||
released; rework UI; add context menu option to kill a playback stream; add context menu option to select the default device; use prettier channel names; filter non-application streams by default; support muting streams</p>
|
released; rework UI; add context menu option to kill a playback stream; add context menu option to select the default device; use prettier channel names; filter non-application streams by default; support muting streams</p>
|
||||||
|
@ -123,7 +129,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/pavucontrol/">Freshmeat</a>.</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/pavucontrol/">Freshmeat</a>.</p>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, Oct 2007</address>
|
<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, Mar 2008</address>
|
||||||
<div class="grey"><i>$Id$</i></div>
|
<div class="grey"><i>$Id$</i></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue