diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-02-15 00:44:19 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-02-15 00:44:19 +0100 |
commit | 5c60e72b118b9efb09639ea26e2a70d06899431f (patch) | |
tree | f23f8a29b729e16c41dcaac7c9e03373718c416d | |
parent | dd2e3e6d1c619e7ff2fae5bef4e31fe3c9342722 (diff) | |
download | irssi-5c60e72b118b9efb09639ea26e2a70d06899431f.zip |
add additional notes to NEWS
(synced back from github releases)
-rw-r--r-- | NEWS | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,6 +1,9 @@ v1.2-head 2018-xx-xx The Irssi team <staff@irssi.org> v1.1.0 2018-01-15 The Irssi team <staff@irssi.org> + ! Warning. Irssi is broken and will crash with OpenSSL < 1.0.2 + due to openssl/openssl commit + 5b4b9ce976fce09a7a92e2f25b91a1635cb840fe * Colour is now re-set when reaching a comma, matching mIRC behaviour (#742, #740, #790) * Irssi now shows the initial nick and name on first start @@ -80,6 +83,9 @@ v1.1.0 2018-01-15 The Irssi team <staff@irssi.org> - Fix space issue in glib-2.0.m4 (#621) v1.0.6 2018-01-07 The Irssi team <staff@irssi.org> + ! Note: Code and aliases using `$($'-like constructs are no + longer supported due to issue GL#18. Sorry about the + inconvenience. - Fix invalid memory access when reading hilight configuration (#787, #788). - Fix null pointer dereference when the channel topic is set @@ -123,6 +129,7 @@ v1.0.4 2017-07-07 The Irssi team <staff@irssi.org> - Minor help update (#729). v1.0.3 2017-06-06 The Irssi team <staff@irssi.org> + ! Regression info in 1.0.3: #716 Warnings on start up: invalid time '-1' - Fix out of bounds read when scanning expandos (GL!11). - Fix invalid memory access with quoted filenames in DCC (GL#8, GL!12). @@ -141,6 +148,7 @@ v1.0.3 2017-06-06 The Irssi team <staff@irssi.org> - Minor typo correction in help. By Michael Hansen (#707). v1.0.2 2017-03-10 The Irssi team <staff@irssi.org> + ! Warning. Irssi is broken on GLib 2.46 (bgo#755496) - Prevent some null-pointer crashes (GL!9). - Fix compilation with OpenSSL 1.1.0 (#628, #597). - Correct dereferencing of already freed server objects during @@ -279,6 +287,8 @@ v0.8.20 2016-09-16 The Irssi team <staff@irssi.org> Quarkslab. v0.8.19 2016-03-23 The Irssi team <staff@irssi.org> + ! If your cursor keys stopped working, try this first: `/bind + meta-O key meta2' - Fixed regression when joining and parting channels on IRCnet (#435) - Fixed SASL EXTERNAL. By Mantas Mikulėnas (grawity, #432) - Fixed regression when not using SASL (#438) @@ -294,11 +304,15 @@ v0.8.19 2016-03-23 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 + void MODULENAME ## _abicheck(int *version) + method to ensure that they are compiled against the correct Irssi version. * The signature of "message private" has been changed to + 5: server, message, nick, address, target + in order to support "self messages". Module authors should implement this change if they are using this signal. * Removing networks will now remove all attached servers and channels @@ -311,12 +325,14 @@ v0.8.18 2016-02-13 The Irssi team <staff@irssi.org> effect for anyone given that it has been unsupported for several years. + CAP SASL PLAIN login is now supported natively. + Paste bracket markers can be requested from terminal with + /set paste_use_bracketed_mode on + + "Self messages" generated by some bouncers can now be received in the proper window. + Try to split long lines on spaces to avoid words being splitted. Adds - a new option: 'split_line_on_space' which defaults to on. - + Add setting hilight_nick_matches_everywhere (#56). + a new option: `split_line_on_space' which defaults to on. + + Add setting `hilight_nick_matches_everywhere' (#56). + The config parser is more robust and prints out better diagnostics on incorrect config files. + Ctrl+^ (FS#721) and Ctrl+J can now be bound. |