Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 24901 invoked by uid 6000); 29 Jan 1998 04:45:42 -0000 Received: (qmail 24887 invoked from network); 29 Jan 1998 04:45:40 -0000 Received: from ns2.remulak.net (HELO Mail.Golux.Com) (coar@198.115.138.27) by taz.hyperreal.org with SMTP; 29 Jan 1998 04:45:40 -0000 Received: (from coar@localhost) by Mail.Golux.Com (8.8.5/8.8.5) id XAA21970; Wed, 28 Jan 1998 23:45:24 -0500 Date: Wed, 28 Jan 1998 23:45:24 -0500 Message-Id: <199801290445.XAA21970@Mail.Golux.Com> From: Rodent of Unusual Size To: Apache HTTP developers Subject: [STATUS] (apache-1.2) Wed Jan 28 23:45:22 EST 1998 X-Note: This is an automated message. Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org The main goal for 1.2.6 is to fix egregious bugs, such as protocol bugs, or DoS bugs. Changes that have been tested in 1.3 already may be given consideration. "Easy" portability fixes may be given consideration. Dean is pretty much accepted as the release manager for this branch. Current Modes: o Commit-Then-Review (see o NO lazy voting Committed since 1.2.5: * Martins portability change for ReliantUNIX/SINIX (_XPG_IV switch) * Martin's [PATCH]-1.2.6: passing escaped CC='$(CC)' * Martin's [PATCH]-1.2.6: avoid B_ERROR redeclaration * Mark Bixby's MPE port patch * more #define wrappers from FreeBSD port * Dean's backport of the bputc()/chunking bugfix. * Ralf's mod_rewrite bugfix for %3f * backport of the netscape header padding fix * general/1666: basic auth token should be tested case-insensitive * protocol/1683: The Connection header may contain multiple close tokens * proxy was sending HTTP/1.1 responses in error * PR#1500: allocate r->connection->user in correct pool * PR#1366: send_fd_length did not calculate total_bytes_sent properly * PR#1604: table_{set,unset} didn't deal correctly with multiple keys * PR#1599: "Digest" auth token should be tested case-insensitive * PR#1650 (et alia): "const" in mod_imap causing pointer mismatches * PR#1399: eat data after failed POST Available: * Dean's mod_include_etag: PR#1133: mod_include shouldn't send ETag when XBitHack Full is set. see http://www.arctic.org/~dgaudet/apache/1.2.5 Status: Dean +1, Roy +1, Ralf +0 Alternate solution already in 1.3. Needs update against new mod_include. * Marc's "headers too big" patch, repost it please? Needs patch: * Some fix for the bogus byte ranges bug. * fix os_escape_path()