You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Alexei Kosut <ak...@hyperreal.com> on 1996/12/12 02:02:15 UTC

cvs commit: apache/src CHANGES http_config.h

akosut      96/12/11 17:02:14

  Modified:    src       CHANGES http_config.h
  Log:
  Add CHANGES entry for rwrite(), and update MODULE_MAGIC_NUMBER.
  
  Revision  Changes    Path
  1.85      +3 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -C3 -r1.84 -r1.85
  *** CHANGES	1996/12/11 05:21:38	1.84
  --- CHANGES	1996/12/12 01:02:02	1.85
  ***************
  *** 1,5 ****
  --- 1,8 ----
    Changes with Apache 1.2b3:
    
  +   *) Add rwrite() function to API to allow for sending strings of
  +      arbitrary length. [Doug MacEachern]
  + 
      *) Remove rlim_t typedef for NetBSD. Do older versions need this?
    
      *) Defined rlim_t and WANTHSREGEX=yes for NeXT.
  
  
  
  1.24      +1 -1      apache/src/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_config.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -C3 -r1.23 -r1.24
  *** http_config.h	1996/12/01 20:28:20	1.23
  --- http_config.h	1996/12/12 01:02:12	1.24
  ***************
  *** 225,231 ****
     * handle it back-compatibly, or at least signal an error).
     */
    
  ! #define MODULE_MAGIC_NUMBER 19961125
    #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL
    
    /* Generic accessors for other modules to get at their own module-specific
  --- 225,231 ----
     * handle it back-compatibly, or at least signal an error).
     */
    
  ! #define MODULE_MAGIC_NUMBER 19961211
    #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL
    
    /* Generic accessors for other modules to get at their own module-specific