summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Thorarensen <sebth@naju.se>2014-10-11 18:47:39 +0200
committerSebastian Thorarensen <sebth@naju.se>2014-10-19 17:03:20 +0200
commitf81a54b937b16ebabc05a01d3053a49b3341ac8c (patch)
treeb89ee9fe7577e08ca40fef26204c862d20425015 /NEWS
parent31ee20e559bea19ed77376c4758e44c457eb9fb4 (diff)
downloadirssi-f81a54b937b16ebabc05a01d3053a49b3341ac8c.zip
Try to split long lines on spaces
Try to split long lines on spaces to avoid words being splitted. This can be turned off with the option `split_line_on_space'. The code assumes that the terminal encoding has ASCII spaces.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index de36d195..70717965 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
v0.8.18-head 2014-XX-YY The Irssi team <staff@irssi.org>
+ Disable SSLv3 due to the POODLE vulnerability.
+ + Try to split long lines on spaces to avoid words being splitted. Adds
+ a new option: 'split_line_on_space' which defaults to on.
v0.8.17 2014-10-11 The Irssi team <staff@irssi.org>
+ Document that SSL connections aren't properly handled during /UPGRADE. See Github PR #39.