charybdis 4.1.1

This commit is contained in:
Simon Arlott 2018-08-15 23:00:26 +01:00
parent d5d52a994d
commit 17776e5274
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53
2 changed files with 12 additions and 2 deletions

12
NEWS.md
View file

@ -1,8 +1,18 @@
# News
This is charybdis 4.1-dev, Copyright (c) 2005-2018 Charybdis team.
This is charybdis 4.1.1, Copyright (c) 2005-2018 Charybdis team.
See LICENSE for licensing details (GPL v2).
## charybdis-4.1.1
### security
- Fix an issue with the PASS command and duplicate server instances.
### misc
- Fix connection hang with blacklist/opm when ident is disabled.
- Improve SASL CAP notification when the services server disconnects.
- MbedTLS: Support ChaCha20-Poly1305 in default cipher suites.
## charybdis-4.1
### misc

View file

@ -4,7 +4,7 @@ dnl said functions need to be just about as complex as they already are.
AC_PREREQ(2.60)
AC_INIT([charybdis], [4.1-dev])
AC_INIT([charybdis], [4.1.1])
AC_LANG(C)
AC_USE_SYSTEM_EXTENSIONS