You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2005/03/01 01:37:52 UTC

svn commit: r155724 - httpd/httpd/branches/2.0.x/STATUS

Author: jerenkrantz
Date: Mon Feb 28 16:37:51 2005
New Revision: 155724

URL: http://svn.apache.org/viewcvs?view=rev&rev=155724
Log:
How was -1 ever valid?

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?view=diff&r1=155723&r2=155724
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Mon Feb 28 16:37:51 2005
@@ -97,7 +97,7 @@
     *) htdigest: Fix permissions of created files
        http://svn.apache.org/viewcvs.cgi?rev=155681&view=rev
        PR: 33765
-       +1: jorton, trawick
+       +1: jorton, trawick, jerenkrantz
 
     *) mod_ssl: Set r->user from SSLUsername earlier so that it's
        actually useful.
@@ -129,7 +129,9 @@
        reset during reloads but is fatal in such cases.
        http://svn.apache.org/viewcvs?view=rev&rev=111241
        PR: 32529
-       +1: jorton, trawick
+       jerenkrantz chimes in: X509_STORE_CTX_get_app_data is a macro around
+                              X509_STORE_CTX_get_ex_data(ctx,0).
+       +1: jorton, trawick, jerenkrantz
 
     *) several changes to improve logging of connection-oriented errors, including
        ap_log_cerror() API (needs minor bump in addition to changes below)
@@ -250,7 +252,7 @@
       important members of the subrequest. Especially the proxyreq copying
       is interesting for proxying DirectoryIndex'd resources:
         http://svn.apache.org/viewcvs.cgi?rev=102330&view=rev
-      +1: nd
+      +1: nd, jerenkrantz
 
     * Win32: Move call to mpm_service_install to the rewrite_args hook
       from the post_config hook.