diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-07 20:07:46 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-07 20:07:46 +0100 |
commit | c28b6e1db03125f681192bbc08a0360551c5b858 (patch) | |
tree | 928e1fa108e5723bab843733869a61ac3539404c /CHANGES | |
parent | Fix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, we (diff) | |
download | apache2-c28b6e1db03125f681192bbc08a0360551c5b858.tar.xz apache2-c28b6e1db03125f681192bbc08a0360551c5b858.zip |
Install all required header files. Without these, some modules can not
be compiled outside the src tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88011 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Changes with Apache 2.0b1 + *) Install all required header files. Without these, it was not + possible to compile some modules outside of the server. + [Ryan Bloom] + *) Fix the AliasMatch directive in Apache 2.0. When we brought a patch forward from 1.3 to 2.0, we missed a single line, which broke regex aliases. [Ryan Bloom] |