From d0b1978f623a3b1b9401f69142ea2e2032758c2f Mon Sep 17 00:00:00 2001 From: "trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 27 Dec 2004 03:22:46 +0000 Subject: BUILD : 1.7.6 (505) BUGS : N/A NOTES : Some documentation updated, fixed compiler errors with ptlink, and fixed a segfault with some options when set with just quotes git-svn-id: svn://svn.anope.org/anope/trunk@505 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@359 5417fbe8-f217-4b02-8779-1006273d7864 --- docs/BUGS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/BUGS') diff --git a/docs/BUGS b/docs/BUGS index 898894af2..4474f2d7d 100644 --- a/docs/BUGS +++ b/docs/BUGS @@ -1,4 +1,4 @@ -Reported Bugs from Mantis: http://www.anope.org/bug +Reported Bugs from Bugzilla: http://bugs.anope.org =================================================== .- Strange Segfault on expiring nicknames. Almost arbitrary, very hard @@ -13,3 +13,6 @@ Reported Bugs from Mantis: http://www.anope.org/bug timed events (nick kills, database saving, etc.) until the next message comes in from Services' uplink server. +.- Due to the usage of execve() once we SIGHUP from the shell, we can only + do it once, after that execve() resets our signals. + -- cgit