You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/09/25 03:12:47 UTC

[STATUS] 1.2.5: Wed Sep 24 18:11:10 PDT 1997

No timeline.  1.3b1 should be released first. 

Committed since 1.2.4:

    * PR#1107: defend against linux select EFAULT
    * PR#1064: inetd mode uses timeouts without setting up the jmpbuf

Available: 

    see http://www.arctic.org/~dgaudet/apache/1.2.5

    mod_userdir_finfo:
	mod_userdir overwrites r->finfo in cases where it does not also
	update r->filename.  These two are meant to be in sync, so this
	is a bug.
	Status: Dean +1
	Already applied to 1.3.

    Ken's mod_include_redirect:
	mod_include doesn't deal properly with redirect status codes from
	CGIs other than 302.
	Status: Dean +1
	Already applied to 1.3.

    Dean's mod_include_etag:
	PR#1133: mod_include shouldn't send ETag when XBitHack Full is
	set.
	Status: Dean +1
	Alternate solution already in 1.3.

    Jason Dour's suexec_log:
	suexec.c is supposed to be able to be compiled with LOG_EXEC
	undefined.
	Status: Jason +1
	not in 1.3 yet

    mod_imap blocks non-GET methods
	see: <Pi...@localhost>
	Status: Brian +1, Dean thinks that POST should be allowed too
    
    Dean's mod_include_1139.patch:
	PR#1139: mod_include uses uninitialized data when parsing exprs
	using && and ||.
	Status: Dean +1
	not in 1.3 yet