mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
tag as 1.0.6
This commit is contained in:
parent
cacb48e4f4
commit
fe6e377beb
2 changed files with 13 additions and 1 deletions
12
NEWS
12
NEWS
|
|
@ -1,3 +1,15 @@
|
||||||
|
v1.0.6 2018-01-07 The Irssi team <staff@irssi.org>
|
||||||
|
- Fix invalid memory access when reading hilight configuration
|
||||||
|
(#787, #788).
|
||||||
|
- Fix null pointer dereference when the channel topic is set
|
||||||
|
without specifying a sender (GL#20, GL!25).
|
||||||
|
- Fix return of random memory when using incomplete escape
|
||||||
|
codes (GL#21, GL!26).
|
||||||
|
- Fix heap buffer overflow when completing certain strings
|
||||||
|
(GL#19, GL!27).
|
||||||
|
- Fix return of random memory when using an incomplete
|
||||||
|
variable argument (GL#18, GL!28).
|
||||||
|
|
||||||
v1.0.5 2017-10-23 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 missing -sasl_method '' in /NETWORK (#718, #719).
|
||||||
- Fix incorrect restoration of term state when hitting SUSP
|
- Fix incorrect restoration of term state when hitting SUSP
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT(irssi, 1.0.5)
|
AC_INIT(irssi, 1.0.6)
|
||||||
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…
Add table
Add a link
Reference in a new issue