Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 1445 invoked by uid 500); 17 May 2003 17:14:06 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 1434 invoked by uid 500); 17 May 2003 17:14:06 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 17 May 2003 17:14:06 -0000 Message-ID: <20030517171406.3454.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2003/05/17 10:14:06 Modified: . Tag: APACHE_2_0_BRANCH STATUS CHANGES Log: A few simple patches reviewed and out of my extraclean tree. On to dealing with bigger fish. Revision Changes Path No revision No revision 1.751.2.292 +1 -14 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.291 retrieving revision 1.751.2.292 diff -u -r1.751.2.291 -r1.751.2.292 --- STATUS 17 May 2003 16:39:19 -0000 1.751.2.291 +++ STATUS 17 May 2003 17:14:04 -0000 1.751.2.292 @@ -189,19 +189,6 @@ docs/manual/programs/htpasswd.xml r1.3 +1: thommay, nd - * 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, nd, jerenkrantz - - * 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.131 (undid minor breakage) - +1: wrowe, nd, jerenkrantz - * 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 1.988.2.101 +5 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.988.2.100 retrieving revision 1.988.2.101 diff -u -r1.988.2.100 -r1.988.2.101 --- CHANGES 16 May 2003 18:12:17 -0000 1.988.2.100 +++ CHANGES 17 May 2003 17:14:05 -0000 1.988.2.101 @@ -1,5 +1,10 @@ Changes with Apache 2.0.46 + *) Fixes for VPATH builds; copying special.mk and any future .mk files + from the source tree as well as the build tree (now creates a usable + configuration for apxs), and eliminated redundant -I'nclude paths. + [William Rowe] + *) Code fixes, constness corrections and ssl_toolkit_compat.h updates for SSLC and OpenSSL toolkit compatibility. Still work remains to be done to cripple features based on the limitations of RSA's binary