diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/protocol/ultimate3.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -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 -------------------- diff --git a/src/protocol/ultimate3.c b/src/protocol/ultimate3.c index 479be83ff..cc01c284f 100644 --- a/src/protocol/ultimate3.c +++ b/src/protocol/ultimate3.c @@ -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 */ diff --git a/version.log b/version.log index cae7a7fdb..9183245cd 100644 --- a/version.log +++ b/version.log @@ -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 :( |