From 8fad94219393dae596b6b95e3911e6f32c5fe257 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Thu, 18 Jan 2018 21:38:16 +0000 Subject: [PATCH] charybdis 4.1 --- NEWS.md | 16 ++++++++++++++-- configure.ac | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5ac1a8f9..b24cce07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/configure.ac b/configure.ac index 7461a13b..f337f475 100644 --- a/configure.ac +++ b/configure.ac @@ -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