diff --git a/NEWS b/NEWS index cc301365..1054bb62 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ -v1.1-head 2017-xx-xx The Irssi team +v1.1-head 2018-xx-xx The Irssi team + +v1.0.6 2018-01-07 The Irssi team + - Fix invalid memory access when reading hilight configuration + (#787, #788). + - Fix null pointer dereference when the channel topic is set + without specifying a sender (GL#20, GL!25). + - Fix return of random memory when using incomplete escape + codes (GL#21, GL!26). + - Fix heap buffer overflow when completing certain strings + (GL#19, GL!27). + - Fix return of random memory when using an incomplete + variable argument (GL#18, GL!28). v1.0.5 2017-10-23 The Irssi team - Fix missing -sasl_method '' in /NETWORK (#718, #719).