From 5815e20ae16e4aede2936ddf86f229803c63abf0 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Fri, 28 Jun 2019 13:52:47 +0200 Subject: [PATCH] tag as 1.0.8 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b28e00e..24a50116 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +v1.0.8 2019-06-29 The Irssi team + - Fix a use after free issue when sending the SASL login on + (automatic and manual) reconnects (#1055, #1058). Reported + by ilbelkyr + v1.0.7 2018-02-15 The Irssi team - Prevent use after free error during the execution of some commands. Found by Joseph Bisch (GL#17, GL!24). diff --git a/configure.ac b/configure.ac index fb5c7c33..d1cb2b2d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.0.7) +AC_INIT(irssi, 1.0.8) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)