You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/04/28 17:22:50 UTC

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

Author: jorton
Date: Thu Apr 28 08:22:49 2005
New Revision: 165152

URL: http://svn.apache.org/viewcvs?rev=165152&view=rev
Log:
Propose a one-liner.

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?rev=165152&r1=165151&r2=165152&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Thu Apr 28 08:22:49 2005
@@ -250,6 +250,11 @@
         PR: 34452
         +1: jorton
 
+     *) mod_userdir: fix to palloc(sizeof struct) not palloc(sizeof pointer)
+        http://svn.apache.org/viewcvs?rev=165151&view=rev
+        PR: 34588
+        +1: jorton
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.