forked from PsychoticNinja/irssi
tag as 1.0.8
This commit is contained in:
parent
c9f1b25a7f
commit
5815e20ae1
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
|||||||
|
v1.0.8 2019-06-29 The Irssi team <staff@irssi.org>
|
||||||
|
- Fix a use after free issue when sending the SASL login on
|
||||||
|
(automatic and manual) reconnects (#1055, #1058). Reported
|
||||||
|
by ilbelkyr
|
||||||
|
|
||||||
v1.0.7 2018-02-15 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
|
- Prevent use after free error during the execution of some
|
||||||
commands. Found by Joseph Bisch (GL#17, GL!24).
|
commands. Found by Joseph Bisch (GL#17, GL!24).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT(irssi, 1.0.7)
|
AC_INIT(irssi, 1.0.8)
|
||||||
AC_CONFIG_SRCDIR([src])
|
AC_CONFIG_SRCDIR([src])
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user