charybdis 4.1.1
This commit is contained in:
parent
d5d52a994d
commit
17776e5274
2 changed files with 12 additions and 2 deletions
12
NEWS.md
12
NEWS.md
|
@ -1,8 +1,18 @@
|
||||||
# News
|
# 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).
|
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
|
## charybdis-4.1
|
||||||
|
|
||||||
### misc
|
### misc
|
||||||
|
|
|
@ -4,7 +4,7 @@ dnl said functions need to be just about as complex as they already are.
|
||||||
|
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
|
|
||||||
AC_INIT([charybdis], [4.1-dev])
|
AC_INIT([charybdis], [4.1.1])
|
||||||
|
|
||||||
AC_LANG(C)
|
AC_LANG(C)
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
AC_USE_SYSTEM_EXTENSIONS
|
||||||
|
|
Loading…
Reference in a new issue