diff options
-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 |