summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authormark mark@31f1291d-b8d6-0310-a050-a5561fc1590b <mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-08-21 17:20:03 +0000
committermark mark@31f1291d-b8d6-0310-a050-a5561fc1590b <mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-08-21 17:20:03 +0000
commit0030f51a2deb9ec8549f76c2a20311ac4d4e1b23 (patch)
tree4b8a42a70d09ba616336b727c34b08354340961a /Changes
parent1f637024fcc5c0f67d6d01fdff7d6a95e7562f6a (diff)
BUILD : 1.7.21 (1417) BUGS : NOTES : Set SO_REUSEADDR on sock to prevent potential issues with bind() failing after a restart
git-svn-id: svn://svn.anope.org/anope/trunk@1417 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1132 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index 0b08ddb28..1ec735b51 100644
--- a/Changes
+++ b/Changes
@@ -48,6 +48,7 @@ Anope Version S V N
08/15 F CS OP now correctly works if there is only 1 user in the channel. [#922]
08/17 F Various InspIRCd issues. [#832]
08/18 F CS GETKEY response. [#880]
+08/21 F Potential issues caused by not setting SO_REUSEADDR on socket. [ #00]
Provided by Robin Burchell <w00t@inspircd.org> - 2008
08/08 F Strict warnings in send.c from comparing address of non-ptr [ #00]