Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release supports Require group and Require user access directives, even from chroot, using system user databases. An AuthBSDStrictRequire switch was added to force all Require directives to match instead of only one, which is the default behavior for Apache auth modules.
This version removes the failure database because of
signal issues allowing database corruption (truncated
writes). The only practical fix was subject to a race, so
this "feature" was removed entirely, and replaced with a
simple, required nanosleep to mitigate brute-force
attack.