You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rodent of Unusual Size <Ke...@Golux.Com> on 1998/01/26 05:45:43 UTC

[STATUS] (apache) Sun Jan 25 23:45:41 EST 1998

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 <http://dev.apache.org/guidelines.html#ctr>
    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

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()