diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-03-23 00:08:24 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-03-23 00:24:25 +0100 |
commit | c43831574187cdb2323d123702aa687af24664d8 (patch) | |
tree | 1195b91cfff4208cbb253704ea1d9a4e16c239f7 /NEWS | |
parent | 6c0c0c60ad62e45664ee0c77ae3c926892de267c (diff) | |
download | irssi-c43831574187cdb2323d123702aa687af24664d8.zip |
tag as 0.8.19
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +v0.8.19 2016-03-23 The Irssi team <staff@irssi.org> + - Fixed regression when joining and parting channels on IRCnet (#435) + - Fixed SASL EXTERNAL (#432) + - Fixed regression when not using SASL (#438) + - Fixed incorrect SSL disconnects when using SSL from modules/scripts + (#439) + - Fixed regression where proxy_string could not be configured or + certain file transfers could not be accepted (#445) + - Fixed storing layout of !channels (#183) + - Fixed restoration of bracketed paste mode on quit (#449) + - Make the usage of meta-O for cursor keys configurable with + /set term_appkey_mode off + v0.8.18 2016-02-13 The Irssi team <staff@irssi.org> * Modules will now require to define a void MODULENAME ## _abicheck(int *version) |