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/07/01 04:17:27 UTC

[STATUS] 1.2.1, snap3 available

In the usual spots:

    ftp://ftp.apache.org/httpd/dist
    ftp://ftp.arctic.org/pub/httpd/dist	(in an hour or so)

are:

-rw-rw-r--   1 dgaudet  dgaudet  49709 Jun 30 19:09 apache_1_2_1-snap3.patch.gz
-rw-rw-r--   1 dgaudet  dgaudet 702635 Jun 30 19:11 apache_1_2_1-snap3.tar.gz

The .patch file is generated against 1.2.0 (using CVS).  When I do this
release I plan to release both a patch file and a tarball.  I'll do that
patch by using exported directory trees rather than through cvs.

Dean

Already committed:

    * off-by-1 bug! in pregsub
    * slack fd, and reordering of log/socket opens
    * PR#705: alpha and sparc linux tweaks
    * PR#566: mod_status dumps core in inetd mode
    * PR#383, PR#388, PR#399, PR#327, PR#511: portability fixes
    * PR#752: be more aggressive when doing make clean
    * PR#94: Content negot fails unless each varient has a charset
    * various security problems (+ mod_cern_meta fix)
    * mod_rewrite 3.0.5 -> 3.0.6
    * give me useless text, not useless errno
    * increase shmget error verbosity under linux
    * PR#742: mod_include was not properly changing directory
    * whack people upside the head if they try to run apache as root
    * PR#644: QUERY_STRING bogosity and mod_include
    * PR#353: symlink permission problem
    * PR#773: string.h is ANSI, strings.h isn't.  Use string.h.
    * LockFile directive and USE_FLOCK changes
    * modules/Makefile tweak to avoid warning on hp/ux
    * Makefile dependencies updated
    * PR#333: rlim_t already defined on AIX 4.2
    * r->begun_read_body

Available:

    * Marc's Very strange bug in mod_dir
	<Pi...@valis.worldgate.com>

    * Dean's REMOTE_FORCE_HOST patch for get_remote_host