[pulseaudio-commits] 3 commits - configure.ac doc/README.html.in po/LINGUAS
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Mar 5 15:51:47 UTC 2019
configure.ac | 2 +-
doc/README.html.in | 13 +++++++------
po/LINGUAS | 1 +
3 files changed, 9 insertions(+), 7 deletions(-)
New commits:
commit 57cf49f1e8675d58bf215c2fd9ba3b8c01cf254a
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Tue Mar 5 17:08:06 2019 +0200
prepare for releasing 4.0
diff --git a/configure.ac b/configure.ac
index 9790fd5..33514b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.62)
-AC_INIT([pavucontrol],[3.0],[mzcnihpbageby (at) 0pointer (dot) de])
+AC_INIT([pavucontrol],[4.0],[mzcnihpbageby (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/pavucontrol.cc])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
diff --git a/doc/README.html.in b/doc/README.html.in
index c4465dd..ce52df7 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -37,7 +37,7 @@ General Public License for more details.</p>
<h2><a name="news">News</a></h2>
-<div class="news-date">Soon: </div>
+<div class="news-date">Tue Mar 5 2019: </div>
<p class="news-text">
<a href="@PACKAGE_URL at pavucontrol-4.0.tar.xz">Version 4.0</a> released.
Changes:</p>
commit bd606e47b9aee60e6a3e06c713d1051decdfdead
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Tue Mar 5 17:36:09 2019 +0200
i18n: add zh_TW to LINGUAS
diff --git a/po/LINGUAS b/po/LINGUAS
index abb8304..ce10bb1 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -38,3 +38,4 @@ th
tr
uk
zh_CN
+zh_TW
commit d260bd2aa018a12aaddce85b6c0a462e2d917676
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Tue Mar 5 16:58:17 2019 +0200
README: a couple of edits for the 4.0 changelog
diff --git a/doc/README.html.in b/doc/README.html.in
index bc061f4..c4465dd 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -48,16 +48,17 @@ start pavucontrol for a second time brings the first window to foreground.</li>
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>Better channel label layout, prevents volume sliders from getting
+unaligned.</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>New translations: Chinese (Taiwan), Croatian, Korean, Norwegian Nynorsk,
+Lithuanian, Valencian.</li>
+<li>Updated translations: 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>
More information about the pulseaudio-commits
mailing list