diff options
author | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-03 18:20:22 +0000 |
---|---|---|
committer | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-03 18:20:22 +0000 |
commit | 2ca8def79fcb495fafbb4cfd85b9c85206c58153 (patch) | |
tree | b1ff47df08ad11a2a7bb888d901ab1220e4b15b3 | |
parent | b7ab4eea6ddaec765583079559e38e3eec028bfa (diff) |
BUILD : 1.7.3 (164) BUGS : NOTES : Fixed Changes file formatted error
git-svn-id: svn://svn.anope.org/anope/trunk@164 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@113 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/02 F Fixed bug where people who set memoserv notify off were notified [ #79] 05/28 F Fixed botserv bug with HAS_EXCEPTION (chmode +e) [ #00] 05/27 A Better /OS MODLIST output to include version information. [ #74] 05/25 A New /CS CLEAR HOPS for ircd's that support halfops. [ #72] @@ -9,6 +8,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004 05/21 A Auto enforce upon AKICK addition. [ #63] 05/21 A New file docs/OLDCHANGES contains all change history. [ #65] 06/03 F Reversed pthread library detection order on ./configure script. [ #67] +06/02 F Fixed bug where people who set memoserv notify off were notified. [ #79] 05/30 F HostServ functions no longer called for non VHOST capable ircds. [ #77] 05/26 F Repaired /NS GROUP for compiled but disabled MySQL support. [ #73] 05/24 F Fixed typo in example.conf. [ #70] diff --git a/version.log b/version.log index 897d2e1f5..734a76807 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="3" -VERSION_BUILD="163" +VERSION_BUILD="164" # $Log$ # +# BUILD : 1.7.3 (164) +# BUGS : +# NOTES : Fixed Changes file formatted error +# # BUILD : 1.7.3 (163) # BUGS : 67 # NOTES : Reversed pthread library detection order on ./configure script. |