Version 4.1.2
This commit is contained in:
parent
728c3ed5cb
commit
efe1f312b5
2 changed files with 7 additions and 2 deletions
7
NEWS.md
7
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue