mirror of
https://github.com/anope/anope.git
synced 2026-06-28 09:16:38 +02:00
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 its
git-svn-id: svn://svn.anope.org/anope/trunk@1173 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@894 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
d8c5219038
commit
6f94f2bb57
@@ -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.
|
||||
|
||||
+2
-2
@@ -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.
|
||||
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user