]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Bump version to 2.14.3 origin/2.14 v2.14.3
authorPatrick Griffis <redacted>
Sat, 21 Dec 2019 06:38:06 +0000 (22:38 -0800)
committerPatrick Griffis <redacted>
Sat, 21 Dec 2019 06:38:06 +0000 (22:38 -0800)
data/misc/io.github.Hexchat.appdata.xml.in
meson.build

index 97eec2f7dc55f43c014206f951c796484707d136..06319527afc2aaf48064128c3efcba598896d68a 100644 (file)
     <id>hexchat.desktop</id>
   </provides>
   <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">
       <description>
         <p>This is a minor release:</p>
index 74bf1f77a277958f16dab22dd4267645b9952cbf..18baf26e126e40c9ed8a94a69424b5659537c8de 100644 (file)
@@ -1,5 +1,5 @@
 project('hexchat', 'c',
-  version: '2.14.2',
+  version: '2.14.3',
   meson_version: '>= 0.40.0',
   default_options: [
     'c_std=gnu89',