Announcement to go out tommorow, after the mirrors have caught up. Thanks all, glad to hear the success stories, and hopefully we will have a cleaner binbuild script to work from this coming 2.0.46 release :-)
Bill >wrowe 2003/03/31 23:40:19 > > Modified: . Announcement2.html Announcement2.txt > Log: > Very short list of bug fixes/new features. This isn't supposed to be > a copy of changes - just (very visible) highlights. > > Revision Changes Path > 1.34 +38 -2 httpd-dist/Announcement2.html > > Index: Announcement2.html > =================================================================== > RCS file: /home/cvs/httpd-dist/Announcement2.html,v > retrieving revision 1.33 > retrieving revision 1.34 > diff -u -r1.33 -r1.34 > --- Announcement2.html 1 Apr 2003 03:27:08 -0000 1.33 > +++ Announcement2.html 1 Apr 2003 07:40:19 -0000 1.34 > @@ -114,10 +114,46 @@ > [Christian Kratzer <[EMAIL PROTECTED]>, Bjoern A. Zeeb <[EMAIL > PROTECTED]>]</li> > </ul> > > -<h3>Bugs fixed since Apache 2.0.44</h3> > +<h3>Bugs fixed and features added since Apache 2.0.44</h3> > <ul> > - <li>...</li> > + <li>Prevent endless loops of internal redirects in mod_rewrite by > + aborting after exceeding a limit of internal redirects. The > + limit defaults to 10 and can be changed using the RewriteOptions > + directive. PR 17462.</li> > > + <li>Configurable compression level for mod_deflate.</li> > + > + <li>Allow SSLMutex to select/use the full range of APR locking > + mechanisms available to it (e.g. same choices as AcceptMutex.)</li> > + > + <li>mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot > + be started on Unix because of such problems as bad permissions, > + bad shebang line, etc.</li> > + > + <li>Try to log an error if a piped log program fails and try to > + restart a piped log program in more failure situations.</li> > + > + <li>Added support for mod_auth_LDAP, with a new AuthLDAPCharsetConfig > + directive, to convert extended characters in the user ID to UTF-8, > + before authenticating against the LDAP directory.</li> > + > + <li>No longer removes the Content-Length from responses via mod_proxy.</li> > + > + <li>Enhance mod_isapi's WriteClient() callback to provide better emulation > + for isapi extensions that use the first WriteClient() to send status > + and headers, such as the foxisapi module.</li> > + > + <li>Win32: Avoid busy wait (consuming all the CPU idle cycles) when > + all worker threads are busy.</li> > + > + <li>Introduced .pdb debugging symbols for Win32 release builds.</li> > + > + <li>Fixed piped access logs on Win32.</li> > + > + <li>Fix path handling of mod_rewrite, especially on non-unix systems. > + There was some confusion between local paths and URL paths.</li> > + > + <li>Added an rpm build script.</li> > </ul> > > </body> >
