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...@locus.apache.org on 2000/07/03 17:24:25 UTC

cvs commit: apache-1.3/src CHANGES

wrowe       00/07/03 08:24:25

  Modified:    .        STATUS
               src      CHANGES
  Log:
    Bringing these up to date.
  
  Revision  Changes    Path
  1.832     +2 -12     apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.831
  retrieving revision 1.832
  diff -u -r1.831 -r1.832
  --- STATUS	2000/06/28 21:34:03	1.831
  +++ STATUS	2000/07/03 15:24:19	1.832
  @@ -1,5 +1,5 @@
     1.3 STATUS:
  -  Last modified at [$Date: 2000/06/28 21:34:03 $]
  +  Last modified at [$Date: 2000/07/03 15:24:19 $]
   
   Release:
   
  @@ -25,21 +25,11 @@
   
   RELEASE SHOWSTOPPERS:
   
  -    * Add a simple Win32 hold console open patch (wait for close or
  -        the ESC key, with a nice message) if the server died a 
  -        bad death (non-zero exit code) in console mode.  
  -	OtherBill posted <00...@corecomm.net>
  -        patch to address this and the NT service log to the list, and
  -        is awaiting comments.
  -
  -    * Document the --ntservice flag for Win32 (not a user option, only for
  -        launching apache.exe from the WinNT service control manager).
  -        OtherBill will do so.
  -
       * Resolve the status message that the ServerName has been overridden.
           Consensus says this should not appear to the user's console, but
           might be an appropriate information entry to log.  The problem is
           that we resolve this before log files are open.  Resolutions?
  +        Jeff Tarwick is reviewing.
   
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
   
  
  
  
  1.1562    +6 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1561
  retrieving revision 1.1562
  diff -u -r1.1561 -r1.1562
  --- CHANGES	2000/06/23 19:44:28	1.1561
  +++ CHANGES	2000/07/03 15:24:22	1.1562
  @@ -1,5 +1,11 @@
   Changes with Apache 1.3.13
   
  +  *) Win32 NT and 2000 services now capture stderr messages that occur
  +     before Apache's logs are opened to the Application Event Log.
  +     Console and Win9x services now hold the console open for 30 seconds
  +     (and may be dismissed with the <ESC> key) if they exit with an error.
  +     [William Rowe]
  +
     *) Expand Win32 protection for pathname length, to provide protection
        from future potential bugs such as that which caused directory index 
        to be displayed rather than returning an error.