summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-07 20:07:46 +0100
committerRyan Bloom <rbb@apache.org>2001-02-07 20:07:46 +0100
commitc28b6e1db03125f681192bbc08a0360551c5b858 (patch)
tree928e1fa108e5723bab843733869a61ac3539404c /CHANGES
parentFix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, we (diff)
downloadapache2-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e8db601832..51141347de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]