[pulseaudio-commits] [Git][pulseaudio/pavucontrol][master] 6 commits: README: remove the copyright notice

Arun Raghavan gitlab at gitlab.freedesktop.org
Fri Jan 11 19:42:04 UTC 2019


Arun Raghavan pushed to branch master at PulseAudio / pavucontrol


Commits:
f14cfbae by Tanu Kaskinen at 2019-01-11T14:21:31Z
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.

- - - - -
6791be3f by Tanu Kaskinen at 2019-01-11T14:31:35Z
README: add "Bug Reports" and "Contributing Code" sections

- - - - -
4d4dcf6a by Tanu Kaskinen at 2019-01-11T14:32:52Z
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.

- - - - -
84ca4f36 by Tanu Kaskinen at 2019-01-11T14:35:54Z
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.

- - - - -
180608ca by Tanu Kaskinen at 2019-01-11T14:40:00Z
README: remove the page footer

Keeping the footer up to date is extra work with little benefit.

- - - - -
34cd046a by Tanu Kaskinen at 2019-01-11T15:23:08Z
README: add a news item for the upcoming release

- - - - -


1 changed file:

- doc/README.html.in


Changes:

=====================================
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>
@@ -20,8 +18,9 @@
     <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>
 </ul>
 
 <h2><a name="license">License</a></h2>
@@ -38,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>
@@ -125,12 +150,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>
 
@@ -144,10 +165,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>
@@ -158,8 +175,15 @@ compilation and <tt>make install</tt> (as root) for installation of
 
 <pre>git clone https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git</pre>
 
-<hr/>
-<address class="grey">Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2009</address>
+<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>
 
 </body>
 </html>



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/compare/62673a0f8e2a125da6195b610785bc2f4b0a4320...34cd046afd9e9d286fe1ed54e66eca167e13a04e

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/compare/62673a0f8e2a125da6195b610785bc2f4b0a4320...34cd046afd9e9d286fe1ed54e66eca167e13a04e
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190111/15911c85/attachment-0001.html>


More information about the pulseaudio-commits mailing list