diff options
author | Brian Pane <brianp@apache.org> | 2002-06-15 07:41:48 +0200 |
---|---|---|
committer | Brian Pane <brianp@apache.org> | 2002-06-15 07:41:48 +0200 |
commit | 2c6d3eef0bb76a41575ee3b7ef21298731141aca (patch) | |
tree | d4cf675fa812a8db294e5b4160a9302ab24f1218 /CHANGES | |
parent | Allow 'make install DESTDIR=/path'. This allows packagers to install (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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=, |