summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--THANKS2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af0f123..c0db65b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@
2001-08-25 Robert James Kaes <rjkaes@flarenet.com>
- * src/thread.c (thread_main): Thanks to Hans-Georg Brok for
+ * src/thread.c (thread_main): Thanks to Hans-Georg Bork for
fixing a problem where the status of the threads was not
going back to T_WAITING if MaxRequestsPerChild was 0. Also, fixed
a problem with the looping system where the Debian
diff --git a/THANKS b/THANKS
index 7957091..a6fbb14 100644
--- a/THANKS
+++ b/THANKS
@@ -40,6 +40,6 @@ only the first person to report it is listed.
Michael Pearson - Reported connptr bug with patch.
Raja Subramanian - Reported fd leak bug, with patch.
J.D. Bronson - Helped make version 1.4.0 release ready
- Hans-Georg Brok - Fixed a problem with the thread_main()
+ Hans-Georg Bork - Fixed a problem with the thread_main()
function and added the LOG_CONN log level.
numerous others - Reported null requests bug.