1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 17:46:39 +02:00

BUILD : 1.7.17 (1189) BUGS : NOTES : Support for mlocking +c on ultimate3 was missing

git-svn-id: svn://svn.anope.org/anope/trunk@1189 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@909 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-18 16:31:48 +00:00
parent f41d792c01
commit c2e07f08ea
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
Anope Version S V N
--------------------
10/17 F Encryption, users can now pick none, old or real md5. [ #00]
10/18 F MLock support for +c was missing on ultimate3. [ #00]
Anope Version 1.7.17
--------------------
+1 -1
View File
@@ -377,7 +377,7 @@ CBMode myCbmodes[128] = {
{0}, {0}, {0}, {0}, {0}, {0},
{0}, /* a */
{0}, /* b */
{0}, /* c */
{CMODE_c, 0, NULL, NULL}, /* c */
{0}, /* d */
{0}, /* e */
{0}, /* f */
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="17"
VERSION_EXTRA="-svn"
VERSION_BUILD="1188"
VERSION_BUILD="1189"
# $Log$
#
# BUILD : 1.7.17 (1189)
# BUGS :
# NOTES : Support for mlocking +c on ultimate3 was missing
#
# BUILD : 1.7.17 (1188)
# BUGS : N/A
# NOTES : Make the mysql secure check easier to read... its ugly :(