summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-02-15 00:55:30 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2018-02-15 00:56:08 +0100
commit666ddc2ecdd9ad7bc966c78565a5fd9985e099c8 (patch)
treebbbc33005a74cddf39f8d666c2f5223e5cad12b3
parentdd2e3e6d1c619e7ff2fae5bef4e31fe3c9342722 (diff)
downloadirssi-666ddc2ecdd9ad7bc966c78565a5fd9985e099c8.zip
Merge tag '1.0.7' into integrate/1.0.7
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4b171852..9ac6883f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
v1.2-head 2018-xx-xx The Irssi team <staff@irssi.org>
+v1.0.7 2018-02-15 The Irssi team <staff@irssi.org>
+ - Prevent use after free error during the execution of some
+ commands. Found by Joseph Bisch (GL#17, GL!24).
+ - Revert netsplit print optimisation due to crashes (#465, #809,
+ #812, #819, #824).
+ - Fix use after free when SASL messages are received in
+ unexpected order (GL#26, GL!33).
+ - Fix null pointer dereference in the tab completion when an
+ empty nick is joined (GL#24, GL!31).
+ - Fix use after free when entering oper password (GL#22,
+ GL!32).
+ - Fix null pointer dereference when too many windows are
+ opened (GL#27, #837).
+ - Fix out of bounds access in theme strings when the last
+ escape is incomplete. Credit to Oss-Fuzz (#842).
+ - Fix out of bounds write when using negative counts on window
+ resize (GL#25, GL#29, #836).
+ - Minor help correction. By William Jackson (#834).
+
v1.1.0 2018-01-15 The Irssi team <staff@irssi.org>
* Colour is now re-set when reaching a comma, matching mIRC
behaviour (#742, #740, #790)