You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/12/18 16:34:02 UTC

cvs commit: apache-1.3/src CHANGES

wrowe       01/12/18 07:34:02

  Modified:    src      CHANGES
  Log:
    Notes are good here too
  
  Revision  Changes    Path
  1.1746    +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1745
  retrieving revision 1.1746
  diff -u -r1.1745 -r1.1746
  --- CHANGES	2001/11/30 17:10:07	1.1745
  +++ CHANGES	2001/12/18 15:34:01	1.1746
  @@ -1,4 +1,8 @@
   Changes with Apache 1.3.23
  +
  +  *) Revert mod_negotation's handling of path_info and query_args
  +     to the 1.3.20 behavior.  PR: 8628, 8582, 8538  [William Rowe]
  +
     *) Modify buff.h and buff.c to enable modules to intercept the
        output byte stream for dynamic page caching. A pointer to a 
        'filter callback' function is added to the end of buff.h. 
  
  
  

Re: cvs commit: apache-1.3/src CHANGES

Posted by Bill Stoddard <bi...@wstoddard.com>.
> From: "Bill Stoddard" <bi...@wstoddard.com>
> Sent: Thursday, December 20, 2001 11:24 AM
>
>
> > With this, I'm thinking it's time for 1.3.23, which should hold us for 1.3 releases
for
> > the better part of 2002.
> >
> > Yeas or Neas?
>
> Yea [but]
>
> but we are seeing a lot of problems with parsed (SHTML, PHP etc) content
> being corrupted on WinXP machines.  It would be good to fix that once
> and not need 'yet another ugly hack' two months from now.
>
> Not every XP user sees this.  Both loopback and external IP stacks are
> affected.  Some report this with a clean install.  Continues even after
> disabling all the eXPtra cruft MS has introduced.
>
> So if any win32 hackers have some time to dig into this, it would be
> a good thing to fix, and then call 1.3 'done' for a while :)
>
> Bill
>

Bleh, your right. I spent a bit of time looking at the XP reports over the weekend; really
atrange stuff. Unfortunately, I don't have a copy of XP to play with...

Bill


Re: cvs commit: apache-1.3/src CHANGES

Posted by Thomas Eibner <th...@stderr.net>.
On Thu, Dec 20, 2001 at 11:28:22AM -0600, William A. Rowe, Jr. wrote:
> From: "Bill Stoddard" <bi...@wstoddard.com>
> Sent: Thursday, December 20, 2001 11:24 AM
> 
> 
> > With this, I'm thinking it's time for 1.3.23, which should hold us for 1.3 releases for
> > the better part of 2002.
> > 
> > Yeas or Neas?
> 
> Yea [but]
> 
> but we are seeing a lot of problems with parsed (SHTML, PHP etc) content
> being corrupted on WinXP machines.  It would be good to fix that once
> and not need 'yet another ugly hack' two months from now.
> 
> Not every XP user sees this.  Both loopback and external IP stacks are
> affected.  Some report this with a clean install.  Continues even after
> disabling all the eXPtra cruft MS has introduced.
> 
> So if any win32 hackers have some time to dig into this, it would be
> a good thing to fix, and then call 1.3 'done' for a while :)

Would it be possible to integrate the changes needed to export all of
the API functions consistently to all platforms? I still have a patch
in-progress for a few months now, but I might schedule time to get it
done over the weekend now. 

-- 
  Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/>
  mod_pointer <http://stderr.net/mod_pointer> 

Re: cvs commit: apache-1.3/src CHANGES

Posted by "William A. Rowe, Jr." <wr...@covalent.net>.
From: "Bill Stoddard" <bi...@wstoddard.com>
Sent: Thursday, December 20, 2001 11:24 AM


> With this, I'm thinking it's time for 1.3.23, which should hold us for 1.3 releases for
> the better part of 2002.
> 
> Yeas or Neas?

Yea [but]

but we are seeing a lot of problems with parsed (SHTML, PHP etc) content
being corrupted on WinXP machines.  It would be good to fix that once
and not need 'yet another ugly hack' two months from now.

Not every XP user sees this.  Both loopback and external IP stacks are
affected.  Some report this with a clean install.  Continues even after
disabling all the eXPtra cruft MS has introduced.

So if any win32 hackers have some time to dig into this, it would be
a good thing to fix, and then call 1.3 'done' for a while :)

Bill


Re: cvs commit: apache-1.3/src CHANGES

Posted by Bill Stoddard <bi...@wstoddard.com>.
With this, I'm thinking it's time for 1.3.23, which should hold us for 1.3 releases for
the better part of 2002.

Yeas or Neas?

Bill

----- Original Message -----
From: <wr...@apache.org>
To: <ap...@apache.org>
Sent: Tuesday, December 18, 2001 10:34 AM
Subject: cvs commit: apache-1.3/src CHANGES


> wrowe       01/12/18 07:34:02
>
>   Modified:    src      CHANGES
>   Log:
>     Notes are good here too
>
>   Revision  Changes    Path
>   1.1746    +4 -0      apache-1.3/src/CHANGES
>
>   Index: CHANGES
>   ===================================================================
>   RCS file: /home/cvs/apache-1.3/src/CHANGES,v
>   retrieving revision 1.1745
>   retrieving revision 1.1746
>   diff -u -r1.1745 -r1.1746
>   --- CHANGES 2001/11/30 17:10:07 1.1745
>   +++ CHANGES 2001/12/18 15:34:01 1.1746
>   @@ -1,4 +1,8 @@
>    Changes with Apache 1.3.23
>   +
>   +  *) Revert mod_negotation's handling of path_info and query_args
>   +     to the 1.3.20 behavior.  PR: 8628, 8582, 8538  [William Rowe]
>   +
>      *) Modify buff.h and buff.c to enable modules to intercept the
>         output byte stream for dynamic page caching. A pointer to a
>         'filter callback' function is added to the end of buff.h.
>
>
>
>