Skip to content
Commits on Source (2)
......@@ -37,7 +37,7 @@ 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
<div class="news-date">Sun Jul 29 2018: </div> <p class="news-text"><a
href="@PACKAGE_URL@paprefs-1.0.tar.xz">Version 1.0</a> released; replace GConf
with GSettings, port from GTK 2 to GTK 3, change build system from Autotools to
Meson, add support for fixed RTP port, add Croatian translation</p>
......@@ -118,8 +118,6 @@ compilation and <tt>ninja -C build install</tt> (as root) for installation of
<h2><a name="patches">Contributing Code</a></h2>
<p>If you have patches for paprefs, send them to the <a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss">PulseAudio mailing list</a> (requires subscription). The best (but not mandatory) way to send patches is with the <tt>git send-email</tt> tool. Here are some <a href="https://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/">instructions for git send-email</a>.</p>
<hr/>
<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, September 2009</address>
</body>
</html>
project('paprefs', 'cpp',
license: 'GPL2+',
version: '0.9.10',
version: '1.0',
meson_version: '>=0.40.1'
)
......