You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 1997/10/15 01:06:21 UTC

[STATUS] 1.3b2 Tue Oct 14 19:05:28 EDT 1997

As of:
    Tue Oct 14 19:05:28 EDT 1997

Release:

    1.3b2: Try for a roll and release on Oct 16, '97 (This Thursday)
    1.3b1: There is no 1.3b1

Committed:

    * PR#1155: RedirectMatch does not deal with urls that need to be escaped
    * RedirectMatch /advertiser/(.*) $1 doesn't work
    * mod_autoindex: deal with &esc; and truncate only when necessary
    * makefile: exit when a subdir fails
    * PR#974: proxy matching bug
    * suexec wouldn't build without LOG_EXEC
    * mod_imap declines non-GET methods
    * PR#1139: mod_include evaluates some exprs with && or || incorrectly
    * send_fb doesn't do aborts right
    * PR#523: properly detach from stdin/out/err
    * Atari MINT port
    * start of OS/2 abstraction
    * nph stuck in graceful bug
    * fix an oversight in the SAFE_UNSERIALIZED_ACCEPT code
    * fix wildcarding of "special" dirs like "proxy:"
    * fix "Ouch!  Freeing free block"
    * PR#1160 - CacheDirLevels/Length limit
    * cleanup aplog_error()
    * fix to proxy auth support
    * reclaim_child_processes was a little too sensitive
    * __attribute__((format(printf,x,y))) additions/bug fixes
    * __inline__ and __attribute__ only used if gcc >= 2.7.x
    * vhost revamp
    * Configure/Makefile wrangling

Available:

    * Brian Havard's OS/2 proxy patch -- OS/2 can't open() a directory
	<19...@silk.apana.org.au>
	This is take 3 or so.
    
    * Dean's [PATCH] using freed memory, and a memory debugger
	<Pi...@twinlark.arctic.org>
	Fixes three bugs.  Dean doesn't care if the alloc.c debugging stuff
	goes in or not, but the bugs need fixing.
	Status: Dean +1, Jim +1
    
    * Martin's [PATCH] [FEATURE] Clickable Path Components in ftp dir header
	<19...@deejai.mch.sni.de>
	<19...@deejai.mch.sni.de>
    
    * Martin's [BUGFIX] Another Description Column Fix for mod_autoindex
	<19...@deejai.mch.sni.de>
	Status: Martin +1, Dean +1

    * Paul's Win32 service errors
	<Pi...@ecstasy.localnet>
	Status: Paul +1

In progress:

    * Martin Kraemer's [PATCH] Parsing URI into its components - comments welcome
	<19...@deejai.mch.sni.de>
	Good start, fixes bugs, cleans things up.  Needs some more work, and
	will probably need to go in after Dean's vhost patch.

Needs patch:

    * Gemini port (SCO + UnixWare)
	see <Pi...@twinlark.arctic.org>

    * AIX >= 4.2 could use -DNET_SIZE_T=size_t

Open issues:

    * The PR#918 patch above appears to have been bogus, should be fixed or
	reversed.  It has been reversed for now.

    * Marc's auth issue, he'll get a minimal config that reproduces it
	* solved: mod_example is returning OK for everything ... causing
	    badness

    * Martin's SEGV, and Alexei's GP Fault under windows (probably the same)

    * make install issues

    * FLOCK mutex problems under FreeBSD and others

    * Win32:
	mod_info
	Test mod_rewrite
	SERVER_BUILT
	crypt() replacement (but see crypt32.dll)

	- Ben has a more-or-less working install:
	    - doesn't install as a service on NT
	    - doesn't patch the config files
	    - win95 doesn't seem to serve up index.html, NT dos

    * Marc's [BUG] include virtual and SCRIPT_NAME w/path_info
	<Pi...@alive.znep.com>

    * Ken's perl logfile splitter

1.3b3 Considerations:

    * Dean's libap.a concept
-- 
====================================================================
      Jim Jagielski            |       jaguNET Access Services
     jim@jaguNET.com           |       http://www.jaguNET.com/
            "Look at me! I'm wearing a cardboard belt!"

Re: [STATUS] 1.3b2 Tue Oct 14 19:05:28 EDT 1997

Posted by Martin Kraemer <Ma...@mch.sni.de>.
On Tue, Oct 14, 1997 at 08:06:21PM -0400, Jim Jagielski wrote:
>     * Dean's [PATCH] using freed memory, and a memory debugger
> 	<Pi...@twinlark.arctic.org>
> 	Fixes three bugs.  Dean doesn't care if the alloc.c debugging stuff
> 	goes in or not, but the bugs need fixing.
> 	Status: Dean +1, Jim +1
I tested this, and it made no problems in my environment. When enabled,
it even helped track down a memory bug. +1 from here.

>     
>     * Martin's [PATCH] [FEATURE] Clickable Path Components in ftp dir header
> 	<19...@deejai.mch.sni.de>
> 	<19...@deejai.mch.sni.de>
I haven't written a CHANGES and new_features_1_3 entry for this, but
I find it useful (for ftp more so than for http paths, since only
few http directories usually are served by mod_autoindex) to be able
to jump directly to any directory level.
If you want more input (or fixes?) tell me.

> 
> In progress:
> 
>     * Martin Kraemer's [PATCH] Parsing URI into its components - comments welcome
> 	<19...@deejai.mch.sni.de>
> 	Good start, fixes bugs, cleans things up.  Needs some more work, and
> 	will probably need to go in after Dean's vhost patch.
In the meantime this has become a new module util_uri, parsing will be
based on regcomp()/regexec().  Not committed / posted yet. Various new
functions, like default_port_for_scheme(), pduphostent() etc.
I'll repost when it is stable.

    Martin
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request

Re: [STATUS] 1.3b2 Tue Oct 14 19:05:28 EDT 1997

Posted by Rob Hartill <ro...@imdb.com>.
On Tue, 14 Oct 1997, Jim Jagielski wrote:
     
>     * Dean's [PATCH] using freed memory, and a memory debugger
> 	<Pi...@twinlark.arctic.org>
> 	Fixes three bugs.  Dean doesn't care if the alloc.c debugging stuff
> 	goes in or not, but the bugs need fixing.
> 	Status: Dean +1, Jim +1

+1

If the debugging stuff is #ifdef'ed off by default, as I think it was,
then that's worth having up our sleeves for another day/bug. +1 on
it all.