fielding    99/01/09 22:45:38

  Modified:    .        STATUS
               src/include httpd.h
               src/os/win32 registry.c
  Log:
  Ready to roll 1.3.4.  Update to new APACHE_RELEASE definition.
  
  Revision  Changes    Path
  1.597     +2 -15     apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.596
  retrieving revision 1.597
  diff -u -r1.596 -r1.597
  --- STATUS    1999/01/08 22:37:02     1.596
  +++ STATUS    1999/01/10 06:45:33     1.597
  @@ -1,9 +1,9 @@
     1.3 STATUS:
  -  Last modified at [$Date: 1999/01/08 22:37:02 $]
  +  Last modified at [$Date: 1999/01/10 06:45:33 $]
   
   Release:
   
  -    1.3.4-dev: current.
  +    1.3.4: current.
              Tarball planned for Saturday afternoon PST, Roy is RM
              Release planned for Monday, January 11.
   
  @@ -45,8 +45,6 @@
   
   Documentation that needs writing:
   
  -    * Document compilation on Win95 and NT
  -
       * Need a document explaining mod_rewrite/"UseCanonicalName off" based
         virtualhosting.  (If it exists already I can't find it easily.)
         => It still doesn't exists but I've already assembled the relevant
  @@ -163,17 +161,6 @@
   
       * Official retirement of 1.2; when?  Ken suggests as of 1.3.4.
        Status: Ken +1
  -
  -    * Redefine APACHE_RELEASE. Add another 'bit' to signify whether
  -      it's a beta or final release. Maybe 'MMNNFFRBB' which means:
  -        MM: Major release #
  -     NN: Minor release #
  -     FF: "fix" level
  -     R:  0 if beta, 1 if final release
  -     BB: beta number
  -
  -      See: <[EMAIL PROTECTED]>
  -      Status: Jim +1, Ben +1, Martin +1, Ralf +1
   
       * Someone other than Dean has to do a security/correctness review on
         psprintf(), bprintf(), and ap_snprintf().  In particular these routines
  
  
  
  1.263     +4 -5      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.262
  retrieving revision 1.263
  diff -u -r1.262 -r1.263
  --- httpd.h   1999/01/09 00:21:33     1.262
  +++ httpd.h   1999/01/10 06:45:35     1.263
  @@ -415,7 +415,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.4-dev"       /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.4"       /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -427,12 +427,11 @@
   API_EXPORT(void) ap_add_version_component(const char *component);
   API_EXPORT(const char *) ap_get_server_built(void);
   
  -/* Numeric release version identifier: major minor bugfix betaseq
  +/* Numeric release version identifier: MMNNFFRBB: major minor fix final beta
    * Always increases along the same track as the source branch.
  - * For a final release, 'betaseq' should be set to '99'.
  - * For example, Apache 1.4.2 should be '1040299'
  + * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
    */
  -#define APACHE_RELEASE 1030401
  +#define APACHE_RELEASE 10304100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.13      +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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- registry.c        1998/10/07 10:18:18     1.12
  +++ registry.c        1999/01/10 06:45:37     1.13
  @@ -28,7 +28,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.4 dev"
  +#define VERSION  "1.3.4"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  

Reply via email to