You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2002/11/26 22:24:13 UTC

cvs commit: httpd-python/src/include mpversion.h

grisha      2002/11/26 13:24:13

  Modified:    .        NEWS
               Doc      modpython.tex
               src/include mpversion.h
  Log:
  3.0.1 release
  
  Revision  Changes    Path
  1.56      +4 -0      httpd-python/NEWS
  
  Index: NEWS
  ===================================================================
  RCS file: /home/cvs/httpd-python/NEWS,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- NEWS	28 Nov 2001 05:31:47 -0000	1.55
  +++ NEWS	26 Nov 2002 21:24:13 -0000	1.56
  @@ -1,3 +1,7 @@
  +Nov 26 2002 -   3.0.1 is about to be released. This was file has not been
  +                updated during the 3.0 development because of too many
  +                things changing.
  +
   Nov 28 2001 -	Now compiles against Apache 2.0.28
   
   Nov  6 2001 -	More internal changes. Bugs from previous change, cleaner
  
  
  
  1.18      +2 -2      httpd-python/Doc/modpython.tex
  
  Index: modpython.tex
  ===================================================================
  RCS file: /home/cvs/httpd-python/Doc/modpython.tex,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- modpython.tex	30 Oct 2002 15:17:30 -0000	1.17
  +++ modpython.tex	26 Nov 2002 21:24:13 -0000	1.18
  @@ -11,8 +11,8 @@
   }
   
   % do not mess with the 2 lines below, they are written by make dist
  -\release{3.0-BETA4}
  -\date{October 30, 2002}
  +\release{3.0.1}
  +\date{November 26, 2002}
   
   \makeindex			% tell \index to actually write the .idx file
   \makemodindex			% If this contains a lot of module sections.
  
  
  
  1.14      +2 -2      httpd-python/src/include/mpversion.h
  
  Index: mpversion.h
  ===================================================================
  RCS file: /home/cvs/httpd-python/src/include/mpversion.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mpversion.h	30 Oct 2002 15:17:30 -0000	1.13
  +++ mpversion.h	26 Nov 2002 21:24:13 -0000	1.14
  @@ -1,5 +1,5 @@
   #define MPV_MAJOR 3
   #define MPV_MINOR 0
  -#define MPV_PATCH 0
  +#define MPV_PATCH 1
   #define MPV_BUILD 0
  -#define MPV_STRING "3.0-BETA4"
  +#define MPV_STRING "3.0.1"