diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-11 14:01:11 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-11 14:01:11 +0000 |
commit | 6a88f0558a4aaf7e76047a3feed7d3835a4ca1d5 (patch) | |
tree | a2f2598eaf7bd5c6741183f7facdc7f4ffc0ffc9 | |
parent | 86d146b827f916487085d57da4419561af556006 (diff) |
BUILD : 1.7.5 (319) BUGS : NOTES : Hopefully fixed the Changes file now
git-svn-id: svn://svn.anope.org/anope/trunk@319 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@197 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 9 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 10 insertions, 5 deletions
@@ -3,18 +3,19 @@ Anope Version 1.7.5 Provided by Anope Dev. <dev@anope.org> - 2004 07/17 A Switched to autoconf for configure script. [ #00] 07/05 A Warning when LocalAddress conflicts with RemoteServer. [#118] -08/07 F configure will be ok if you dont have mysqlclient lib file [ #00] +06/18 A Added proper Bahamut1.8 support. [ #55] +08/07 F configure will be ok if you dont have mysqlclient lib file. [ #00] 08/10 F Fixed previous BotServ buffer fix. [#131] 08/10 F Updated documentation to reflect the changed build process. [ #00] -07/23 F Fixed BotServ buffer [#131] +07/23 F Fixed BotServ buffer. [#131] 07/22 F Free NSNickTracking when a user quits. [#126] 07/22 F NOOP bug with wildcards. [#115] 07/22 F Removed RESTRICTED from incorrectly labeled lang file entry. [#111] 07/15 F Fixed the bug where /ns release didn't work with UseSVSHOLD. [#125] -07/15 F Fixed a tiny memleak in the db routine [ #00] +07/15 F Fixed a tiny memleak in the db routine. [ #00] 07/15 F Updated Dutch language file. [ #00] 07/14 F Added CHECK to the memoserv help menu. [ #00] -07/12 F Bots will join a channel even for ignored users [ #00] +07/12 F Bots will join a channel even for ignored users. [ #00] 07/05 F Global now joins LogChan on startup with hybrid. [ #97] 07/04 F Fixed a bug with m_time. [ #00] 06/30 F Fixed bug which caused failure in anope crontab script. [ #00] diff --git a/version.log b/version.log index 4402afca0..ace126179 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="318" +VERSION_BUILD="319" # $Log$ # +# BUILD : 1.7.5 (319) +# BUGS : +# NOTES : Hopefully fixed the Changes file now +# # BUILD : 1.7.5 (318) # BUGS : N/A # NOTES : fixed a rearanging error in Changes which i caused :) |