1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Merge tag '1.0.6' into integrate/1.0.6

This commit is contained in:
Ailin Nemui 2018-01-05 00:32:03 +01:00
parent 9df3d92598
commit c8012b2e57

14
NEWS
View File

@ -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).