From 2286990a6f77df0adb1012e943fd4e3cd2759cb6 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 10 Mar 2018 16:39:15 -0500 Subject: [PATCH] Bump to 2.14.0 --- data/misc/io.github.Hexchat.appdata.xml.in | 27 ++++++++++++++++++++++ data/misc/meson.build | 2 +- meson.build | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index 97949597..fc840d18 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -27,6 +27,33 @@ hexchat.desktop + + +

This is largely a bug fix release though it has some large behind the scenes changes:

+
    +
  • Rename data files to use *io.github.Hexchat* name
  • +
  • Add option (irc_reconnect_rejoin) to disable auto-rejoin on reconnect
  • +
  • Add ability to set custom tray icon separate of app icon
  • +
  • Fix Enchant 2.0+ support
  • +
  • Fix input box theming with Adwaita-dark
  • +
  • Fix custom sounds not respecting omit if away option
  • +
  • Fix detecting if a tray doesn't exist on x11
  • +
  • Fix cutting off ctcp text after ending \01
  • +
  • Fix /ignore not accepting full hosts
  • +
  • Fix characters getting cut off when their width changes
  • +
  • Fix various possible crashes
  • +
  • Change preference window to be scroll-able
  • +
  • Remove ctrl+w binding by default
  • +
  • doat: Fix channels with / in them
  • +
  • fishlim: Fix key exchange
  • +
  • fishlim: Fix building against LibreSSL
  • +
  • sysinfo: Fix pci.ids file not being found on some distros
  • +
  • sysinfo: Make libpci optional
  • +
  • lua: Avoid loading the same script multiple times
  • +
  • Update translations
  • +
+
+

This is another bug fix release:

diff --git a/data/misc/meson.build b/data/misc/meson.build index 4525ce1a..bce952a7 100644 --- a/data/misc/meson.build +++ b/data/misc/meson.build @@ -13,7 +13,7 @@ if get_option('with-gtk') appstream_util = find_program('appstream-util', required: false) if appstream_util.found() test('Validate io.github.Hexchat.appdata.xml', appstream_util, - args: ['validate', hexchat_appdata] + args: ['validate-relax', hexchat_appdata] ) endif diff --git a/meson.build b/meson.build index 41d09cb3..5a17ef9c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hexchat', 'c', - version: '2.12.4', + version: '2.14.0', meson_version: '>= 0.38.0', default_options: [ 'c_std=gnu89',