summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-01-03 14:39:10 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2017-01-03 14:39:10 +0100
commitf852ccae6855e6d2bc8952aa1d081b3fc65f9ec8 (patch)
tree544c3d8869c5f62cfc008e3bc61a7eefba148ff0
parent78ba05985d8fed883a8b26ffef4878acdae58fff (diff)
parenta96b1e4328e910582e39b4519fbb9bb8d976888c (diff)
downloadirssi-f852ccae6855e6d2bc8952aa1d081b3fc65f9ec8.zip
Merge branch 'integrate/0.8.21'
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1709fbc3..b55b1b4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v0.8.21-head 2016-xx-xx The Irssi team <staff@irssi.org>
+v0.8.22-head 2017-xx-xx The Irssi team <staff@irssi.org>
* Removed --disable-ipv6
* /connect Network now aborts with an error if no servers have been
added to that network.
@@ -59,6 +59,15 @@ v0.8.21-head 2016-xx-xx The Irssi team <staff@irssi.org>
- /names and $[...] now uses utf8 string operations (#40, #411).
- Removed broken support for curses.
+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)
diff --git a/configure.ac b/configure.ac
index 53d65671..c0f8e842 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(irssi, 0.8.21-head)
+AC_INIT(irssi, 0.8.22-head)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_AUX_DIR(build-aux)
AC_PREREQ(2.50)