From 2a53853f369b47e42e32e183c8109e3d63808899 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Fri, 10 Mar 2017 17:41:04 +0100 Subject: [PATCH] tag as 1.0.2 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e828f3b0..adad563c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +v1.0.2 2017-03-10 The Irssi team + - Prevent some null-pointer crashes (GL!9). + - Fix compilation with OpenSSL 1.1.0 (#628, #597). + - Correct dereferencing of already freed server objects during + output of netjoins. Found by APic (GL!10, GL#7). + - Fix in command arg parser to detect missing arguments in tail place + (#652, #651). + - Fix regression that broke incoming DCC file transfers (#667, #656). + - Fix issue with escaping \ in evaluated strings (#669, #520). + v1.0.1 2017-02-03 The Irssi team - Fix Perl compilation in object dir. By Martijn Dekker (#602, #623). - Disable EC cryptography on Solaris to fix build (#604, #598). diff --git a/configure.ac b/configure.ac index 4a96920c..02b33497 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.0.1) +AC_INIT(irssi, 1.0.2) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)