From 5f6c38c329f3d9574db863d330df876a456c5940 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Fri, 3 Feb 2017 20:46:20 +0100 Subject: [PATCH] tag as 1.0.1 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9604277a2..f2af58100 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +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). + - Fix incorrect HELP SERVER example (#606, #519). + - Correct memory leak in /OP and /VOICE. By Tim Konick (#608). + - Fix regression that broke second level completion (#613, #609). + - Correct missing NULL termination in perl_parse. By Hanno Böck (#619). + - Sync broken mail.pl script (#624, #607). + v1.0.0 2017-01-03 The Irssi team * Removed --disable-ipv6 (#408). * /connect Network now aborts with an error if no servers have been diff --git a/configure.ac b/configure.ac index 4aa1f3cc9..4a96920c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.0.0) +AC_INIT(irssi, 1.0.1) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)