diff options
-rw-r--r-- | docs/BUGS | 5 | ||||
-rw-r--r-- | docs/WIN32.txt | 4 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 8 deletions
@@ -4,11 +4,6 @@ Reported Bugs from Bugzilla: http://bugs.anope.org/ .- Strange Segfault on expiring nicknames. Almost arbitrary, very hard to reproduce. -.- Clone detection can give false warnings if a user connects and then - signs off several times in rapid succession. Clone detection also - goes off wrongly if a server links and has a number of clients from - the same hostname. - .- If there is absolutely no activity on your network, Services may delay timed events (nick kills, database saving, etc.) until the next message comes in from Services' uplink server. diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 2f24edc4c..2b99d12ee 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -83,8 +83,8 @@ Anope for Windows resolve the issues yourself, seek assistance on our forums or in our IRC Support channel. - 6) Anope will install the files where the belong. The only thing you need - to do is rename "data/example.conf" to be "services.conf". + 6) Anope will install the files where they belong. The only thing you need + to do is rename "data/example.conf" to be "data/services.conf". You have now completed the building phase of Anope for Windows. You can now move on to the next section, which is related to setting up Anope. diff --git a/version.log b/version.log index bb0ed3951..9e3e72332 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="16" VERSION_EXTRA="-svn" -VERSION_BUILD="1172" +VERSION_BUILD="1173" # $Log$ # +# BUILD : 1.7.16 (1173) +# BUGS : +# NOTES : Fixed a boo-boo in docs/WIN32.txt and removed a solved bug from BUGS (the one with clone detection... well it's not fixed but it's not there anymore either!) +# # BUILD : 1.7.16 (1172) # BUGS : # NOTES : Added copyright notice for strlcat() and strlcpy() in src/misc.c |