wrowe 2003/05/16 09:47:53
Modified: . Tag: APACHE_2_0_BRANCH STATUS
Log:
Ya - I know the lines are too long - I hope these simpler votes don't
grow much moss anyways.
Toss out a few new patches for consideration, all pretty simple except
the thorny ssl issue that Jeff and Justin have started looking at.
Revision Changes Path
No revision
No revision
1.751.2.285 +22 -1 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.751.2.284
retrieving revision 1.751.2.285
diff -u -r1.751.2.284 -r1.751.2.285
--- STATUS 16 May 2003 15:16:10 -0000 1.751.2.284
+++ STATUS 16 May 2003 16:47:53 -0000 1.751.2.285
@@ -205,6 +205,27 @@
docs/manual/programs/htpasswd.xml r1.3
+1: thommay
+ * Fix a VPATH build issue - our command lines can sometimes hit the wall
+ against the shell's max command line length. We had a number of needless
+ paths included in VPATH builds; this change drops a number of -I'ncluded
+ module paths containing no .h files.
+ configure.in r1.251
+ +1: wrowe
+
+ * Fix a VPATH build install bug - the special.mk file was never installed
+ (because we didn't rewrite it to the VPATH from the sourcepath), so copy
+ any sourcepath\build\*.mk files along with the vpath\build\*.mk files.
+ Makefile.in r1.130
+ +1: wrowe
+
+ * Assure that we block on the read BIO when we invoke the read BIO for both
+ first-use cases (via ssl_io_input_add_filter) and when we are writing and
+ need response from the client (via ssl_io_filter_output). Both of these
+ cases are always blocking. PR: 19242
+ Submitted by: David Deaves <David.Deaves@dd.id.au>, William Rowe
+ modules/ssl/ssl_engine_io.c r1.106
+ +1: wrowe
+
CURRENT RELEASE NOTES:
* Backwards compatibility is expected of future Apache 2.0 releases,
|