diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -1,11 +1,11 @@ Anope Version S V N -------------------- +01/24 A Added a check for hosts too long in BotServs bots. [ #00] 01/15 F BOT_NOT_ASSIGNED language string error. [#828] 01/15 F listchans now shows if a channel is suspended. [#825] 01/15 F listnicks now shows if a nickname is suspended. [#825] 01/15 F Re-assigned access to OS CHANLIST to Services Opers. [#827] 01/24 F Several language errors. [ #00] -01/24 A Added a check for hosts too long in BotServs bots. [ #00] Provided by Jan Milants <jan_renee@msn.com> - 2008 01/16 F Server traversion with next_server() failed to list all servers. [#831] diff --git a/version.log b/version.log index 6993b03e9..0c72b376e 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="21" VERSION_EXTRA="-svn" -VERSION_BUILD="1352" +VERSION_BUILD="1353" # $Log$ # +# BUILD : 1.7.21 (1353) +# BUGS : +# NOTES : Rules for Changes: [[1]] A always goes before F (and anything else in between) [[2]] Anything within an A-block or F-block for 1 version is sorted ascending on the date (newer lines on the bottom) [[3]] Lines end with a period. +# # BUILD : 1.7.21 (1352) # BUGS : N/A # NOTES : Fixed several language erros (missed strings, bad formatting, etc). Added a check for BotServs bots hostname too long. |