summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-11-26 00:31:01 +0100
committerGitHub <noreply@github.com>2017-11-26 00:31:01 +0100
commit466d074200e4893f57c4c716c746e8549af65339 (patch)
treedce2b3013e63b295c14af90d62f9acbd908c2ac7 /NEWS
parent8dfeca57ede1e726de07522a87203ce13676882d (diff)
parent3792bc9ba95b8b9fd12ad60b86b8bbb06e913dc1 (diff)
downloadirssi-466d074200e4893f57c4c716c746e8549af65339.zip
Merge branch 'master' into hide-lines
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index feb52275..cc301365 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
v1.1-head 2017-xx-xx The Irssi team <staff@irssi.org>
+v1.0.5 2017-10-23 The Irssi team <staff@irssi.org>
+ - Fix missing -sasl_method '' in /NETWORK (#718, #719).
+ - Fix incorrect restoration of term state when hitting SUSP
+ inside screen (#737, #733).
+ - Fix out of bounds read when compressing colour
+ sequences. Found by Hanno Böck (GL#12, GL!18).
+ - Fix use after free condition during a race condition when
+ waiting on channel sync during a rejoin (GL#13, GL!19).
+ - Fix null pointer dereference when parsing certain malformed
+ CTCP DCC messages (GL#14, GL!20).
+ - Fix crash due to null pointer dereference when failing to
+ split messages due to overlong nick or target (GL#15, GL!21).
+ - Fix out of bounds read when trying to skip a safe channel ID
+ without verifying that the ID is long enough (GL#16, GL!22).
+ - Fix return of random memory when inet_ntop failed (#769).
+ - Minor statusbar help update. By Robert Bisewski (#758,
+ #763).
+
v1.0.4 2017-07-07 The Irssi team <staff@irssi.org>
- Fix null pointer dereference when parsing invalid timestamp (GL#10,
GL!15). Reported by Brian 'geeknik' Carpenter.