diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-16 15:56:40 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-16 15:56:40 +0000 |
commit | 0700ca7742602013a1e17c57cceff453a52d67fd (patch) | |
tree | 24bec295b69d2aeadda492bdc63fdbca0fac60ca | |
parent | 6856ec2aae6950a24da5d5dc2dbe5b9a5a6568b6 (diff) |
BUILD : 1.7.5 (406) BUGS : N/A NOTES : Forgot the changes file
git-svn-id: svn://svn.anope.org/anope/trunk@406 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@270 5417fbe8-f217-4b02-8779-1006273d7864
-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) |