Hi, I've tagged the tree as STRIKER_2_0_41_PRE2. This tag includes the following changes since the PRE1 tag:
* Apache.dsw * Makefile.win [tagged the APACHE_2_0_40 versions to include apr-iconv in the build] * CHANGES [this one needs to be fixed up for the final tag] * acinclude.m4 jerenkrantz Update OpenSSL detection to work on Darwin. Submitted by: Sander Temme <[EMAIL PROTECTED]> Reviewed by: Dirk, Justin * build/NWGNUenvironment.inc bnicholes Make file environment variables for building Apache for NetWare with IPV6 support * modules/proxy/mod_proxy.c brianp Check that r->filename is non-null before trying to use it in proxy_map_location() PR: 12340 * server/core.c jerenkrantz Fix memory leak in core_output_filter. This would result in at least two EOS buckets being leaked per connection. * server/mpm/experimental/perchild/perchild.c jim Allow for compile on systems lacking poll.h * srclib/apr/CHANGES * srclib/apr/configure.in * srclib/apr/build/get-version.sh jerenkrantz Make it a little easier to drop get-version.sh into apr-util by removing the hardcoded APR prefix to the version defines and taking that as a parameter. * srclib/apr/build/NWGNUenvironment.inc bnicholes Make file environment variables for building Apache for NetWare with IPV6 support * srclib/apr/network_io/unix/sa_common.c bnicholes Can not set h_errno on NetWare * srclib/apr/poll/unix/poll.c brianp Include alloca.h on Tru64 to ensure that alloca gets redefined to a version that works properly with threads Submitted by: David Hill [[EMAIL PROTECTED]] * srclib/apr-util/CHANGES * srclib/apr-util/Makefile.in * srclib/apr-util/apu-config.in * srclib/apr-util/config.layout * srclib/apr-util/configure.in * srclib/apr-util/include/apu_version.h * srclib/apr-util/misc/Makefile.in * srclib/apr-util/test/Makefile.in jerenkrantz - Add all of the standard versioning infrastructure bits derived from APR. - Add layout support. - Call it 0.9.1 to sync up with APR. (They don't *have* to be in sync...) * srclib/apr-util/test/testdate.c jerenkrantz Get this test program to compile on Darwin. And ofcourse all changes to docs/*. Sander