jim         00/02/23 15:06:39

  Modified:    src      CHANGES Configure
               src/include httpd.h
               src/os/win32 registry.c
  Log:
  And bump up to 1.3.13
  
  Revision  Changes    Path
  1.1516    +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1515
  retrieving revision 1.1516
  diff -u -r1.1515 -r1.1516
  --- CHANGES   2000/02/23 12:44:55     1.1515
  +++ CHANGES   2000/02/23 23:06:35     1.1516
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3.13
  +
   Changes with Apache 1.3.12
   
     *) Only OS/2 requires the addition "t" flag for ap_pfopen()
  
  
  
  1.394     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.393
  retrieving revision 1.394
  diff -u -r1.393 -r1.394
  --- Configure 2000/02/06 01:27:19     1.393
  +++ Configure 2000/02/23 23:06:36     1.394
  @@ -1782,7 +1782,7 @@
        #    select the special subtarget for shared core generation
        SUBTARGET=target_shared
        #    determine additional suffixes for libhttpd.so
  -     V=1 R=3 P=12
  +     V=1 R=3 P=13
        if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
            SHLIB_SUFFIX_LIST=""
        fi
  
  
  
  1.307     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.306
  retrieving revision 1.307
  diff -u -r1.306 -r1.307
  --- httpd.h   2000/02/23 23:01:33     1.306
  +++ httpd.h   2000/02/23 23:06:37     1.307
  @@ -427,7 +427,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.12"   /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.13-dev"       /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -443,7 +443,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 10312100
  +#define APACHE_RELEASE 10313000
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.32      +1 -1      apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- registry.c        2000/02/23 23:01:34     1.31
  +++ registry.c        2000/02/23 23:06:38     1.32
  @@ -38,7 +38,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.12"
  +#define VERSION  "1.3.13 dev"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  

Reply via email to