summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBrian Pane <brianp@apache.org>2002-06-15 07:41:48 +0200
committerBrian Pane <brianp@apache.org>2002-06-15 07:41:48 +0200
commit2c6d3eef0bb76a41575ee3b7ef21298731141aca (patch)
treed4cf675fa812a8db294e5b4160a9302ab24f1218 /CHANGES
parentAllow 'make install DESTDIR=/path'. This allows packagers to install (diff)
downloadapache2-2c6d3eef0bb76a41575ee3b7ef21298731141aca.tar.xz
apache2-2c6d3eef0bb76a41575ee3b7ef21298731141aca.zip
Fixed a bug in the handling of nested if-statements in shtml files
PR: 9866 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95687 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 75ea893de7..d2d8665d31 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.38
+ *) Fixed the handling of nested if-statements in shtml files.
+ PR 9866 [Brian Pane]
+
*) Allow 'make install DESTDIR=/path'. This allows packagers to install
into a directory different from the one that was configured. This
also mirrors the root= feature from 1.3. We cannot use prefix=,