APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/04/06 18:09:21 $]
+Last modified at [$Date: 2004/04/07 21:49:47 $]
Release:
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ *) Nested <IfDefine> blocks will cause ap_build_cont_config()
+ to be called recursively. Allocate the temporary 8k
+ string buffer from the temp_pool rather than the stack to
+ avoid over-running a fixed length stack.
+ server/config.c: r1.174
+ +1: bnicholes
+
*) Fix segfault in mod_expires. PR 28047
modules/metadata/mod_expires.c: r1.54
+1: nd, bnicholes