summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorPaul J. Reder <rederpj@apache.org>2002-05-01 21:28:52 +0200
committerPaul J. Reder <rederpj@apache.org>2002-05-01 21:28:52 +0200
commit4a243a466e804b178c4abf7d12c5e81efd21d39a (patch)
tree6de6d46c6dfd5fd446a7722d988b15cdc2e11fe2 /CHANGES
parentwait for worker threads to exit even in graceless termination (diff)
downloadapache2-4a243a466e804b178c4abf7d12c5e81efd21d39a.tar.xz
apache2-4a243a466e804b178c4abf7d12c5e81efd21d39a.zip
Fix a case where an invalid pass phrase is entered and an
error message is given, but the prompt is not shown again. This left the user in an ambiguous state. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fd50a8e730..6dba48d8ad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes with Apache 2.0.37
Changes with Apache 2.0.36
+ *) Fix a case where an invalid pass phrase is entered and an
+ error message is given, but the prompt is not shown again.
+ This left the user in an ambiguous state. [Paul J. Reder]
+
*) Close sockets on worker MPM when doing a graceless restart.
[Aaron Bannert]