richter     02/03/18 12:23:46

  Modified:    .        Tag: Embperl2c Changes.pod Embperl.pm MANIFEST
               test/conf Tag: Embperl2c httpd.conf.src
  Log:
  fix problem that test requires mod_log_config
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.129.4.54 +8 -0      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.129.4.53
  retrieving revision 1.129.4.54
  diff -u -r1.129.4.53 -r1.129.4.54
  --- Changes.pod       13 Mar 2002 11:44:28 -0000      1.129.4.53
  +++ Changes.pod       18 Mar 2002 20:23:44 -0000      1.129.4.54
  @@ -1,5 +1,13 @@
   =pod
   
  +=head1 2.0b7
  +
  +   - Fixed bug in mail syntax and Embperl::Mail reported by Jan Kyncl.
  +   - Removed LogFormat and CustsomLog from test config, so mod_log_config
  +     is not required for make test. Reported by Jochen Topf.
  +   - Removed EmbperlObject.pm from MANIFEST, since it was replaced by
  +     Embperl/Object.pm.
  +
   =head1 2.0b6 (BETA) 13. Mar. 2002
   
      - Embperl have move from the namespace HTML::Embperl to Embperl.
  
  
  
  1.118.4.99 +2 -2      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.118.4.98
  retrieving revision 1.118.4.99
  diff -u -r1.118.4.98 -r1.118.4.99
  --- Embperl.pm        12 Mar 2002 09:33:10 -0000      1.118.4.98
  +++ Embperl.pm        18 Mar 2002 20:23:44 -0000      1.118.4.99
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: Embperl.pm,v 1.118.4.98 2002/03/12 09:33:10 richter Exp $
  +#   $Id: Embperl.pm,v 1.118.4.99 2002/03/18 20:23:44 richter Exp $
   #
   ###################################################################################
   
  @@ -46,7 +46,7 @@
   
   @ISA = qw(Exporter DynaLoader);
   
  -$VERSION = '2.0b6' ;
  +$VERSION = '2.0b7_dev-1' ;
   
   $modperl = $ENV{MOD_PERL} ;
   
  
  
  
  1.50.4.41 +0 -1      embperl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/embperl/MANIFEST,v
  retrieving revision 1.50.4.40
  retrieving revision 1.50.4.41
  diff -u -r1.50.4.40 -r1.50.4.41
  --- MANIFEST  13 Mar 2002 11:44:28 -0000      1.50.4.40
  +++ MANIFEST  18 Mar 2002 20:23:44 -0000      1.50.4.41
  @@ -44,7 +44,6 @@
   Embperl/Util.pm
   EmbperlD.pod
   EmbperlLogo.gif
  -EmbperlObject.pm
   Embperl_BS
   Faq.pod
   Features.pod
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.24.4.57 +4 -2      embperl/test/conf/httpd.conf.src
  
  Index: httpd.conf.src
  ===================================================================
  RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
  retrieving revision 1.24.4.56
  retrieving revision 1.24.4.57
  diff -u -r1.24.4.56 -r1.24.4.57
  --- httpd.conf.src    13 Mar 2002 11:44:29 -0000      1.24.4.56
  +++ httpd.conf.src    18 Mar 2002 20:23:46 -0000      1.24.4.57
  @@ -64,7 +64,10 @@
   ResourceConfig conf/null
   TypesConfig conf/null
   LockFile tmp/httpd.lock
  -LogFormat \"%h %l %u %t \\"%r\\" %s %b %{connection}o pid=%P %Tsec\" std
  +
  +# needs mod_log_config
  +#CustomLog tmp/httpd.acc.log std
  +#LogFormat \"%h %l %u %t \\"%r\\" %s %b %{connection}o pid=%P %Tsec\" std
   
   
   EOD
  @@ -511,7 +514,6 @@
   
   
   
  -CustomLog tmp/httpd.acc.log std
   
   ### misc ###
   
  
  
  

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

Reply via email to