summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6155f7bd..405e8b4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v0.8.18-beta1 2015-12-15 The Irssi team <staff@irssi.org>
+v0.8.18-beta2 2016-01-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
@@ -9,7 +9,7 @@ v0.8.18-beta1 2015-12-15 The Irssi team <staff@irssi.org>
implement this change if they are using this signal.
* Removing networks will now remove all attached servers and channels
(#45).
- * /proxy command has been renamed to /irssiproxy
+ * The proxy module now has an /irssiproxy command.
* sb_search has been moved to scripts.irssi.org
* WIN32 has been completely removed (it had not been working and is
lacking a maintainer.)
@@ -37,6 +37,7 @@ v0.8.18-beta1 2015-12-15 The Irssi team <staff@irssi.org>
+ Disable SSLv3 due to the POODLE vulnerability.
+ SSL ciphers can now be specified per server.
+ Added SNI support for SSL.
+ - /ignore now respects -pattern on merge (#78).
- irssiproxy (BNC) module now uses correct line endings.
- Fix missing lines on large pastes (FS#905).
- Correctly preserve STATUSMSG prefixes (#291).