From 6dedd21279186687e0d5f0db2f01566094e25a4d Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 28 Dec 2015 00:17:15 -0600 Subject: [PATCH] NEWS: last pass at updates for 3.5.0 --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fbfcf4ac..159b56de 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -This is charybdis 3.5-devel, Copyright (c) 2005-2015 Charybdis team. +This is charybdis 3.5-devel, Copyright (c) 2005-2016 Charybdis team. See LICENSE for licensing details (GPL v2). -- charybdis-3.5-devel @@ -60,6 +60,8 @@ config - SSL/TLS listeners now have defer_accept unconditionally enabled on them. - The method used for certificate fingerprints (CertFP) is now configurable. SHA1, SHA256 and SHA512 are available options. +- The minimum user threshold for channels in default /list output is now + configurable. misc - Work around timerfd/signalfd brokenness on OpenVZ. - Fix a compilation issue in libratbox/src/sigio.c with recent glibc. @@ -80,6 +82,8 @@ misc - Fix various code quality issues. - Add --with-shared-sqlite to allow distribution packages to link to a shared sqlite library. Using this is not recommended for on-server compilation. +- ISUPPORT tokens which are actually provided by modules have been moved to their + respective modules. -- charybdis-3.4.0