From bfd6eea98f16a5f2bcea19e01cc372ea576b7db0 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 20 Dec 2019 22:38:06 -0800 Subject: Bump version to 2.14.3 --- data/misc/io.github.Hexchat.appdata.xml.in | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index 97eec2f7..06319527 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -26,6 +26,19 @@ hexchat.desktop + + +

This is a bug-fix release:

+
    +
  • Fix various incorrect parsing of IRC messages relating to trailing parameters
  • +
  • Fix SASL negotiation combined with multi-line cap
  • +
  • Fix input box theming with Yaru theme
  • +
  • python: Work around Python 3.7 regression causing crash on unload
  • +
  • sysinfo: Add support for /etc/os-release
  • +
  • sysinfo: Ignore irrelevant mounts when calculating storage size
  • +
+
+

This is a minor release:

diff --git a/meson.build b/meson.build index 2c849482..645e685e 100644 --- a/meson.build +++ b/meson.build @@ -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', -- cgit 1.4.1