Bump version to 2.14.3
This commit is contained in:
parent
ef1aad01bf
commit
b304cfe850
@ -26,6 +26,19 @@
|
|||||||
<id>hexchat.desktop</id>
|
<id>hexchat.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release date="2019-12-20" version="2.14.3">
|
||||||
|
<description>
|
||||||
|
<p>This is a bug-fix release:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fix various incorrect parsing of IRC messages relating to trailing parameters</li>
|
||||||
|
<li>Fix SASL negotiation combined with multi-line cap</li>
|
||||||
|
<li>Fix input box theming with Yaru theme</li>
|
||||||
|
<li>python: Work around Python 3.7 regression causing crash on unload</li>
|
||||||
|
<li>sysinfo: Add support for /etc/os-release</li>
|
||||||
|
<li>sysinfo: Ignore irrelevant mounts when calculating storage size</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release date="2018-08-29" version="2.14.2">
|
<release date="2018-08-29" version="2.14.2">
|
||||||
<description>
|
<description>
|
||||||
<p>This is a minor release:</p>
|
<p>This is a minor release:</p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('hexchat', 'c',
|
project('hexchat', 'c',
|
||||||
version: '2.14.2',
|
version: '2.14.3',
|
||||||
meson_version: '>= 0.40.0',
|
meson_version: '>= 0.40.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu89',
|
'c_std=gnu89',
|
||||||
|
Loading…
Reference in New Issue
Block a user