fielding    99/01/09 23:49:00

  Modified:    .        STATUS
               src      CHANGES Configure
               src/include httpd.h
               src/os/win32 registry.c
  Log:
  Bump all of the version numbers to 1.3.5-dev
  
  Revision  Changes    Path
  1.598     +7 -4      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.597
  retrieving revision 1.598
  diff -u -r1.597 -r1.598
  --- STATUS    1999/01/10 06:45:33     1.597
  +++ STATUS    1999/01/10 07:48:55     1.598
  @@ -1,11 +1,14 @@
     1.3 STATUS:
  -  Last modified at [$Date: 1999/01/10 06:45:33 $]
  +  Last modified at [$Date: 1999/01/10 07:48:55 $]
   
   Release:
   
  -    1.3.4: current.
  -           Tarball planned for Saturday afternoon PST, Roy is RM
  -           Release planned for Monday, January 11.
  +    1.3.5-dev: current.
  +
  +    1.3.4: Tagged and rolled on Jan. 9.  Release planned for Monday, 11th.
  +       NEED signature(s) on tarballs
  +       NEED binary and installation for Win32
  +       Tarball Tested Platforms:
   
       1.3.3: Tagged and rolled on Oct. 7.  Released on 9th, announced on 10th.
       1.3.2: Tagged and rolled on Sep. 21. Announced and released on 23rd.
  
  
  
  1.1211    +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1210
  retrieving revision 1.1211
  diff -u -r1.1210 -r1.1211
  --- CHANGES   1999/01/10 05:55:01     1.1210
  +++ CHANGES   1999/01/10 07:48:57     1.1211
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3.5
  +
   Changes with Apache 1.3.4
   
     *) Renamed macros status_drops_connection to ap_status_drops_connection
  
  
  
  1.322     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.321
  retrieving revision 1.322
  diff -u -r1.321 -r1.322
  --- Configure 1999/01/09 14:24:51     1.321
  +++ Configure 1999/01/10 07:48:57     1.322
  @@ -1565,7 +1565,7 @@
        #    select the special subtarget for shared core generation
        SUBTARGET=target_shared
        #    determine additional suffixes for libhttpd.so
  -     V=1 R=3 P=4
  +     V=1 R=3 P=5
        if [ "$SHLIB_SUFFIX_DEPTH" = "0" ]; then
            SHLIB_SUFFIX_LIST=""
        fi
  
  
  
  1.264     +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.263
  retrieving revision 1.264
  diff -u -r1.263 -r1.264
  --- httpd.h   1999/01/10 06:45:35     1.263
  +++ httpd.h   1999/01/10 07:48:59     1.264
  @@ -415,7 +415,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.4"       /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.5-dev"        /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -431,7 +431,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 10304100
  +#define APACHE_RELEASE 10305000
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.14      +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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- registry.c        1999/01/10 06:45:37     1.13
  +++ registry.c        1999/01/10 07:49:00     1.14
  @@ -28,7 +28,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.4"
  +#define VERSION  "1.3.5 dev"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  

Reply via email to