Version 4.1.2

This commit is contained in:
Simon Arlott 2019-08-31 21:12:44 +01:00
parent 728c3ed5cb
commit efe1f312b5
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53
2 changed files with 7 additions and 2 deletions

View file

@ -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

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.2-dev])
AC_INIT([charybdis], [4.1.2])
AC_LANG(C)
AC_USE_SYSTEM_EXTENSIONS