diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -2,6 +2,7 @@ Anope Version S V N ------------------- Provided by Anope Dev. <dev@anope.org> - 2005 01/16 A Ulines Servers are now except from NOJOIN bans [#281] +01/16 F Disables UseRDB when MysqlSecure is enabled [#276] 01/16 F BS bots no longer flood resetting modes if its the same mode. [#263] 01/16 F IRCops are now except from KillonSQline and KillonSGline [#274] 01/16 F BS Badwords had a false positives if BSCaseSensitive wass enabled [#277] diff --git a/version.log b/version.log index 5b39be907..4136aca89 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="7" -VERSION_BUILD="543" +VERSION_BUILD="544" # $Log$ # +# BUILD : 1.7.7 (544) +# BUGS : N/A +# NOTES : Forgot the changelog +# # BUILD : 1.7.7 (543) # BUGS : 276 # NOTES : Disables UseRDB when MysqlSecure is enable, since we use one way encryption on the sql databases |