diff --git a/NEWS b/NEWS index 3d0c0717..99fb4401 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +v1.1.3 2019-06-29 The Irssi team + ! 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 + - 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 - Fix the resetting of window hiddenlevel (#861) - Fix clearing of hidelevel in layout (#951) diff --git a/configure.ac b/configure.ac index 8c3ad81e..e785183c 100644 --- a/configure.ac +++ b/configure.ac @@ -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)