diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2018-01-05 00:32:03 +0100 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2018-01-05 00:32:29 +0100 |
commit | c8012b2e574c6e1e25cf20ed31182323a492a98e (patch) | |
tree | 89ac156b08d6bdea2fc5d90fab238defc4f85cd9 /NEWS | |
parent | 9df3d92598108b6e68fcc5521cd1fab8462d7ec5 (diff) | |
download | irssi-c8012b2e574c6e1e25cf20ed31182323a492a98e.zip |
Merge tag '1.0.6' into integrate/1.0.6
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,16 @@ -v1.1-head 2017-xx-xx The Irssi team <staff@irssi.org> +v1.1-head 2018-xx-xx The Irssi team <staff@irssi.org> + +v1.0.6 2018-01-07 The Irssi team <staff@irssi.org> + - 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 <staff@irssi.org> - Fix missing -sasl_method '' in /NETWORK (#718, #719). |