NEWS: last pass at updates for 3.5.0
This commit is contained in:
parent
6dcf35b167
commit
6dedd21279
1 changed files with 5 additions and 1 deletions
6
NEWS
6
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).
|
See LICENSE for licensing details (GPL v2).
|
||||||
|
|
||||||
-- charybdis-3.5-devel
|
-- charybdis-3.5-devel
|
||||||
|
@ -60,6 +60,8 @@ config
|
||||||
- SSL/TLS listeners now have defer_accept unconditionally enabled on them.
|
- SSL/TLS listeners now have defer_accept unconditionally enabled on them.
|
||||||
- The method used for certificate fingerprints (CertFP) is now configurable.
|
- The method used for certificate fingerprints (CertFP) is now configurable.
|
||||||
SHA1, SHA256 and SHA512 are available options.
|
SHA1, SHA256 and SHA512 are available options.
|
||||||
|
- The minimum user threshold for channels in default /list output is now
|
||||||
|
configurable.
|
||||||
misc
|
misc
|
||||||
- Work around timerfd/signalfd brokenness on OpenVZ.
|
- Work around timerfd/signalfd brokenness on OpenVZ.
|
||||||
- Fix a compilation issue in libratbox/src/sigio.c with recent glibc.
|
- Fix a compilation issue in libratbox/src/sigio.c with recent glibc.
|
||||||
|
@ -80,6 +82,8 @@ misc
|
||||||
- Fix various code quality issues.
|
- Fix various code quality issues.
|
||||||
- Add --with-shared-sqlite to allow distribution packages to link to a shared
|
- Add --with-shared-sqlite to allow distribution packages to link to a shared
|
||||||
sqlite library. Using this is not recommended for on-server compilation.
|
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
|
-- charybdis-3.4.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue