From c43831574187cdb2323d123702aa687af24664d8 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Wed, 23 Mar 2016 00:08:24 +0100 Subject: [PATCH] tag as 0.8.19 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e442a979..65aab5ed 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +v0.8.19 2016-03-23 The Irssi team + - Fixed regression when joining and parting channels on IRCnet (#435) + - Fixed SASL EXTERNAL (#432) + - Fixed regression when not using SASL (#438) + - Fixed incorrect SSL disconnects when using SSL from modules/scripts + (#439) + - Fixed regression where proxy_string could not be configured or + certain file transfers could not be accepted (#445) + - Fixed storing layout of !channels (#183) + - Fixed restoration of bracketed paste mode on quit (#449) + - Make the usage of meta-O for cursor keys configurable with + /set term_appkey_mode off + v0.8.18 2016-02-13 The Irssi team * Modules will now require to define a void MODULENAME ## _abicheck(int *version) diff --git a/configure.ac b/configure.ac index 44a986f2..b25e7286 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.18a-head) +AC_INIT(irssi, 0.8.19) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)