]> jfr.im git - irc/irssi/irssi.git/commitdiff
tag as 0.8.21 0.8.21
authorailin-nemui <redacted>
Tue, 3 Jan 2017 13:24:55 +0000 (14:24 +0100)
committerailin-nemui <redacted>
Tue, 3 Jan 2017 13:24:55 +0000 (14:24 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 265827b39a07e4533d2f3dcb6fef38feff7d3a59..34bb76a332ae25173ed2ddf8a196ced1c1637bfe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+v0.8.21 2017-01-03  The Irssi team <staff@irssi.org>
+       - Correct a NULL pointer dereference in the nickcmp function found by
+         Joseph Bisch (GL#1)
+       - Correct an out of bounds read in certain incomplete control codes
+         found by Joseph Bisch (GL#2)
+       - Correct an out of bounds read in certain incomplete character
+         sequences found by Hanno Böck and independently by J. Bisch (GL#3)
+       - Correct an error when receiving invalid nick message (GL#4, #466)
+
 v0.8.20 2016-09-16  The Irssi team <staff@irssi.org>
        - Correct the name of an emitted sasl signal (#484)
        - Correct the prototype for the 'message private' signal (#515)
index 458c8aa9054acb686872cad6b775b2774fcc1af4..59f5ce5784b2f1a55e5f4cb7cdded712bb77245d 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(irssi, 0.8.20)
+AC_INIT(irssi, 0.8.21)
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_AUX_DIR(build-aux)
 AC_PREREQ(2.50)