From 02c92599faa8adbe8710177f943c3ca3cb4a65d9 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 10 Dec 2016 09:30:51 -0500 Subject: [PATCH] Bump version to 2.12.4 --- configure.ac | 2 +- data/misc/hexchat.appdata.xml.in | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca00ec33..34e6defd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([HexChat],[2.12.3]) +AC_INIT([HexChat],[2.12.4]) AC_PREREQ([2.64]) AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) diff --git a/data/misc/hexchat.appdata.xml.in b/data/misc/hexchat.appdata.xml.in index 73666eab..8b5b3ee8 100644 --- a/data/misc/hexchat.appdata.xml.in +++ b/data/misc/hexchat.appdata.xml.in @@ -23,6 +23,19 @@ + + +

This is another bug fix release:

+
    +
  • Fix issue with timers causing ping timeouts
  • +
  • Fix building against OpenSSL 1.1
  • +
  • Fix /exec output printing invalid utf8
  • +
  • Replace doat plugin with an internal command
  • +
  • Change how tab colors interact with plugins
  • +
  • Enable filtering the beep character by default
  • +
+
+

This is a minor bug fix release just cleaning up a few issues: