joes 2004/06/12 10:26:26
Modified: . RELEASE STATUS
Log:
Update RELEASE guide and call for basic ssl tests.
Revision Changes Path
1.7 +6 -2 httpd-apreq-2/RELEASE
Index: RELEASE
===================================================================
RCS file: /home/cvs/httpd-apreq-2/RELEASE,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- RELEASE 11 Jun 2004 18:51:28 -0000 1.6
+++ RELEASE 12 Jun 2004 17:26:26 -0000 1.7
@@ -80,7 +80,10 @@
% pgp libapreq2-2.XX-dev.tar.gz.asc
Check that your public key is among those listed in the
- /www/www.apache.org/dist/httpd/KEYS file.
+ /www/www.apache.org/dist/httpd/KEYS file. If not, you
+ need to commit the necessary change to KEYS the httpd-dist repos.
+ Then update the website's copy using "cvs co KEYS" in the
+ /www/www.apache.org/dist/httpd/ directory.
8. Upload the package to CPAN. Doublecheck that the md5 checksum
received from PAUSE is correct.
@@ -90,7 +93,8 @@
Be sure to update the libapreq2 documentation. For instructions on
updating
the httpd website, see build/WEBSITE.
-10. Post a final announcement to the modperl@ and apreq-dev@ lists:
+10. Post a final announcement to the [EMAIL PROTECTED], modperl@ and
+ apreq-dev@ lists:
Subject: [ANNOUNCE] libapreq2-2.XX-dev release
1.52 +11 -3 httpd-apreq-2/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-apreq-2/STATUS,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- STATUS 12 Jun 2004 15:14:38 -0000 1.51
+++ STATUS 12 Jun 2004 17:26:26 -0000 1.52
@@ -73,6 +73,8 @@
- symbol exports files:
-# aix needs .exp files
+ - Add basic ssl tests to env/t and glue/perl/t.
+
OPEN ISSUES:
@@ -85,9 +87,15 @@
- Strange bug when ssl is enabled & lots of fields are present: see
http://marc.theaimsgroup.com/?t=107766265600001&r=1&w=2
- - Another (possibly related) bug has to do with the mfd
- parser misbehaving on file uploads when ssl is enabled:
+ - Another (possibly related) bug has to do with the mfd
+ parser misbehaving on file uploads when ssl is enabled:
http://marc.theaimsgroup.com/?l=apreq-dev&m=108609005217749&w=2
+
+ To fix these ssl bugs above, we need to call apr_bucket_setaside
+ on all stored-away buckets. This change will affect all current
parsers
+ as well as mod_apreq's filter, so we need to have a decent set
+ of ssl tests in place to avoid regressions. I suggest we write
+ the tests first before attmepting to muck around in the dark. --joes
- Fix build automake/libtool/autoconf build system so it works
properly on OSX & AIX.