]> jfr.im git - irc/charybdis-ircd/charybdis.git/commitdiff
charybdis 4.0.1 charybdis-4.0.1
authorSimon Arlott <sa.me.uk>
Thu, 18 Jan 2018 21:38:16 +0000 (21:38 +0000)
committerSimon Arlott <sa.me.uk>
Thu, 18 Jan 2018 21:38:16 +0000 (21:38 +0000)
NEWS.md
configure.ac

diff --git a/NEWS.md b/NEWS.md
index a87229de0e9e92527923f870abd525f9e0549e1c..39ab2601c77fd5771585d64d538d06598cdedd61 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,15 @@
 # News
 
-This is charybdis 4.0, Copyright (c) 2005-2017 Charybdis team.
+This is charybdis 4.0.1, Copyright (c) 2005-2017 Charybdis team.
 See LICENSE for licensing details (GPL v2).
 
+## 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
index daae6cc0c236295b0b05ec579a489dda1184a398..6b7cf3786fa22afc322c65ae909b625b7da5a90f 100644 (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.0])
+AC_INIT([charybdis], [4.0.1])
 
 AC_LANG(C)
 AC_USE_SYSTEM_EXTENSIONS