charybdis 4.1

This commit is contained in:
Simon Arlott 2018-01-18 21:38:16 +00:00
parent acd941bfed
commit 8fad942193
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53
2 changed files with 15 additions and 3 deletions

16
NEWS.md
View file

@ -1,9 +1,21 @@
# News
This is charybdis 4-dev, Copyright (c) 2005-2016 Charybdis team.
This is charybdis 4.1, Copyright (c) 2005-2018 Charybdis team.
See LICENSE for licensing details (GPL v2).
## charybdis-4
## charybdis-4.1
### misc
- SCTP is now supported for server connections (and optionally, user connections)
## charybdis-4.0.1
### server protocol
- SJOIN messages were being constructed in a 1024 byte buffer and truncated to 512 bytes
when sending. This caused channels with more than 50 users to fail to propagate all of
them during a net join.
## charybdis-4.0
### build
- Build system has been converted to libtool + automake for sanity reasons.

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-rc1])
AC_INIT([charybdis], [4.1])
AC_LANG(C)
AC_USE_SYSTEM_EXTENSIONS