Tanu Kaskinen pushed to branch master at PulseAudio / pavucontrol
Commits: 9b683f41 by Tanu Kaskinen at 2021-08-15T19:47:08+03:00 README: Add a news item for the upcoming release - - - - - 23308dd7 by Tanu Kaskinen at 2021-08-15T19:47:18+03:00 Prepare for releasing 5.0 - - - - - 14e7cc0a by Tanu Kaskinen at 2021-08-15T20:13:15+03:00 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. - - - - - 3 changed files: - Makefile.am - configure.ac - doc/README.html.in Changes: ===================================== 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 ===================================== 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]) ===================================== 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_...@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_...@pavucontrol-4.0.tar.xz">Version 4.0</a> released.. View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/compare/a3a4e120823eb011d229e6b884e4660eba2bb9e3...14e7cc0a215a708d845adf5eab715ec598814bb4 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/compare/a3a4e120823eb011d229e6b884e4660eba2bb9e3...14e7cc0a215a708d845adf5eab715ec598814bb4 You're receiving this email because of your account on gitlab.freedesktop.org.