From 8cec161a8f252fd8d57677eb961ffd87987b9d30 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 13 Feb 2018 12:56:25 +0100 Subject: [PATCH] tag as 1.1.1 --- NEWS | 11 +++++++++-- configure.ac | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 1d5393fa..1e763b63 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +v1.1.1 2018-02-15 The Irssi team + ! Contains all changes from 1.0.7 + - Restore compatibility with OpenSSL < 1.0.2 (#820, #831) + - Fix test compilation on some platforms (#815, #816) + - Fix portability and backwards compatibility of test runner + (#818, #845) + 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). @@ -29,8 +36,8 @@ v1.1.0 2018-01-15 The Irssi team * /server does not connect to servers anymore, use /server connect to change servers (#559, #649). * The net_ip_compare API function is now deprecated, and the - previously deprecated net_connect has been removed - (#770). By Will Storey (#770) + previously deprecated net_connect has been removed. By Will + Storey (#770). + Add an option to ignore all channels or ignore all queries using /set activity_hide_targets. By Jari Matilainen (#612, #779) diff --git a/configure.ac b/configure.ac index dcae6863..51b8b07a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.1.0) +AC_INIT(irssi, 1.1.1) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)