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 2003/02/07 23:03:48 UTC

cvs commit: httpd-2.0 CHANGES

wrowe       2003/02/07 14:03:48

  Modified:    .        CHANGES
  Log:
    Backported based on Allen and my research (really, not many that could
    review, and his original post was quite well received.)
  
  Revision  Changes    Path
  1.1055    +5 -5      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1054
  retrieving revision 1.1055
  diff -u -r1.1054 -r1.1055
  --- CHANGES	7 Feb 2003 21:30:43 -0000	1.1054
  +++ CHANGES	7 Feb 2003 22:03:47 -0000	1.1055
  @@ -2,11 +2,6 @@
   
     [Remove entries to the current 2.0 section below, when backported]
   
  -  *) Introduce debugging symbols for Win32 release builds, both .pdb 
  -     and .dbg files (older debuggers and Dr. Watson-type utilities 
  -     on WinNT or Win9x don't support the newer .pdb flavor.)
  -     [Allen Edwards, William Rowe]
  -
     *) Try to log an error if a piped log program fails.  Try to
        restart a piped log program in more failure situations.  PR 15761
        [Jeff Trawick]
  @@ -82,6 +77,11 @@
      Apache 2.0.xx tree as documented, and except as noted, below.]
   
   Changes with Apache 2.0.45
  +
  +  *) Introduce debugging symbols for Win32 release builds, both .pdb 
  +     and .dbg files (older debuggers and Dr. Watson-type utilities 
  +     on WinNT or Win9x don't support the newer .pdb flavor.)
  +     [Allen Edwards, William Rowe]
   
     *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME
        information (and more). Related to PR 9076.  [Andr� Malo]