richter     00/03/28 23:06:27

  Modified:    embperl  Changes.pod.1.html index.html
  Log:
  Embperl Webpages - Changes
  
  Revision  Changes    Path
  1.138     +17 -2     modperl-site/embperl/Changes.pod.1.html
  
  Index: Changes.pod.1.html
  ===================================================================
  RCS file: /home/cvs/modperl-site/embperl/Changes.pod.1.html,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- Changes.pod.1.html        2000/03/27 18:35:53     1.137
  +++ Changes.pod.1.html        2000/03/29 07:06:27     1.138
  @@ -18,7 +18,7 @@
     <blockquote>
   [<a href="index.html">HOME</a>]&nbsp;&nbsp; [<a 
href="Changes.pod.cont.html">CONTENT</a>]&nbsp;&nbsp; [<a 
href="Changes.pod.cont.html">PREV (Revision History - Content)</a>]&nbsp;&nbsp; [<a 
href="Changes.pod.2.html">NEXT (1.3b2 (BETA) 11. Feb 2000)</a>]&nbsp;&nbsp; <br><hr>
   <P>
  -Last Update: Mon Mar 27 20:35:38 2000 (MET)
  +Last Update: Wed Mar 29 09:06:53 2000 (MET)
   
   <P>
   NOTE: This version is only available via <A HREF="CVS.pod.1.html#INTRO">"CVS"</A>
  @@ -26,12 +26,27 @@
   
   
   <P>
  -<PRE>   - Fixed a bug that Execute will always fail when $@ was set before.
  +<PRE>   - Fixed SIGSEGV which occurs in cleanup with Perl 5.6. Spotted by 
  +     Aaron Johnson.
  +   - Changed make test so it works correctly with new error messages of
  +     Perl 5.6. 
  +   - Fixed a bug that Execute will always fail when $@ was set before.
        Patch from Francis J. Lacoste.
      - Changed test so it accpects charset in Content-Type header from
        Apache 1.3.12
      - The outputfile parameter now also works when running under 
        mod_perl. Spotted by Ilia Lobsanov.
  +   - Makefile.PL warns if you build with a DSO mod_perl &lt; 1.22
  +   - make test checks that test files are readable by Apache. 
  +   - Applied a patch from Jens-Uwe Magner to make Embperl work
  +     with mod_perl 1.22 on AIX. We now require mod_perl 1.22,
  +     but I should now work as DSO and staticly linked.
  +   - Applied a patch from Francis J. Lacoste that makes sure
  +     that when a package name is given the file is always compiled
  +     into this package. Note: This means that if you specify a
  +     packagename and the packagename differs from request to
  +     request, the page is compiled for every package and therfore
  +     consuming memory on every request. 
   </PRE>
   <p>[<a href="index.html">HOME</a>]&nbsp;&nbsp; [<a 
href="Changes.pod.cont.html">CONTENT</a>]&nbsp;&nbsp; [<a 
href="Changes.pod.cont.html">PREV (Revision History - Content)</a>]&nbsp;&nbsp; [<a 
href="Changes.pod.2.html">NEXT (1.3b2 (BETA) 11. Feb 2000)</a>]&nbsp;&nbsp; <br>
       <font 
color="#808080">___________________________________________________________________________________<br>
  
  
  
  1.86      +0 -0      modperl-site/embperl/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/modperl-site/embperl/index.html,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- index.html        2000/03/27 18:35:53     1.85
  +++ index.html        2000/03/29 07:06:27     1.86
  @@ -267,7 +267,7 @@
   <blockquote>
     <p><font color="#808080" size=1><hr>
     HTML::Embperl - Copyright (c) 1997-2000 Gerald Richter / ECOS 
&lt;[EMAIL PROTECTED]&gt;
  -  Last Update $Id: index.html,v 1.85 2000/03/27 18:35:53 richter Exp $</font></p>   
 
  +  Last Update $Id: index.html,v 1.86 2000/03/29 07:06:27 richter Exp $</font></p>   
 
   </blockquote>
   </td></tr><!--msnavigation--></table></body>
   </html>
  
  
  

Reply via email to