Remove Garbage Collection support.

GC support was never enabled by default and nobody in the current
development team seems to care about it.
This commit is contained in:
Alexander Færøy 2015-09-20 20:54:29 +02:00
commit 29cf546ee4
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53
5 changed files with 2 additions and 62 deletions

2
NEWS
View file

@ -1,4 +1,6 @@
v0.8.18-head 2014-XX-YY The Irssi team <staff@irssi.org>
+ Garbage Collection support has been removed. This will hardly have any
effect for anyone given that it has been unsupported for several years.
+ 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.