]> jfr.im git - solanum.git/blobdiff - NEWS.md
Merge pull request #260 from FauxFaux/yesno-1
[solanum.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 39275a59df0bfadaaadf4bb06de4b9f3758d7fc9..d8db07a2b8fc7ee21644484cab02316ba88c1d54 100644 (file)
--- 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-dev, 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.
@@ -86,6 +98,8 @@ See LICENSE for licensing details (GPL v2).
   servicing clients will remain in use, but not service new connections, and
   are garbage collected when they are no longer servicing connections.
 - Support for ratbox-style 'iodebug' hooks has been removed.
+- New channel types may be added by modules, see `extensions/chantype_dummy.c`
+  for a very simple example.
 
 ## charybdis-3.5.0