diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-19 18:28:29 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-19 18:28:29 +0000 |
commit | 086424f523ec5053572aa0e07f43d334d23c4e37 (patch) | |
tree | ce7e4c54d952b7144230b0572b9d889eba69ed78 | |
parent | 422bc90c4524e089dcbf3c6c90dc5566155d416e (diff) |
BUILD : 1.7.6 (491) BUGS : N/A NOTES : Forgot to update the change log
git-svn-id: svn://svn.anope.org/anope/trunk@491 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@345 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 2 deletions
@@ -13,7 +13,8 @@ Provided by Anope Dev. <dev@anope.org> - 2004 11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00] 11/18 A Unable to use registered nicknames as bot nicks from now on. [ #00] 11/18 A NSAddAccessOnReg to control access list on registration. [ #00] -12/19 F Segfault if USERDB enabled and tables don't exist [#255] +12/19 F Fixed LogUser messages where the nickip is 0. [#253] +12/19 F Segfault if USERDB enabled and tables don't exist. [#255] 12/18 F Now only builds the ircd you selected. [ #00] 12/17 F In some cases READONLY was not respected, and data was saved. [#244] 12/17 F Corrected a few mistakes in example.conf. [#251] diff --git a/version.log b/version.log index 533374eb3..a06dfb183 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="6" -VERSION_BUILD="490" +VERSION_BUILD="491" # $Log$ # +# BUILD : 1.7.6 (491) +# BUGS : N/A +# NOTES : Forgot to update the change log +# # BUILD : 1.7.6 (490) # BUGS : 253 # NOTES : Fixed loguser where the nickip is 0 |