]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backports and votes
authorBradley Nicholes <bnicholes@apache.org>
Wed, 17 Mar 2004 01:21:19 +0000 (01:21 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 17 Mar 2004 01:21:19 +0000 (01:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103008 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 97190ea02080bccca6d045a74551c7475cfe31c1..521ebd9bc61592092c3b956fc1d6df9114398023 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 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:
 
@@ -75,9 +75,23 @@ PATCHES TO BACKPORT FROM 2.1
         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