Bump version to 2.14.2
This commit is contained in:
parent
7659caada1
commit
8665501c77
@ -26,6 +26,17 @@
|
|||||||
<id>hexchat.desktop</id>
|
<id>hexchat.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release date="2018-08-29" version="2.14.2">
|
||||||
|
<description>
|
||||||
|
<p>This is a minor release:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Remove shift+click to close tab binding</li>
|
||||||
|
<li>Always unminimize when opening from tray</li>
|
||||||
|
<li>Fix some translations containing invalid text events</li>
|
||||||
|
<li>Fix sending server passwords starting with ":"</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release date="2018-03-13" version="2.14.1">
|
<release date="2018-03-13" version="2.14.1">
|
||||||
<description>
|
<description>
|
||||||
<p>This is a very minor bug-fix release:</p>
|
<p>This is a very minor bug-fix release:</p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('hexchat', 'c',
|
project('hexchat', 'c',
|
||||||
version: '2.14.1',
|
version: '2.14.2',
|
||||||
meson_version: '>= 0.38.0',
|
meson_version: '>= 0.38.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu89',
|
'c_std=gnu89',
|
||||||
|
Loading…
Reference in New Issue
Block a user