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/02/14 05:45:15 UTC

[STATUS] (apache-1.2) Fri Feb 13 23:45:13 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
    * PR#1399: eat data after failed POST
    * SIGURG isn't everywhere
    * References to undefined 'cwd' cell fixed in suexec.c
    * r->allowed tweaks
    * case-sensitivity tweaks
    * Ed's virtual hosts patch
    * PR#1133: mod_include shouldn't send ETag when XBitHack Full is set.
    * PR#1588: ReliantUNIX should be detected by GuessOS now.

Available:

    * Marc's "headers too big" patch, repost it please?

Needs patch:

    * Some fix for the bogus byte ranges bug.

    * fix os_escape_path()