summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2015-01-05 01:03:58 +0100
committerAlexander Færøy <ahf@0x90.dk>2015-01-05 01:03:58 +0100
commit9abdeb8611977e0ab56ce3e30ee9561a7e8cb204 (patch)
treeb977f35dad66c7288845851c198aff4f0471614d /NEWS
parent1136ea915a3ba4345d59c2863c83f12e41f72069 (diff)
parentf81a54b937b16ebabc05a01d3053a49b3341ac8c (diff)
downloadirssi-9abdeb8611977e0ab56ce3e30ee9561a7e8cb204.zip
Merge pull request #152 from sebth/master
Try to split long lines on spaces
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe6e5e58..d92f22e8 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.