From 3d1980599a9115c095713f1a82edf67afda64e4f Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Wed, 9 Jan 2019 15:20:45 +0100 Subject: [PATCH] Merge tag '1.1.2' into integrate/1.1.2 --- NEWS | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 72388af8..d6748a12 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,23 @@ -v1.2-head 2018-xx-xx The Irssi team +v1.2-head 2019-xx-xx The Irssi team + +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 @@ -41,8 +60,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)