cvs commit: apache/src CHANGES

1996-06-15 Thread Alexei Kosut
akosut  96/06/15 19:34:29

  Modified:src   CHANGES
  Log:
  Updated CHANGES file with changes since 1.1b3.
  
  Revision  ChangesPath
  1.29  +22 -0 apache/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -C3 -r1.28 -r1.29
  *** CHANGES   1996/06/10 08:22:49 1.28
  --- CHANGES   1996/06/16 02:34:28 1.29
  ***
  *** 1,3 
  --- 1,25 
  + Changes with Apache 1.1b4:
  + 
  +   *) More possibly unsecure programs removed from the support directory.
  + 
  +   *) More mod_auth_msql authentication improvements.
  + 
  +   *) VirtualHosts based on Host: headers no longer conflict with the
  +  Listen directive.
  + 
  +   *) OS/2 compatibility enhancements.
  + 
  +   *) POST now allowed to directory index CGI scripts.
  + 
  +   *) Actions now work with files of the default type.
  + 
  +   *) Bugs which were fixed:
  + a) more mod_proxy bugs
  + b) early termination of inetd requests
  + c) compile warnings on several systems
  + 
  + Changes with Apache 1.1b3:
  + 
  *) Much of cgi-bin and all of cgi-src has been removed, due to
 various security holes found and that we could no longer support
 them.  
  
  
  


cvs commit: apache/src httpd.h

1996-06-15 Thread Alexei Kosut
akosut  96/06/15 19:35:36

  Modified:src   httpd.h
  Log:
  Change SERVER_VERSION to 1.1b4 in preparation for release.
  
  Revision  ChangesPath
  1.30  +1 -1  apache/src/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -C3 -r1.29 -r1.30
  *** httpd.h   1996/06/10 08:37:25 1.29
  --- httpd.h   1996/06/16 02:35:35 1.30
  ***
  *** 238,244 
 * Example: Apache/1.1b3 MrWidget/0.1-alpha 
 */

  ! #define SERVER_VERSION Apache/1.1-dev /* SEE COMMENTS ABOVE */

#define SERVER_PROTOCOL HTTP/1.0
#define SERVER_SUPPORT http://www.apache.org/;
  --- 238,244 
 * Example: Apache/1.1b3 MrWidget/0.1-alpha 
 */

  ! #define SERVER_VERSION Apache/1.1b4 /* SEE COMMENTS ABOVE */

#define SERVER_PROTOCOL HTTP/1.0
#define SERVER_SUPPORT http://www.apache.org/;
  
  
  


cvs commit: apache/src httpd.h

1996-06-15 Thread Alexei Kosut
akosut  96/06/15 19:39:05

  Modified:src   httpd.h
  Log:
  A hopeful new SERVER_VERSION designation.
  
  Revision  ChangesPath
  1.31  +1 -1  apache/src/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -C3 -r1.30 -r1.31
  *** httpd.h   1996/06/16 02:35:35 1.30
  --- httpd.h   1996/06/16 02:39:03 1.31
  ***
  *** 238,244 
 * Example: Apache/1.1b3 MrWidget/0.1-alpha 
 */

  ! #define SERVER_VERSION Apache/1.1b4 /* SEE COMMENTS ABOVE */

#define SERVER_PROTOCOL HTTP/1.0
#define SERVER_SUPPORT http://www.apache.org/;
  --- 238,244 
 * Example: Apache/1.1b3 MrWidget/0.1-alpha 
 */

  ! #define SERVER_VERSION Apache/1.1.0-dev /* SEE COMMENTS ABOVE */

#define SERVER_PROTOCOL HTTP/1.0
#define SERVER_SUPPORT http://www.apache.org/;