summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2002-06-19 19:31:19 +0200
committerCliff Woolley <jwoolley@apache.org>2002-06-19 19:31:19 +0200
commit8011872d589546f8d7f5fd3320d9b56f0d8899b7 (patch)
tree30a212f93e824603a7527151d5e3728ddf80fb7e /CHANGES
parentFixed the EOS handling for partial SSI directives at the end of (diff)
downloadapache2-8011872d589546f8d7f5fd3320d9b56f0d8899b7.tar.xz
apache2-8011872d589546f8d7f5fd3320d9b56f0d8899b7.zip
Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :(
PR: 9989 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95806 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 065d6d3781..6c64f0f84b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
Changes with Apache 2.0.40
+ *) Fix a silly htpasswd.c logic error that incorrectly reported that
+ both -c and -n had been used. PR 9989 [Cliff Woolley]
+
*) Fixed a mod_include error case in which no HTTP response was sent
to the client if an shtml document contained an unterminated SSI
directive [Brian Pane]