You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ws...@hyperreal.org on 1999/07/07 20:58:52 UTC

cvs commit: apache-1.3/src CHANGES

wsanchez    99/07/07 11:58:52

  Modified:    src      CHANGES
  Log:
  apxs: Add "-S var=val" option which allows for override of CFG_* built-in values.
  
  Revision  Changes    Path
  1.1393    +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1392
  retrieving revision 1.1393
  diff -u -r1.1392 -r1.1393
  --- CHANGES	1999/06/30 09:21:57	1.1392
  +++ CHANGES	1999/07/07 18:58:50	1.1393
  @@ -1,4 +1,8 @@
   Changes with Apache 1.3.7
  +
  +  *) apxs: Add "-S var=val" option which allows for override of CFG_*
  +     built-in values.  [Wilfredo Sanchez]
  +
     *) Win32: Update the server to use Winsock 2. Specifically, link with
        ws2_32.lib rather than wsock32.lib.  This gives us access to 
        WSADuplcateSocket() in addition to some other enhanced comm APIs.