[pulseaudio-commits] 3 commits - configure.ac doc/README.html.in Makefile.am
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Aug 15 18:39:01 UTC 2021
Makefile.am | 3 ++-
configure.ac | 2 +-
doc/README.html.in | 20 ++++++++++++++++++++
3 files changed, 23 insertions(+), 2 deletions(-)
New commits:
commit 14e7cc0a215a708d845adf5eab715ec598814bb4
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Sun Aug 15 20:08:03 2021 +0300
build-sys: add pavucontrol.pot to EXTRA_DIST
pavucontrol.pot is a generated file, but since we store it in git, let's
ship it also in the tarball.
diff --git a/Makefile.am b/Makefile.am
index a387352..175caa7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,8 @@ EXTRA_DIST = \
LICENSE \
intltool-merge.in \
intltool-update.in \
- intltool-extract.in
+ intltool-extract.in \
+ po/pavucontrol.pot
SUBDIRS=src doc po
commit 23308dd710eb5b5a5e801fc3b302f39de46e95e6
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Sun Aug 15 19:47:18 2021 +0300
Prepare for releasing 5.0
diff --git a/configure.ac b/configure.ac
index 1079361..45f825e 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],[4.0],[mzcnihpbageby (at) 0pointer (dot) de])
+AC_INIT([pavucontrol],[5.0],[mzcnihpbageby (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/pavucontrol.cc])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
commit 9b683f4151368bff0803151361ab0edf58d88aae
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Sun Aug 15 19:41:24 2021 +0300
README: Add a news item for the upcoming release
diff --git a/doc/README.html.in b/doc/README.html.in
index e4e1c01..92b1032 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -38,6 +38,26 @@ General Public License for more details.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Sun Aug 15 2021: </div>
+<p class="news-text">
+<a href="@PACKAGE_URL at pavucontrol-5.0.tar.xz">Version 5.0</a> released.
+Changes:</p>
+<ul>
+<li>Support for switching Bluetooth codecs (new in PulseAudio 15.0).</li>
+<li>Support for locking card profiles (new in PulseAudio 15.0). Locking
+a profile prevents PulseAudio from automatically switching away from that
+profile on plug/unplug events.</li>
+<li>New translations: Asturian, Basque, Belarusian, Galician, Hebrew, Kazakh,
+Norwegian Bokmål, Sinhala, Slovenian</li>
+<li>Updated translations: Catalan, Chinese (Simplified), Chinese (Traditional),
+Croatian, Danish, Dutch, Finnish, French, German, Hungarian, Italian, Japanese,
+Korean, Lithuanian, Norwegian Nynorsk, Polish, Portugese, Portugese (Brazil),
+Slovak, Spanish, Swedish, Turkish, Ukrainian.</li>
+<li>Some bug fixes.</li>
+<li>New dependency: json-glib.</li>
+<li>Minimum gtkmm version bumped to 3.22.</li>
+</ul>
+
<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.
More information about the pulseaudio-commits
mailing list