[pulseaudio-commits] 6 commits - doc/README.html.in
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jan 11 19:42:04 UTC 2019
doc/README.html.in | 54 ++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 39 insertions(+), 15 deletions(-)
New commits:
commit 34cd046afd9e9d286fe1ed54e66eca167e13a04e
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jan 11 17:23:08 2019 +0200
README: add a news item for the upcoming release
diff --git a/doc/README.html.in b/doc/README.html.in
index 77ee7f6..bc061f4 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -37,6 +37,32 @@ General Public License for more details.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Soon: </div>
+<p class="news-text">
+<a href="@PACKAGE_URL at pavucontrol-4.0.tar.xz">Version 4.0</a> released.
+Changes:</p>
+<ul>
+<li>There can now be only one pavucontrol window open at a time. Trying to
+start pavucontrol for a second time brings the first window to foreground.</li>
+<li>Added a "Show volume meters" checkbox to the Configuration tab. Disabling
+the volume meters reduces CPU use.</li>
+<li>Improve the use of space (remove useless margins and paddings).</li>
+<li>Use a more appropriate icon for the channel lock button.</li>
+<li>Maximum latency offset increased from 2 to 5 seconds to accommodate AirPlay
+devices that often have higher latency than 2 seconds (this is not that useful
+on newer PulseAudio versions, though, because the latency is reported much more
+accurately than before).</li>
+<li>New --version command line option.</li>
+<li>New translations: Croatian, Korean, Norwegian Nynorsk, Lithuanian,
+Valencian.</li>
+<li>Updated translations: Chinese (Taiwan), Finnish, French, German, Italian,
+Japanese, Polish, Swedish.
+</li>
+<li>Dropped support for Gtk+ 2.</li>
+<li>Bumped the minimum supported libpulse version to 5.0.</li>
+<li>Improved compatibility with newer Glade versions.</li>
+</ul>
+
<div class="news-date">Tue Mar 24
2015: </div> <p class="news-text"><a href="@PACKAGE_URL at pavucontrol-3.0.tar.xz">Version
3.0</a> released; improved error handling; remember device selection visibility; window sizing improvements.</p>
commit 180608cafc7fed5b319ece6f4a201bf7abb98e0b
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jan 11 16:40:00 2019 +0200
README: remove the page footer
Keeping the footer up to date is extra work with little benefit.
diff --git a/doc/README.html.in b/doc/README.html.in
index 0698adf..77ee7f6 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -159,8 +159,5 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>If you have patches for pavucontrol, the primary method for submitting them is by creating a merge request in <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol">GitLab</a>. Alternatively, you can send patches to the <a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss">PulseAudio mailing list</a> (requires subscription).</p>
-<hr/>
-<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2009</address>
-
</body>
</html>
commit 84ca4f3655f7fee95a1f915f200b868a7a21493d
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jan 11 16:35:54 2019 +0200
README: remove reference to an ancient Debian version
It's of little use to know that the initial version was written on an
April 2006 version of Debian testing.
diff --git a/doc/README.html.in b/doc/README.html.in
index 295bf7c..0698adf 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -124,12 +124,8 @@ playback stream separately.</p>
<h2><a name="requirements">Requirements</a></h2>
-<p>Currently, <tt>pavucontrol</tt> is tested on Linux only.</p>
-
-<p><tt>pavucontrol</tt> was developed and tested on Debian GNU/Linux
-"testing" from April 2006, it should work on most other Linux
-distributions (and maybe Unix versions) since it uses GNU autoconf for
-source code configuration.</p>
+<p>Currently, <tt>pavucontrol</tt> is tested on Linux only. It should work on
+most Linux distributions.</p>
<p><tt>pavucontrol</tt> requires <a href="http://www.gtkmm.org"><tt>gtkmm</tt></a> and <tt>glademmm</tt> installed.</p>
commit 4d4dcf6a0e21db1c8946e50dd70733351269097e
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jan 11 16:32:52 2019 +0200
README: remove the "Acknowledgements" section
Acknowledging people's contributions is nice, but I don't like the chore
of keeping the section up to date.
diff --git a/doc/README.html.in b/doc/README.html.in
index 71b4e48..295bf7c 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -18,7 +18,6 @@
<li><a href="#documentation">Documentation</a></li>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#installation">Installation</a></li>
- <li><a href="#acks">Acknowledgements</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#bugs">Bug Reports</a></li>
<li><a href="#patches">Contributing Code</a></li>
@@ -144,10 +143,6 @@ the source tree. After that you should run <tt>make</tt> for
compilation and <tt>make install</tt> (as root) for installation of
<tt>pavucontrol</tt>.</p>
-<h2><a name="acks">Acknowledgements</a></h2>
-
-<p>Colin Guthrie for the card profile UI and other work</p>
-
<h2><a name="download">Download</a></h2>
<p>The newest release is always available from <a href="@PACKAGE_URL@">@PACKAGE_URL@</a></p>
commit 6791be3f0f77f1485ba2a9ebea277e749af91da4
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jan 11 16:31:35 2019 +0200
README: add "Bug Reports" and "Contributing Code" sections
diff --git a/doc/README.html.in b/doc/README.html.in
index fdd001c..71b4e48 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -20,6 +20,8 @@
<li><a href="#installation">Installation</a></li>
<li><a href="#acks">Acknowledgements</a></li>
<li><a href="#download">Download</a></li>
+ <li><a href="#bugs">Bug Reports</a></li>
+ <li><a href="#patches">Contributing Code</a></li>
</ul>
<h2><a name="license">License</a></h2>
@@ -156,6 +158,16 @@ compilation and <tt>make install</tt> (as root) for installation of
<pre>git clone https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git</pre>
+<h2><a name="bugs">Bug Reports</a></h2>
+
+<p>Here's the list of open bug reports: <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues">https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues</a></p>
+
+<p>And here you can create a new bug report: <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/new">https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/new</a></p>
+
+<h2><a name="patches">Contributing Code</a></h2>
+
+<p>If you have patches for pavucontrol, the primary method for submitting them is by creating a merge request in <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol">GitLab</a>. Alternatively, you can send patches to the <a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss">PulseAudio mailing list</a> (requires subscription).</p>
+
<hr/>
<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2009</address>
commit f14cfbae5f9b6b33ddb79dc19c65cbfbae072a92
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jan 11 16:21:31 2019 +0200
README: remove the copyright notice
The copyright notice would need updating, because there are also others
than Lennart and Colin who own copyrights to paprefs, and the years are
out of date. Having to continuously update the copyright years seems
just unnecessary churn to me. People can browse the git history if
they're interested in the copyright details.
diff --git a/doc/README.html.in b/doc/README.html.in
index ea64a47..fdd001c 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,8 +10,6 @@
<body>
<h1><a name="top">PulseAudio Volume Control @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2006-2009 Lennart Poettering, 2009-2011 Colin Guthrie <@PACKAGE_BUGREPORT@></i></p>
-
<ul class="toc">
<li><a href="#license">License</a></li>
<li><a href="#news">News</a></li>
More information about the pulseaudio-commits
mailing list