summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBrian Pane <brianp@apache.org>2001-12-01 05:38:23 +0000
committerBrian Pane <brianp@apache.org>2001-12-01 05:38:23 +0000
commit8e33ec12b22c1537dd1a881a99b7111036e651e7 (patch)
tree856ad84dcc407942dee7e411894e294904d4efd3 /CHANGES
parent9e735801e399410f41ae9938b1dc958492336da2 (diff)
downloadhttpd-8e33ec12b22c1537dd1a881a99b7111036e651e7.tar.gz
Fix the handling of SSI directives in which the ">" of the
terminating "-->" is the last byte in a file (previously, the output of the directive was lost in this case). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92275 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 de16cd5764..b1cb0bb51e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.30-dev
+ *) Fix the handling of SSI directives in which the ">" of the
+ terminating "-->" is the last byte in a file [Brian Pane]
+
*) Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"
message that we had back in apache-1.3 and still have scattered
throughout our docs. [Aaron Bannert]