You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2001/01/21 01:29:47 UTC

cvs commit: apache-1.3/src/include httpd.h

jim         01/01/20 16:29:46

  Modified:    .        STATUS
               src/include httpd.h
  Log:
  We are officially 1.3.15
  
  Revision  Changes    Path
  1.898     +3 -6      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.897
  retrieving revision 1.898
  diff -u -r1.897 -r1.898
  --- STATUS	2001/01/20 00:21:00	1.897
  +++ STATUS	2001/01/21 00:29:46	1.898
  @@ -1,13 +1,10 @@
     1.3 STATUS:
  -  Last modified at [$Date: 2001/01/20 00:21:00 $]
  +  Last modified at [$Date: 2001/01/21 00:29:46 $]
   
   Release:
   
  -    1.3.15-dev: Jim offers to be RM.
  -            Status: We are in code-freeze and ready to roll.
  -	    Plan is to tag/roll on Jan 20th with a release
  -	    on the 22nd/23rd (depending on ApacheCon planners
  -	    meeting availability).
  +    1.3.15: Tagged and Rolled Jan 20, 2001. Released and
  +            Announced Jan 22/23, 2001.
       1.3.14: Tagged & Rolled Oct 10, 2000.  Released and
               announced Oct 13, 2000. 
       1.3.13: Not released. Pulled in the "first minutes" due to
  
  
  
  1.329     +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.328
  retrieving revision 1.329
  diff -u -r1.328 -r1.329
  --- httpd.h	2001/01/15 17:04:37	1.328
  +++ httpd.h	2001/01/21 00:29:46	1.329
  @@ -430,7 +430,7 @@
   
   #define SERVER_BASEVENDOR   "Apache Group"
   #define SERVER_BASEPRODUCT  "Apache"
  -#define SERVER_BASEREVISION "1.3.15-dev"
  +#define SERVER_BASEREVISION "1.3.15"
   #define SERVER_BASEVERSION  SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
   
   #define SERVER_PRODUCT  SERVER_BASEPRODUCT
  @@ -451,7 +451,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 10315000
  +#define APACHE_RELEASE 10315100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT