diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -31,6 +31,7 @@ Provided by Trystan <trystan@nomadirc.net> - 2004 09/07 A Ircd CHANMODE now trapped and stored. [ #00] 08/23 A New protocol independent design (aka anope-capab). [ #00] 08/28 A New IRCD document for adding new ircd support to new design. [ #00] +10/16 F Fixed tsbuf not being sent on registration [#180] 10/15 F Fixed OS JUPE [#147] 10/14 F Fixed NickServ Logout [#180] 10/14 F Fixed HelpChannel with Unreal [#180] diff --git a/version.log b/version.log index 76ca8b32d..49d4c44da 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="405" +VERSION_BUILD="406" # $Log$ # +# BUILD : 1.7.5 (406) +# BUGS : N/A +# NOTES : Forgot the changes file +# # BUILD : 1.7.5 (405) # BUGS : 180 # NOTES : Fixed tsbuf not being sent, which caused issues with ircds whom have +d (deaf) |