mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
tag as 1.1.3
This commit is contained in:
parent
d0aa8af0d7
commit
83040c3c80
2 changed files with 11 additions and 1 deletions
10
NEWS
10
NEWS
|
|
@ -1,3 +1,13 @@
|
|||
v1.1.3 2019-06-29 The Irssi team <staff@irssi.org>
|
||||
! Contains all changes from 1.0.8
|
||||
- Fix regression of #779 where autolog_ignore_targets would
|
||||
not matching itemless windows anymore (#1012, #1013)
|
||||
|
||||
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.1.2 2019-01-09 The Irssi team <staff@irssi.org>
|
||||
- Fix the resetting of window hiddenlevel (#861)
|
||||
- Fix clearing of hidelevel in layout (#951)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT(irssi, 1.1.2)
|
||||
AC_INIT(irssi, 1.1.3)
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AC_PREREQ(2.50)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue