APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/03/17 01:15:54 $]
+Last modified at [$Date: 2004/03/17 01:21:19 $]
Release:
support/ab.c: r1.139
+1: jjclar, bnicholes, trawick
+ *) Fix the comment delimiter so that it correctly parses the username
+ comment. Also add a terminate function to allow NetWare to pause
+ the output before the screen is destroyed.
+ support/htdbm.c: r1.15
+ +1: bnicholes
+
+ *) Use apr_temp_dir_get for htdigest and remove the dependancy on
+ the external cp/copy command. Remove the OMIT_DELONCLOSE #ifdef
+ because removing the temp file happens automatically through
+ the apr_temp_dir_get() call. Also some other misc cleanup of
+ the code
+ support/htdigest.c: r1.41, r1.42, r1.43, r1.44, r1.45
+ +1: bnicholes
+
*) Use apr_temp_dir_get for htpasswd
support/htpasswd.c: 1.75
- +1: thommay
+ +1: thommay, bnicholes
*) Allow Satisfy directives to be influenced by <Limit>.
PR: 14726