]> jfr.im git - irc/charybdis-ircd/charybdis.git/commitdiff
Version 4.1.2 charybdis-4.1.2
authorSimon Arlott <sa.me.uk>
Sat, 31 Aug 2019 20:12:44 +0000 (21:12 +0100)
committerSimon Arlott <sa.me.uk>
Sat, 31 Aug 2019 20:12:44 +0000 (21:12 +0100)
NEWS.md
configure.ac

diff --git a/NEWS.md b/NEWS.md
index d3222c64fa13d2447bed8f360223fbc6e6808a5e..93554bb5b1e173954da26772e89dc17c897b9c03 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,13 @@
 # News
 
-This is charybdis 4.1.2-dev, Copyright (c) 2005-2018 Charybdis team.
+This is charybdis 4.1.2, Copyright (c) 2005-2018 Charybdis team.
 See LICENSE for licensing details (GPL v2).
 
+## charybdis-4.1.2
+
+### user
+- src/s_user.c: don't corrupt usermodes on module unload/reload
+
 ## charybdis-4.1.1
 
 ### security
index b2ceb9b3a0f4015ee73d6cfc8f1d7d8b2c5b7905..242959e3eeb5a5dd2ba703d041e875226ad73811 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.1.2-dev])
+AC_INIT([charybdis], [4.1.2])
 
 AC_LANG(C)
 AC_USE_SYSTEM_EXTENSIONS