From 7bf94c28a0a8c6be8ec5840f09a5b5d343f42374 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 8 Jan 2019 21:46:17 +0100 Subject: [PATCH] tag as 1.1.2 --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 342ab348d..3d0c07173 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +v1.1.2 2019-01-09 The Irssi team + - Fix the resetting of window hiddenlevel (#861) + - Fix clearing of hidelevel in layout (#951) + - Fix accessing unallocated text when checking entry position + (#930) + - Fix uninitialised memory on empty lines (#873, GL#31, #878, + #877, #907, #914) + - Fix use-after-free on expiration of hidden lines (#948) + - Fix use-after-frees. By Maya Rashish (#919) + - Fix out of bounds access in help display when window width + is small (#949) + - Fix paste_join_multiline (#971) + - Correctly check for errno when displaying SSL errors. By + Janik Rabe (#895) + - Fix wrong signal emission argument count (#965) + - Documentation (#920). Sync NEWS, scripts (#849) + - Fix Perl detection on MacOS. By Dominyk Tiller (#927) + - Misc fixes. By Jaroslav Škarvada (#982) + 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) diff --git a/configure.ac b/configure.ac index a0651f0f1..8c3ad81e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.1.1) +AC_INIT(irssi, 1.1.2) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)