summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a473162..72388af8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,31 @@
v1.2-head 2018-xx-xx The Irssi team <staff@irssi.org>
+v1.1.1 2018-02-15 The Irssi team <staff@irssi.org>
+ ! Contains all changes from 1.0.7
+ - Restore compatibility with OpenSSL < 1.0.2 (#820, #831)
+ - Fix test compilation on some platforms (#815, #816)
+ - Fix portability and backwards compatibility of test runner
+ (#818, #845)
+
+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>
! Warning. Irssi is broken and will crash with OpenSSL < 1.0.2
due to openssl/openssl commit
diff --git a/configure.ac b/configure.ac
index e8df7d9e..0231e109 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(irssi, 1.1-head)
+AC_INIT(irssi, 1.2-head)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_AUX_DIR(build-aux)
AC_PREREQ(2.50)