forked from PsychoticNinja/irssi
Merge pull request #460 from ailin-nemui/integrate/0.8.19
Merge tag '0.8.19'
This commit is contained in:
commit
0c69b75f77
16
NEWS
16
NEWS
@ -1,8 +1,20 @@
|
|||||||
v0.8.18-head 2016-xx-xx The Irssi team <staff@irssi.org>
|
v0.8.20-head 2016-xx-xx The Irssi team <staff@irssi.org>
|
||||||
* Removed --disable-ipv6
|
* Removed --disable-ipv6
|
||||||
+ irssiproxy can now forward all tags through a single port.
|
+ irssiproxy can now forward all tags through a single port.
|
||||||
+ send channel -botcmds immediately when no mask is specified (#175).
|
+ send channel -botcmds immediately when no mask is specified (#175).
|
||||||
- Correctly store te layout of SAFE channels (#183).
|
|
||||||
|
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>
|
v0.8.18 2016-02-13 The Irssi team <staff@irssi.org>
|
||||||
* Modules will now require to define a
|
* Modules will now require to define a
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT(irssi, 0.8.19-head)
|
AC_INIT(irssi, 0.8.20-head)
|
||||||
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