coar        99/07/29 15:58:36

  Modified:    src      CHANGES Configure
               src/include httpd.h
               src/os/win32 registry.c
  Log:
        Apache 1.3.7 rolled, 1.3.8-dev now the development version.
  
  Revision  Changes    Path
  1.1404    +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1403
  retrieving revision 1.1404
  diff -u -r1.1403 -r1.1404
  --- CHANGES   1999/07/29 22:21:50     1.1403
  +++ CHANGES   1999/07/29 22:58:09     1.1404
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3.8
  +
   Changes with Apache 1.3.7
   
     *) The "Vary" response header field is now sanitised right before
  
  
  
  1.364     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.363
  retrieving revision 1.364
  diff -u -r1.363 -r1.364
  --- Configure 1999/07/24 18:48:21     1.363
  +++ Configure 1999/07/29 22:58:10     1.364
  @@ -1687,7 +1687,7 @@
        #    select the special subtarget for shared core generation
        SUBTARGET=target_shared
        #    determine additional suffixes for libhttpd.so
  -     V=1 R=3 P=7
  +     V=1 R=3 P=8
        if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
            SHLIB_SUFFIX_LIST=""
        fi
  
  
  
  1.288     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.287
  retrieving revision 1.288
  diff -u -r1.287 -r1.288
  --- httpd.h   1999/07/29 22:36:00     1.287
  +++ httpd.h   1999/07/29 22:58:23     1.288
  @@ -419,7 +419,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.7"    /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.8-dev"        /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -435,7 +435,7 @@
    * Always increases along the same track as the source branch.
    * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
    */
  -#define APACHE_RELEASE 10307100
  +#define APACHE_RELEASE 10308000
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.22      +1 -1      apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- registry.c        1999/07/29 22:36:17     1.21
  +++ registry.c        1999/07/29 22:58:30     1.22
  @@ -38,7 +38,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.7"
  +#define VERSION  "1.3.8 dev"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  

Reply via email to