diff options
author | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-06 07:56:42 +0000 |
---|---|---|
committer | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-06 07:56:42 +0000 |
commit | a7b79e36cd487faad8696a1c4a86e301b5965a74 (patch) | |
tree | 3e79c4c2d775dae639fc0eefd15ced6dc869a4e5 | |
parent | c9cb911e14f97fbdd4286893c05b6b5cd176e780 (diff) |
BUILD : 1.7.5 (375) BUGS : NOTES : Fixed Changes files errors.
git-svn-id: svn://svn.anope.org/anope/trunk@375 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@245 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 11 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 10 insertions, 7 deletions
@@ -7,8 +7,6 @@ Provided by Anope Dev. <dev@anope.org> - 2004 10/03 F Changed UserKeys from uint to long uint. [ #00] 09/21 F An option to explicitly not use mysql is added to Config [ #00] 09/19 F Rewrote the internals of moduleData to save lots of memory. [ #00] -09/17 F Fixed MySQL error, whereby checks are only done if mysql is on. [ #00] -09/14 F Fixed /os MODE by joining nested ifs into one. [ #00] 09/14 F Protection unsetting now does -a instead of +a. [ #00] 09/12 F Updated Dutch language file. [ #00] 09/10 F Typo in anope_cmd_relase_svshold function name. [ #00] @@ -48,10 +46,11 @@ Provided by Trystan <trystan@nomadirc.net> - 2004 08/28 F Buffer preparation for vsnprintf() call. [#158] Provided by DrStein <gacevedo@anope.org> - 2004 -10/05 A NS INFO shows the expire time [ #00] -10/05 A NS GLIST shows the expire time [ #00] -10/05 F NS GLIST allows the owner of the nick to use the nickname param [ #00] - +10/05 A NS INFO shows the expire time. [ #00] +10/05 A NS GLIST shows the expire time. [ #00] +10/05 F NS GLIST allows the owner of the nick to use the nickname param. [ #00] +09/17 F Fixed MySQL error, whereby checks are only done if mysql is on. [ #00] +09/14 F Fixed /os MODE by joining nested ifs into one. [ #00] Anope Version 1.7.5 ------------------- diff --git a/version.log b/version.log index eddee32ce..64ab92ef5 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="374" +VERSION_BUILD="375" # $Log$ # +# BUILD : 1.7.5 (375) +# BUGS : +# NOTES : Fixed Changes files errors. +# # BUILD : 1.7.5 (374) # BUGS : N/A # NOTES : One last time for hybrid.c |