diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-16 19:41:08 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-16 19:41:08 +0000 |
commit | 9e5f193f526473eeea0f57fe03ee44fc74e66ea3 (patch) | |
tree | f749f57cd085df63f6092a8d08e82de3f2372502 | |
parent | a1c569ad4b5806eb86239576107d60522cadc82e (diff) |
BUILD : 1.7.3 (198) BUGS : N/A NOTES : Fixed changes format for dengel
git-svn-id: svn://svn.anope.org/anope/trunk@198 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@140 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,6 @@ Anope Version S V N ------------------- Provided by Anope Dev. <dev@anope.org> - 2004 -06/16 F Module support for OpenBSD systems [#106] 06/16 A More verbose error messages for services.conf checking. [ #00] 06/10 A User customizable pseudo-client modes. [ #99] 06/10 A Improved handling of /NS INFO for pseudo-clients. [ #98] @@ -11,6 +10,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004 05/24 A New NSNickTracking directive to provide nick tracking. [ #71] 05/21 A Auto enforce upon AKICK addition. [ #63] 05/21 A New file docs/OLDCHANGES contains all change history. [ #65] +06/16 F Module support for OpenBSD systems [#106] 06/12 F We check now for valid arguments in ModuleAddData(). [ #90] 06/12 F Unified kill_user function to handle all ircd protocols. [#101] 06/10 F Added check to see if MysqlUser and MysqlName were not null. [ #92] diff --git a/version.log b/version.log index fb6171a06..8f537e279 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="3" -VERSION_BUILD="197" +VERSION_BUILD="198" # $Log$ # +# BUILD : 1.7.3 (198) +# BUGS : N/A +# NOTES : Fixed changes format for dengel +# # BUILD : 1.7.3 (197) # BUGS : none # NOTES : More verbose error messages for services.conf checking. |