cvs commit: modperl-docs/src/docs/1.0/os/win32 install.pod

2003-08-22 Thread gozer
gozer   2003/08/21 13:09:47

  Modified:src/docs/1.0/os/win32 install.pod
  Log:
  line containing nothing but whitespace was breaking layout
  
  Revision  ChangesPath
  1.28  +1 -1  modperl-docs/src/docs/1.0/os/win32/install.pod
  
  Index: install.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/install.pod,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- install.pod   18 Aug 2003 20:04:02 -  1.27
  +++ install.pod   21 Aug 2003 20:09:47 -  1.28
  @@ -90,7 +90,7 @@
   If you're building Apache yourself from sources, make sure to
   obtain the I archive, which has the necessary
   VC++ makefiles.
  - 
  +
   =head2 Building with MS Developer Studio
   
   =over 3
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/docs/2.0/devel/porting porting.pod

2003-08-22 Thread geoff
geoff   2003/08/22 12:17:36

  Modified:src/docs/2.0/devel/porting porting.pod
  Log:
  remove support for httpd 2.0.45/apr 0.9.3 and lower.
  httpd 2.0.46 is now the minimum supported version.
  Submitted by: geoff
  Reviewed by:  stas
  
  Revision  ChangesPath
  1.15  +2 -2  modperl-docs/src/docs/2.0/devel/porting/porting.pod
  
  Index: porting.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/porting/porting.pod,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- porting.pod   11 Apr 2003 05:19:53 -  1.14
  +++ porting.pod   22 Aug 2003 19:17:36 -  1.15
  @@ -29,14 +29,14 @@
   
 #include ap_mmn.h
 /* ... */
  -  #if AP_MODULE_MAGIC_AT_LEAST(20020329,1)
  +  #if AP_MODULE_MAGIC_AT_LEAST(20020903,3)
 /* 2.0 code */
 #else
 /* 1.0 code */
 #endif
   
   The C<20020329.1> is the value of the magic version number matching
  -Apache 2.0.36, the earliest Apache version supported by mod_perl 2.0.
  +Apache 2.0.46, the earliest Apache version supported by mod_perl 2.0.
   
   =head1 Thread Safety
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]