You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/11/03 21:56:08 UTC

cvs commit: apache/src CHANGES Configuration.tmpl INSTALL Makefile.tmpl README TODO

brian       96/11/03 12:56:08

  Modified:    src       CHANGES Configuration.tmpl INSTALL Makefile.tmpl
                        README TODO
  Log:
  Removed Id lines, as per group consensus.
  
  Revision  Changes    Path
  1.71      +0 -2      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -C3 -r1.70 -r1.71
  *** CHANGES	1996/10/09 17:36:15	1.70
  --- CHANGES	1996/11/03 20:56:02	1.71
  ***************
  *** 1,5 ****
  - $Id: CHANGES,v 1.70 1996/10/09 17:36:15 chuck Exp $
  - 
    Changes with Apache 1.2b1:
    
      *) Allow directives to have any number of arguments between one
  --- 1,3 ----
  
  
  
  1.49      +0 -1      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -C3 -r1.48 -r1.49
  *** Configuration.tmpl	1996/11/01 14:59:51	1.48
  --- Configuration.tmpl	1996/11/03 20:56:03	1.49
  ***************
  *** 1,4 ****
  - # $Id: Configuration.tmpl,v 1.48 1996/11/01 14:59:51 pcs Exp $
    # Config file for the Apache httpd.
    
    # Configuration.tmpl is the template for Configuration. Configuration should
  --- 1,3 ----
  
  
  
  1.10      +0 -2      apache/src/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /export/home/cvs/apache/src/INSTALL,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** INSTALL	1996/10/24 21:17:34	1.9
  --- INSTALL	1996/11/03 20:56:03	1.10
  ***************
  *** 1,5 ****
  - $Id: INSTALL,v 1.9 1996/10/24 21:17:34 jim Exp $
  - 
    This release of Apache supports the notion of "optional modules".
    However, the server has to know which modules are compiled into it, in
    order for those modules to be effective; this requires generation of a
  --- 1,3 ----
  
  
  
  1.31      +0 -1      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -C3 -r1.30 -r1.31
  *** Makefile.tmpl	1996/10/27 18:28:21	1.30
  --- Makefile.tmpl	1996/11/03 20:56:03	1.31
  ***************
  *** 1,4 ****
  - # $Id: Makefile.tmpl,v 1.30 1996/10/27 18:28:21 chuck Exp $
    # Apache makefile template (well, suffix).
    
    # This is combined with the information in the "Configuration" file
  --- 1,3 ----
  
  
  
  1.17      +0 -2      apache/src/README
  
  Index: README
  ===================================================================
  RCS file: /export/home/cvs/apache/src/README,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** README	1996/08/23 18:19:09	1.16
  --- README	1996/11/03 20:56:04	1.17
  ***************
  *** 1,5 ****
  - $Id: README,v 1.16 1996/08/23 18:19:09 jim Exp $ 
  - 
    The basic idea of the new Apache release is to make a modular
    "tinkertoy" server, to which people can easily add code which is
    valuable to them (even if it isn't universally useful) without hairing
  --- 1,3 ----
  
  
  
  1.14      +0 -2      apache/src/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /export/home/cvs/apache/src/TODO,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** TODO	1996/08/20 11:50:37	1.13
  --- TODO	1996/11/03 20:56:04	1.14
  ***************
  *** 1,5 ****
  - $Id: TODO,v 1.13 1996/08/20 11:50:37 paul Exp $
  - 
    *) Random stray failures to get_local_addr --- it's returning EINVAL, of all
       things.  Are these clients aborting really, really early or what?
    
  --- 1,3 ----