summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorVictor J. Orlikowski <orlikowski@apache.org>2001-06-11 23:41:56 +0200
committerVictor J. Orlikowski <orlikowski@apache.org>2001-06-11 23:41:56 +0200
commitf8e50ad56dbb56a0645e5f2964bb34a8359b2363 (patch)
treea2c7c559440a6b8968d2449bed97d92bc0ad462e /CHANGES
parentback out a change from last week that reversed the meaning of pod_in and (diff)
downloadapache2-f8e50ad56dbb56a0645e5f2964bb34a8359b2363.tar.xz
apache2-f8e50ad56dbb56a0645e5f2964bb34a8359b2363.zip
Make the processor unbinding/re-binding stuff on AIX work again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bff9fe2474..d46cea2220 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
Changes with Apache 2.0.19-dev
+ *) httpd children now re-bind themselves to a random CPU on
+ multiprocessor systems on AIX via bindprocessor() in 2.0.
+ [Victor J. Orlikowski]
*) Fix htdigest. It would go into a loop in getline when adding
a second user. [Bill Stoddard]