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/01/16 21:44:10 UTC

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

Author: jorton
Date: Sun Jan 16 12:44:08 2005
New Revision: 125364

URL: http://svn.apache.org/viewcvs?view=rev&rev=125364
Log:
Proposals.

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&rev=125364&p1=httpd/httpd/branches/2.0.x/STATUS&r1=125363&p2=httpd/httpd/branches/2.0.x/STATUS&r2=125364
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS	(original)
+++ httpd/httpd/branches/2.0.x/STATUS	Sun Jan 16 12:44:08 2005
@@ -75,6 +75,32 @@
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) mod_include: fix an off-by-one which truncates the last character
+       off an N*64 character variable expansion (in some cases).
+       http://issues.apache.org/bugzilla/attachment.cgi?id=14025
+       PR: 32985
+       +1: jorton
+
+    *) mod_ssl: fail quickly if SSL connection is aborted rather than
+       making many doomed ap_pass_brigade calls
+       http://svn.apache.org/viewcvs?view=rev&rev=125166
+       PR: 32699
+       +1: jorton
+
+    *) mod_ssl: fix to access mod_ssl-specific X509_STORE_CTX userdata
+       using the proper accessor function; matters only in some
+       pathological cases with OpenSSL global variables not getting
+       reset during reloads but is fatal in such cases.
+       http://svn.apache.org/viewcvs?view=rev&rev=111241
+       PR: 32529
+       +1: jorton
+
+    *) core: fix bucket-splitting logic for platforms with
+       sizeof(apr_off_t)>sizeof(apr_size_t)
+       http://www.apache.org/~jorton/ap_splitlfs.diff
+       PR: 28898
+       +1: jorton
+
     *) modules/config5.m4 & docs/manual/programs/configure.xml:
        --with-module can now take more than one module to be statically
        linked:
@@ -106,6 +132,7 @@
        http://svn.apache.org/~minfrin/httpd-2.0.53-rpm.diff
        svn rev 122711
        +1: minfrin
+       -0: jorton: users could rely on it working as-is; make it conditional?
 
     *) Add charset to the painfully old example CGI scripts.
        [These should really be replaced with proper encoding of the output.]