From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 11:14 AM
> > wrowe 01/11/12 08:58:37 > > > > Modified: include/arch/win32 fileio.h > > file_io/win32 filestat.c dir.c > > Log: > > This is a fix for the SymLink tests on Win2k, that is required by the > > recent fixes to request.c (probably required before that, as well.) > > Since we still seem to be me-too'ing the 2_0_28 release, I've pushed this > (significant) bugfix into 2.0.28 ... 2.0 on Win32 was having problems without > this patch, now it will either have different problems or no problems :) I've also pushed the tag on this patch - since it's an obvious t&r fix with little impact, other than fixing the t&r :) --- build/httpd_roll_release 2001/11/08 15:38:38 1.5 +++ build/httpd_roll_release 2001/11/10 01:34:13 1.6 @@ -39,7 +39,7 @@ # Now update the FAQ in the tarball rm -f docs/manual/faq/*.html -cp /www/www.apache.org/docs-2.0/faq/*.html docs/manual/faq/ +cp /www/httpd.apache.org/docs-2.0/faq/*.html docs/manual/faq/ # Create the configure scripts echo "Creating the configure script" simplify this tarball Having looked at the diffs on 2.0.28, +1 on beta. Bill
