You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ri...@apache.org on 2023/11/24 21:28:27 UTC

svn commit: r1914099 [27/37] - in /perl/site/embperl: ./ de/ de/images/ de/pod/ de/pod/doc/ de/pod/doc/EmbperlRecipe/ de/pod/doc/EmbperlSyntax/ de/pod/intro/ de/pod/list/ en/ en/images/ en/pod/ en/pod/doc/ en/pod/doc/By calling Embperl/ en/pod/doc/Embp...

Modified: perl/site/embperl/pod/Changes.-page-24-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-24-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-24-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-24-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,53 +303,35 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.0b1 (BETA)  22. Dec 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-23-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 2.0b2 (BETA)  29. Mar 2001 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.0b2 (BETA)  29. Mar 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-23-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 2.0b3 (BETA) 9. July 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-25-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.4 (RELEASE)   5. Dec 2001 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Syntax of Embperl is now defined in module HTML::Embperl::Syntax
-   - Processing of Embperl is now divided in smaller steps:
-        1 reading the source
-        2 parseing 
-        3 compiling 
-        4 executing
-        5 outputing
-     Since steps 1-3 has only to take place for the first time a file
-     is processed, Embperl is about 50-100% faster the Embperl 1.x.
-     (Embperl 1.x has also precompiled the Perl code, but Embperl
-     goes much further and stores also a precompiled structure of
-     the document)
-     This modularisation will also allow to replace single steps
-     with other modules and to cascade multiple processors, that
-     work on one document.
-   - The following options can currently only set from the httpd.conf:
-     optRawInput, optKeepSpaces
-   - The following options are currently not supported:
-     optDisableHtmlScan, optDisableTableScan,
-     optDisableInputScan, optDisableMetaScan 
-   - Nesting must be properly. I.e. you cannot put a &lt;table&gt; tag (for an
-     dynamic table) inside an if and the &lt;/table&gt; inside another if.
-     (That still works for static tables)
-   - optUndefToEmptyValue is always set and cannot be disabled.
-   - [$ foreach $x (@x) $] requires now the bracket around the
-     array (like Perl)
-   - [* *] blocks works now as expected.
-   - option tag can take value optional from html text, so 
-     &lt;option value="foo"&gt; and &lt;option&gt;foo&lt;/option&gt; are the same
-   - Execute ('file.htm#subname') works now without a previous
-     import
-   - Added cacheing of output. There are serveral parameters that
-     controls the caching. They can be either given as configuration
-     directives in httpd.conf, as parameters to Execute or as
-     Perl vars/subs inside a [! !] of the page itself.
-   - [+ +] blocks must now contain a valid Perl expression. Embperl 1.x
-     allows you to put multiple statements into such a block. For performance
-     reasons this is not possible anymore. Also the expression must _not_
-     terminated with a semikolon. To let old code work, just wrap it into a do
-     e.g. [+ do { my $a = $b + 5 ; $a } +]</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-23-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 2.0b2 (BETA)  29. Mar 2001 ]
+                                [ Next: 2.0b1 (BETA)  22. Dec 2000 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Embperl files can now debugged via the interavtive debugger.
+     The debugger shows the Embperl page source along with the
+     correct linenumbers. 
+     This works in various ways:
+        # perl interacive command line debugger
+        perl -d embpexec.pl file.epl  
+        # ddd graphical debugger (https://www.gnu.org/software/ddd/)
+        ddd --debugger 'perl -d embpexec.pl file.epl'
+        or via Apache::DB under mod_perl
+   - Embperl has now a defined API for creating/adding a new
+     syntax. See perldoc HTML::Embperl::Syntax for details.
+   - Which syntax (also multiple at the same time) 
+     a given page uses can be defined via EMBPERL_SYNTAX configuration
+     directive.
+   - Added Syntax definitions for SSI, Perl and plain Text
+   - New [$ syntax $] metacommand can switch the syntax of the file
+     on the fly. It's also usefull to load addtional taglibs.
+   - print OUT works again
+   - HTML comments are not touched anymore
+   - Embperl doesn't log a warning if a undefined value is in %ENV and
+     dbgEnv is on.
+   - 2.0b2 now contains all contains all changes up to 1.3.2 .</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-23-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 2.0b3 (BETA) 9. July 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-25-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.4 (RELEASE)   5. Dec 2001 &gt;&gt; ]
+                                [ Next: 2.0b1 (BETA)  22. Dec 2000 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-25-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-25-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-25-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-25-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,57 +303,53 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.4 (RELEASE)   5. Dec 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-24-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 2.0b1 (BETA)  22. Dec 2000 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.0b1 (BETA)  22. Dec 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-24-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 2.0b2 (BETA)  29. Mar 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-26-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.3 (RELEASE)   6. Juni 2001 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Added method $r -&gt; Espace for html &amp; url escaping
-   - URL escpage # to %23
-   - use Content-Length HTTP Header instead of $ENV{CONTENT_LENGTH}
-     when running under mod_perl and win32. This fixes a bug
-     with POSTed data reported by Lukas Zapletal.
-   - Display correct Apache module name in Makefile.PL when
-     requesting path for Apache module. Patch from James Lee.
-   - New session handling using Apache::SessionX. (This also
-     fixes problem with MD5 and Perl 5.6.1)
-   - Fixed a bug that cause file-uploads to fail for the first 
-     request to a file when running under EmbperlObject. Reported
-     by Thoren Johne.
-   - Added possibilities to add the session id as argument to any URL,
-     instead of using cookies.
-   - Added new hash %sdat which holds temporary sessins data.
-   - Added options optAddUserSessionToLinks, optAddStatusSessionToLinks
-     and optNoSessionCookies to control how the session id is passed.
-   - Make sure the HTML::Embperl::Mail generates correct line endings
-   - If Perl's STDOUT and/or STDIN are tied to any package, Embperl now
-     calls the Perl methods PRINT and READ for doing I/O. This currently
-     only works when not running under mod_perl.
-   - Embperl can now run under FastCGI. Use embpfastcgi.pl instead of
-     embpcgi.pl.
-   - Delete unnecessary PerlFixupHandler from httpd.conf.src for make test.
-     Reported by David Merberg.      
-   - Add undef to %idat for select tag with nothing selected if
-     optAllFormdata is set.
-   - Cleanup of DBIx::Recordset objects now honors the setting in %CLEANUP.
-     Problem reported by Kee Hinckley.
-   - Embperl can now use encrypted sourcefiles. See crypto/README for
-     details.
-   - Embperl can now be installed as Apache and non Apache version on the
-     same system. This is neccessary to work on Windows in- and outside of
-     Apache.
-   - Fixed a linkage problem with symbol embperl_module, first reported
-     by GustavKristoffer Ek.
-   - error message now always contain a filename.
-   - Added optShowBacktrace to enable backtrace of filename in error messages
-   - Removed obsolete debug flags dbgDisableCache, dbgWatchScalar,
-     dbgEarlyHttpHeader
-   - Fixed problem with changing to page directory on win32. Reported by
-     Hans de Groot.
-   - Fixed problems with mod_perl environement handling with ActiveState Perl 
-     on win32.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-24-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 2.0b1 (BETA)  22. Dec 2000 ]
+                                [ Next: 1.3.4 (RELEASE)   5. Dec 2001 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Syntax of Embperl is now defined in module HTML::Embperl::Syntax
+   - Processing of Embperl is now divided in smaller steps:
+        1 reading the source
+        2 parseing 
+        3 compiling 
+        4 executing
+        5 outputing
+     Since steps 1-3 has only to take place for the first time a file
+     is processed, Embperl is about 50-100% faster the Embperl 1.x.
+     (Embperl 1.x has also precompiled the Perl code, but Embperl
+     goes much further and stores also a precompiled structure of
+     the document)
+     This modularisation will also allow to replace single steps
+     with other modules and to cascade multiple processors, that
+     work on one document.
+   - The following options can currently only set from the httpd.conf:
+     optRawInput, optKeepSpaces
+   - The following options are currently not supported:
+     optDisableHtmlScan, optDisableTableScan,
+     optDisableInputScan, optDisableMetaScan 
+   - Nesting must be properly. I.e. you cannot put a &lt;table&gt; tag (for an
+     dynamic table) inside an if and the &lt;/table&gt; inside another if.
+     (That still works for static tables)
+   - optUndefToEmptyValue is always set and cannot be disabled.
+   - [$ foreach $x (@x) $] requires now the bracket around the
+     array (like Perl)
+   - [* *] blocks works now as expected.
+   - option tag can take value optional from html text, so 
+     &lt;option value="foo"&gt; and &lt;option&gt;foo&lt;/option&gt; are the same
+   - Execute ('file.htm#subname') works now without a previous
+     import
+   - Added cacheing of output. There are serveral parameters that
+     controls the caching. They can be either given as configuration
+     directives in httpd.conf, as parameters to Execute or as
+     Perl vars/subs inside a [! !] of the page itself.
+   - [+ +] blocks must now contain a valid Perl expression. Embperl 1.x
+     allows you to put multiple statements into such a block. For performance
+     reasons this is not possible anymore. Also the expression must _not_
+     terminated with a semikolon. To let old code work, just wrap it into a do
+     e.g. [+ do { my $a = $b + 5 ; $a } +]</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-24-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 2.0b2 (BETA)  29. Mar 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-26-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.3 (RELEASE)   6. Juni 2001 &gt;&gt; ]
+                                [ Next: 1.3.4 (RELEASE)   5. Dec 2001 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-26-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-26-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-26-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-26-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,30 +303,57 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.3 (RELEASE)   6. Juni 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-25-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.4 (RELEASE)   5. Dec 2001 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.4 (RELEASE)   5. Dec 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-25-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 2.0b1 (BETA)  22. Dec 2000 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-27-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.2 (RELEASE)   16 May. 2001 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - fixes problem with cleanup and Perl 5.6.0+ which broke
-     session management. Spotted by Lukas Zapletal and Andy Lim.
-   - Improved Makefile.PL to catche more setup situation on
-     Win 32.
-   - Make $r -&gt; Error settable to be able to reset Embperl's
-     internal error flag.     
-   - workaround for $r -&gt; chdir_file not working correctly inside
-     of Apache::Registry with ActiveState Perl, which caused
-     make test to fail.
-   - fixed SIGSEGVs that could occur on rare situations when
-     multiple file not found errors are reported.
-   - fixed problem with wrong setup of Content-Length header
-     when running in CGI mode, with escmode = 0. Spotted by
-     Edwin Ramirez.
-   - fixed problem with nested dynamic tables and Execute.
-   - added correct errror message for rcNotCompiledForModPerl.
-     Spotted by Scott Chapman.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-25-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.4 (RELEASE)   5. Dec 2001 ]
+                                [ Next: 1.3.3 (RELEASE)   6. Juni 2001 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Added method $r -&gt; Espace for html &amp; url escaping
+   - URL escpage # to %23
+   - use Content-Length HTTP Header instead of $ENV{CONTENT_LENGTH}
+     when running under mod_perl and win32. This fixes a bug
+     with POSTed data reported by Lukas Zapletal.
+   - Display correct Apache module name in Makefile.PL when
+     requesting path for Apache module. Patch from James Lee.
+   - New session handling using Apache::SessionX. (This also
+     fixes problem with MD5 and Perl 5.6.1)
+   - Fixed a bug that cause file-uploads to fail for the first 
+     request to a file when running under EmbperlObject. Reported
+     by Thoren Johne.
+   - Added possibilities to add the session id as argument to any URL,
+     instead of using cookies.
+   - Added new hash %sdat which holds temporary sessins data.
+   - Added options optAddUserSessionToLinks, optAddStatusSessionToLinks
+     and optNoSessionCookies to control how the session id is passed.
+   - Make sure the HTML::Embperl::Mail generates correct line endings
+   - If Perl's STDOUT and/or STDIN are tied to any package, Embperl now
+     calls the Perl methods PRINT and READ for doing I/O. This currently
+     only works when not running under mod_perl.
+   - Embperl can now run under FastCGI. Use embpfastcgi.pl instead of
+     embpcgi.pl.
+   - Delete unnecessary PerlFixupHandler from httpd.conf.src for make test.
+     Reported by David Merberg.      
+   - Add undef to %idat for select tag with nothing selected if
+     optAllFormdata is set.
+   - Cleanup of DBIx::Recordset objects now honors the setting in %CLEANUP.
+     Problem reported by Kee Hinckley.
+   - Embperl can now use encrypted sourcefiles. See crypto/README for
+     details.
+   - Embperl can now be installed as Apache and non Apache version on the
+     same system. This is neccessary to work on Windows in- and outside of
+     Apache.
+   - Fixed a linkage problem with symbol embperl_module, first reported
+     by GustavKristoffer Ek.
+   - error message now always contain a filename.
+   - Added optShowBacktrace to enable backtrace of filename in error messages
+   - Removed obsolete debug flags dbgDisableCache, dbgWatchScalar,
+     dbgEarlyHttpHeader
+   - Fixed problem with changing to page directory on win32. Reported by
+     Hans de Groot.
+   - Fixed problems with mod_perl environement handling with ActiveState Perl 
+     on win32.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-25-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 2.0b1 (BETA)  22. Dec 2000 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-27-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.2 (RELEASE)   16 May. 2001 &gt;&gt; ]
+                                [ Next: 1.3.3 (RELEASE)   6. Juni 2001 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-27-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-27-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-27-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-27-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,54 +303,30 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.2 (RELEASE)   16 May. 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-26-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.3 (RELEASE)   6. Juni 2001 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.3 (RELEASE)   6. Juni 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-26-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.4 (RELEASE)   5. Dec 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-28-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.1 (RELEASE)   13 Feb. 2001 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Emulate the syntax =&gt; Text parameter of Embperl 2.0, which allows 
-     to include pure text files any without interpretation. Requested
-     by Kee Hinckley.
-   - Fixed problem with corrupted @ISA, that had occured when a page was
-     first requested without EmbperlObject and then with EmbperlObject.
-   - Catch exceptions inside of Embperl.pm and correctly cleanup the
-     request. This avoids problems in further request in case anything
-     was really going wrong.
-   - If the base template in an EmbperlObject request is requested
-     directly the Execute ('*') does nothing, to avoid
-     endless recursion.
-   - Fixed bug in SetSessionCookie which had called undefined method 
-     getinitalid.  Spotted by Sun Choi.
-   - Removed wrong expire setting from SetSessionCookie, spotted 
-     by Michael Stevens.
-   - Additions to IntroEmbperlObject.pod by Neil Gunton.
-   - ';' is now accepcted as separator for query strings addtionaly
-     to the '&amp;' character. Patch from Brent A. Ellingson.
-   - ';' is now escaped to %3B when outputed inside a URL.
-   - Embperl is now added to the Serversoftware identification when 
-     preloaded under mod_perl.
-   - adapted make test to Perl 5.6.1 and 5.7.1 so now it passes sucessfully.
-   - fixed problem with cleanup in threaded Perl 5.6.1 and higher
-   - added pod documentation to embperl.pl. Patch from Angus Lees.
-   - %http_headers_out can take now array refs as elements to set multiple
-     headers of the same value. Patch from Maxwell Krohn.
-   - Non module-documenations (like Intro.pod Faq.pod etc) now gets copied under
-     the correct directory and man pages are generated with the correct name
-     (e.g. perldoc HTML::Embperl::Intro works now after installation). Based
-     on an idea from Angus Lees.
-   - Makefile.PL enhancements for Apache/ActiveState binary distribution
-   - quote pathnames in Makefile to allow directories like "Program Files".
-     Spotted by Lukas Zapletal.
-   - Added epocgi.pl which allow use of EmbperlObject as CGI script.
-   - Added a dTHR to function CmdVar to make Embperl compile with threaded
-     Perl 5.005. Patch from Michael George III.
-   - EMBPERL_SESSION_ARGS can now accept pathes with spaces inside by quoteing
-     an argument e.g. PerlSetEnv EMBPERL_SESSION_ARGS "'Directory=/Session Files/'".
-     Spotted by Lukas Zapletal.
-   - Perl search path (@INC) in make test is set to abosulte paths to be independend
-     of directory changes that Apache might issue. Spotted by Randy Korbes.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-26-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.3 (RELEASE)   6. Juni 2001 ]
+                                [ Next: 1.3.2 (RELEASE)   16 May. 2001 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - fixes problem with cleanup and Perl 5.6.0+ which broke
+     session management. Spotted by Lukas Zapletal and Andy Lim.
+   - Improved Makefile.PL to catche more setup situation on
+     Win 32.
+   - Make $r -&gt; Error settable to be able to reset Embperl's
+     internal error flag.     
+   - workaround for $r -&gt; chdir_file not working correctly inside
+     of Apache::Registry with ActiveState Perl, which caused
+     make test to fail.
+   - fixed SIGSEGVs that could occur on rare situations when
+     multiple file not found errors are reported.
+   - fixed problem with wrong setup of Content-Length header
+     when running in CGI mode, with escmode = 0. Spotted by
+     Edwin Ramirez.
+   - fixed problem with nested dynamic tables and Execute.
+   - added correct errror message for rcNotCompiledForModPerl.
+     Spotted by Scott Chapman.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-26-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.4 (RELEASE)   5. Dec 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-28-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.1 (RELEASE)   13 Feb. 2001 &gt;&gt; ]
+                                [ Next: 1.3.2 (RELEASE)   16 May. 2001 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-28-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-28-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-28-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-28-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,41 +303,54 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.1 (RELEASE)   13 Feb. 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-27-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.2 (RELEASE)   16 May. 2001 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.2 (RELEASE)   16 May. 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-27-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.3 (RELEASE)   6. Juni 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-29-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.0 (RELEASE)   4 Dec. 2000 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Added new Introduction to EmbperlObject written by
-     Neil Gunton. See perldoc IntroEmbperlObject
-   - Added new Tips and Tricks pod written by
-     Neil Gunton. See perldoc TipsAndTricks. Anybody is invited
-     to send me their own Tips and Tricks!
-   - Added object and isa parameters to Execute, which allows to get an
-     object reference for a certain file and set the Perl inherence
-     hierachive. Ideas from Neil Gunton and Angus Lees.
-   - Corrected a problem that leads to very strange errors when an
-     Embperl sub is called from an in memory source (that is passed
-     via the Execute input parameter). Spotted by Neil Gunton.
-   - Make EmbperlObject work better with relative paths and drive letters
-     on Windows. Based on a patch from Freddy Vulto.
-   - Fixed a problem with the cache key, which could cause that the same
-     file is compiled within different packages.
-   - Fixed a problem that Embperl are in a wired state after an file upload
-     has been interrupted. Spotted by Dirk Lutzebaeck.
-   - Fixed a problem set @ISA is not correctly setup in case a file is
-     compiled in the same package as the base file of EmbperlObject.
-     Spotted by Neil Gunton.
-   - Fixed problem with including ../foo.html in EmbperlObject. Spotted
-     by Neil Gunton.
-   - Added warning if @ISA is not correctly setup/corrupted.
-   - Fixed a SIGSEGV that occurs when an reference to undef is returned
-     from a [+ +] inside a URL.
-   - Added warning to Makefile.PL, if File::Spec 0.82 isn't installed, which is
-     required by EmbperlObject.
-   - Fixed "use of undefined value" warning in make test      </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-27-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.2 (RELEASE)   16 May. 2001 ]
+                                [ Next: 1.3.1 (RELEASE)   13 Feb. 2001 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Emulate the syntax =&gt; Text parameter of Embperl 2.0, which allows 
+     to include pure text files any without interpretation. Requested
+     by Kee Hinckley.
+   - Fixed problem with corrupted @ISA, that had occured when a page was
+     first requested without EmbperlObject and then with EmbperlObject.
+   - Catch exceptions inside of Embperl.pm and correctly cleanup the
+     request. This avoids problems in further request in case anything
+     was really going wrong.
+   - If the base template in an EmbperlObject request is requested
+     directly the Execute ('*') does nothing, to avoid
+     endless recursion.
+   - Fixed bug in SetSessionCookie which had called undefined method 
+     getinitalid.  Spotted by Sun Choi.
+   - Removed wrong expire setting from SetSessionCookie, spotted 
+     by Michael Stevens.
+   - Additions to IntroEmbperlObject.pod by Neil Gunton.
+   - ';' is now accepcted as separator for query strings addtionaly
+     to the '&amp;' character. Patch from Brent A. Ellingson.
+   - ';' is now escaped to %3B when outputed inside a URL.
+   - Embperl is now added to the Serversoftware identification when 
+     preloaded under mod_perl.
+   - adapted make test to Perl 5.6.1 and 5.7.1 so now it passes sucessfully.
+   - fixed problem with cleanup in threaded Perl 5.6.1 and higher
+   - added pod documentation to embperl.pl. Patch from Angus Lees.
+   - %http_headers_out can take now array refs as elements to set multiple
+     headers of the same value. Patch from Maxwell Krohn.
+   - Non module-documenations (like Intro.pod Faq.pod etc) now gets copied under
+     the correct directory and man pages are generated with the correct name
+     (e.g. perldoc HTML::Embperl::Intro works now after installation). Based
+     on an idea from Angus Lees.
+   - Makefile.PL enhancements for Apache/ActiveState binary distribution
+   - quote pathnames in Makefile to allow directories like "Program Files".
+     Spotted by Lukas Zapletal.
+   - Added epocgi.pl which allow use of EmbperlObject as CGI script.
+   - Added a dTHR to function CmdVar to make Embperl compile with threaded
+     Perl 5.005. Patch from Michael George III.
+   - EMBPERL_SESSION_ARGS can now accept pathes with spaces inside by quoteing
+     an argument e.g. PerlSetEnv EMBPERL_SESSION_ARGS "'Directory=/Session Files/'".
+     Spotted by Lukas Zapletal.
+   - Perl search path (@INC) in make test is set to abosulte paths to be independend
+     of directory changes that Apache might issue. Spotted by Randy Korbes.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-27-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.3 (RELEASE)   6. Juni 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-29-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3.0 (RELEASE)   4 Dec. 2000 &gt;&gt; ]
+                                [ Next: 1.3.1 (RELEASE)   13 Feb. 2001 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-29-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-29-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-29-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-29-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,18 +303,41 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.0 (RELEASE)   4 Dec. 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-28-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.1 (RELEASE)   13 Feb. 2001 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.1 (RELEASE)   13 Feb. 2001</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-28-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.2 (RELEASE)   16 May. 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-30-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b7 (BETA)   15. Nov 2000 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Corrected a wrong test, that let make test fail. Spotted by Eddie Lau.
-   - Added a Line Feed at the end of epnames.h, which has caused some problems
-     with on old SunOS compiler. Spotted by Roman Maeder.
-   - Fixed a problem that Perl generated an error when $req_rec and [$ var $] was
-     used. Spotted by Michael Stevens.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-28-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.1 (RELEASE)   13 Feb. 2001 ]
+                                [ Next: 1.3.0 (RELEASE)   4 Dec. 2000 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Added new Introduction to EmbperlObject written by
+     Neil Gunton. See perldoc IntroEmbperlObject
+   - Added new Tips and Tricks pod written by
+     Neil Gunton. See perldoc TipsAndTricks. Anybody is invited
+     to send me their own Tips and Tricks!
+   - Added object and isa parameters to Execute, which allows to get an
+     object reference for a certain file and set the Perl inherence
+     hierachive. Ideas from Neil Gunton and Angus Lees.
+   - Corrected a problem that leads to very strange errors when an
+     Embperl sub is called from an in memory source (that is passed
+     via the Execute input parameter). Spotted by Neil Gunton.
+   - Make EmbperlObject work better with relative paths and drive letters
+     on Windows. Based on a patch from Freddy Vulto.
+   - Fixed a problem with the cache key, which could cause that the same
+     file is compiled within different packages.
+   - Fixed a problem that Embperl are in a wired state after an file upload
+     has been interrupted. Spotted by Dirk Lutzebaeck.
+   - Fixed a problem set @ISA is not correctly setup in case a file is
+     compiled in the same package as the base file of EmbperlObject.
+     Spotted by Neil Gunton.
+   - Fixed problem with including ../foo.html in EmbperlObject. Spotted
+     by Neil Gunton.
+   - Added warning if @ISA is not correctly setup/corrupted.
+   - Fixed a SIGSEGV that occurs when an reference to undef is returned
+     from a [+ +] inside a URL.
+   - Added warning to Makefile.PL, if File::Spec 0.82 isn't installed, which is
+     required by EmbperlObject.
+   - Fixed "use of undefined value" warning in make test      </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-28-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.2 (RELEASE)   16 May. 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-30-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b7 (BETA)   15. Nov 2000 &gt;&gt; ]
+                                [ Next: 1.3.0 (RELEASE)   4 Dec. 2000 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-3-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-3-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-3-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-3-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,69 +303,28 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.5.0  16. March 2014</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-2-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 3.0.0-rc.1  3. Oct 2023 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">3.0.0-rc.1  3. Oct 2023</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-2-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 3.0.0-rc.2  7. Oct 2023 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-4-.htm" class="cPodHeaderNavLink">
-                                [ Next: 2.4.0  4. Oct 2010 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">    - Do not clear old code before compiling a Embperl page
-      in Perl &gt;= 5.14.x because it causes seg faults. This
-      leads to "subroutine redifined" warings, when a
-      page was changed and is reloaded.
-    - Corrected use of G_KEEPERR when calling eval, because
-      of changed meaning, which cause the message "Compiling
-      error" instead of the real error message.
-    - Adapted tests to Perl 5.14 &amp; 5.16  
-    - Fixed a refcounting problem cause message "Attempt to 
-      free unreferenced scalar" during mod_perl startup
-      with Perl 5.14.x
-    - Fix some dependencies on hash order inside the parser
-      which causes Embperl to fail with Perl &gt;= 5.18 because
-      of hash randomisation.
-    - Changed the way exit passed through internaly, so it
-      works with Perl &gt;= 5.18
-    - Adapted tests to Perl 5.18
-    - Adapted test httpd.conf to Apache 2.4. Embperl fully supports
-      Apache 2.4 
-    - Makefile.PL now uses apache2 or httpd2 as Apache binary
-    - Makefile.PL now autodetects if mpm needs to loaded as 
-      module for tests.
-    - Fix output inside of Registry script for mod_perl 2.0.4+
-    - Fix problem with error output on stderr for Windows 64Bit
-    - removed support for XALAN XML parser. It was outdated 
-      anyway. libxml2 is still supported.
-    - Fixed a C type declaration which caused RTF files to not
-      correctly escaped with newer GCC's.
-    - Embperl::Form is totally overhauled with many new features.
-      It uses now jQuery as javascript library, instead
-      of prototype. NOTE: This is an incompatible change. If
-      you are using Embperl::Form before, you need to
-      adapt your html code!
-    - Fix some Unicode issues in Embperl::Form::Validate
-    - Embperl::Form::Validate is now able to highlight input
-      fields with wrong input
-    - Applied the following debian patches: delay.patch,
-      fix-string-typo.patch, fix-pod-errors.patch, fix-whatis.patch,
-      new_process_group.patch, fix-pod-unescaped-unicode.patch,
-      german.patch and utf8.patch which mainly corrects
-      spelling and typo errors. NOTE: modperl.patch and 
-      Makefile.PL.patch are not applied, because they are
-      debian specific. Thanks to Florian Schlichting for
-      providing uptodate information about the patches
-      and adaptions for Embperl 2.5.
-    - Applied further spell corrections from Florian Schlichting.  
-    - Log Errors form Embperl::Syntax::Mail to error log
-    - Fix compile problem on non intel plattforms due to missing
-      -m32 flag.    
-    - Added support for utf8 sourcefiles. By setting
-      input_charset =&gt; 'utf8' sponsored by Perlover.
-    - Added optChdirToSource = 0x10000000 which will cause
-      Embperl to change to the directory of the source file
-      prior to execution.
-    
-    Adaptions to Perl 5.14/16 were sponsored by NUREG GmbH</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-2-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 3.0.0-rc.1  3. Oct 2023 ]
+                                [ Next: 2.5.0  16. March 2014 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">    - Apply debian patches 
+      (https://sources.debian.org/patches/libembperl-perl/2.5.0-17/). 
+      Thanks to the Debian Perl Group, especially Dominic Hargreaves, 
+      Florian Schlichting and Axel Beckert
+    - Apply patches for fedora
+      (https://rt.cpan.org/Public/Bug/Display.html?id=148621 and 
+      https://rt.cpan.org/Public/Bug/Display.html?id=148702)
+      Thanks to Marcus Doemling
+    - Fixed compilation/Makefile of/for libxml2 and libxslt
+    - Fixed warnings about undefined values in log. Note this
+      is done by goning back to the old behaviour, were
+      using uninitialized values were not a warning. So if
+      you like to have warnings about uninitialized values
+      add [* use warnings "uninitialized" *] to your code.
+    - Add a lot of enhancements to Embperl::Form</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-2-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 3.0.0-rc.2  7. Oct 2023 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-4-.htm" class="cPodHeaderNavLink">
-                                [ Next: 2.4.0  4. Oct 2010 &gt;&gt; ]
+                                [ Next: 2.5.0  16. March 2014 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-30-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-30-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-30-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-30-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,50 +303,18 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3b7 (BETA)   15. Nov 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-29-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.0 (RELEASE)   4 Dec. 2000 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3.0 (RELEASE)   4 Dec. 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-29-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.1 (RELEASE)   13 Feb. 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-31-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b6 (BETA)  18. Oct 2000 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Fixed problem that the call to close triggers error in Session.pm when using 
-     Store::File. Spotted by Alvar Freude.
-   - Fixed problem that GetSession doesn't return a value for new session.
-     Spotted by Angus Lees.
-   - Added new function SetSessionCookie, which can be used to set the session cookie
-     header in case you use Embperl session management, but don't use a 
-     Embperl page in that request. Suggested by Alex Schmelkin.
-   - Fixed problem that DeleteSession does not work outside the base template, when
-     used with EmbperlObject. Spotted by Angus Lees.
-   - Fixed problem when use multiple nested ../foo.htm inside EmbperlObject.
-     Spotted by Neil Gunton.
-   - Included patch from Angus Lees to ease building on debian.
-   - make test now works again with BEN-SSL httpsd. With help from Neil Gunton.
-   - Included grammaticaly updated Embperl.pod. Many thanks to Ilia Lobsanov
-     for doing the proof reading. 
-   - removed dbgDisableCache to avoid problems with this "feature" that isn't working
-     anymore for a long time.
-   - Added validaten for session cookie. If Apache::Session 1.53+ is installed
-     it uses the validate method from Apache::Session::Generate::xxx. If a invalid
-     session id is found a new one is generated. Spotted by Angus Lees.
-   - If a not existing session id is received, Embperl generates now a new one.
-   - Enhancements of Cookie resending logic. To make sure cookies are send when
-     neccessary, but not more often. (Handles now write to session data, after
-     a delete in the same request correctly).
-   - Added more tests for Sessionhandling.
-   - Fixed a bug that Content-Lenght was 2 to much, when escmode was set to zero.
-     Spotted by Michael Smith.
-   - Added patches from Randy Korbes for ActiveState Support. Most tests with
-     Embperl under mod_perl nows passes. The few remaining ones that doesn't pass
-     seems to be due to problems of mod_perl's enironment handling.
-   - Droped support for Apache::Session 0.17. Embperl now support only
-     Apache::Session 1.00 and higher.
-   - Added new option: optDisableSelectScan, to allow processing of SELECT tags,
-     while processing of TABLE tags is disabled. Suggested by Robert.
-   - Carridge Returns are only removed for Perl 5.004. This makes using of 
-     HERE documents possible on Perl 5.005+, even if the documents has CRLF
-     as lineendings.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-29-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3.0 (RELEASE)   4 Dec. 2000 ]
+                                [ Next: 1.3b7 (BETA)   15. Nov 2000 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Corrected a wrong test, that let make test fail. Spotted by Eddie Lau.
+   - Added a Line Feed at the end of epnames.h, which has caused some problems
+     with on old SunOS compiler. Spotted by Roman Maeder.
+   - Fixed a problem that Perl generated an error when $req_rec and [$ var $] was
+     used. Spotted by Michael Stevens.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-29-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.1 (RELEASE)   13 Feb. 2001 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-31-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b6 (BETA)  18. Oct 2000 &gt;&gt; ]
+                                [ Next: 1.3b7 (BETA)   15. Nov 2000 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-31-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-31-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-31-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-31-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,48 +303,50 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3b6 (BETA)  18. Oct 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-30-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3b7 (BETA)   15. Nov 2000 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3b7 (BETA)   15. Nov 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-30-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.0 (RELEASE)   4 Dec. 2000 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-32-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b5 (BETA)  20. Aug 2000 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Embperl now runs on ActiveState Perl. (At least in offline mode,
-     mod_perl mode seems to still have some problems). With a lot of help
-     from Randy Korbes.	
-   - Changed EmbperlObject search order:
-     * If EMBPERL_OBJECT_STOPDIR is set, this directory is taken as
-       the last directory in the normal search path, instead of the
-       directory where the base template (EMBPERL_OBJECT_BASE) is found.
-     * EMBPERL_OBJECT_ADDPATH is _always_ added to the search path
-     * Now Embperl also searches the path for files like
-       ../foo.html, or bar/foo.html, which includes a relative path.
-   - ../* is now a shortcut for the requested file, but in the
-     parent directory (or upper depending on the search path)
-   - Added access to Embperl session handling for modules and
-     calling scripts (see SetupSession and GetSession)
-   - Embperl is now able to output binary data if EMBPERL_ESCMODE
-     and/or $escmode is zero. This also include that no CRLF is
-     added at the end of the file, if escmode is zero.
-   - Added method for deleting session data and cookie
-   - Added method for triggering resend of session cookie. 
-   - Added Test for pnotes ('EMBPERL_ERRORS')
-   - Added hash %CLEANUPFILE. All variables defined into the files given
-     in this hash, are also cleanup at the end of the request.
-     Patch from Todd Eigenschink.
-   - Changed the way the C Requestobject is attached to the Perlobject,
-     so it should now also work on 64Bit Processor like Alpha.
-     Spotted by Andre Landwehr.
-   - Fixed a problem with importing files that contains foreach and
-     do until loops, which may caused a syntax error or endless
-     loop. Spotted by Steffen Geschke.
-   - embpcgi* and embpexec* are now geratated out of *.templ instead
-     of editied in place to avoid problems with cvs conflicts
-     and lower/uppercase on Win32. Suggest by Jens-Uwe Mager.
-   - make test works with Apache that has mod_jserv compiled in
-   - Embperl now cache same files with relative path, which are located
-     in different directories correctly.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-30-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3b7 (BETA)   15. Nov 2000 ]
+                                [ Next: 1.3b6 (BETA)  18. Oct 2000 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Fixed problem that the call to close triggers error in Session.pm when using 
+     Store::File. Spotted by Alvar Freude.
+   - Fixed problem that GetSession doesn't return a value for new session.
+     Spotted by Angus Lees.
+   - Added new function SetSessionCookie, which can be used to set the session cookie
+     header in case you use Embperl session management, but don't use a 
+     Embperl page in that request. Suggested by Alex Schmelkin.
+   - Fixed problem that DeleteSession does not work outside the base template, when
+     used with EmbperlObject. Spotted by Angus Lees.
+   - Fixed problem when use multiple nested ../foo.htm inside EmbperlObject.
+     Spotted by Neil Gunton.
+   - Included patch from Angus Lees to ease building on debian.
+   - make test now works again with BEN-SSL httpsd. With help from Neil Gunton.
+   - Included grammaticaly updated Embperl.pod. Many thanks to Ilia Lobsanov
+     for doing the proof reading. 
+   - removed dbgDisableCache to avoid problems with this "feature" that isn't working
+     anymore for a long time.
+   - Added validaten for session cookie. If Apache::Session 1.53+ is installed
+     it uses the validate method from Apache::Session::Generate::xxx. If a invalid
+     session id is found a new one is generated. Spotted by Angus Lees.
+   - If a not existing session id is received, Embperl generates now a new one.
+   - Enhancements of Cookie resending logic. To make sure cookies are send when
+     neccessary, but not more often. (Handles now write to session data, after
+     a delete in the same request correctly).
+   - Added more tests for Sessionhandling.
+   - Fixed a bug that Content-Lenght was 2 to much, when escmode was set to zero.
+     Spotted by Michael Smith.
+   - Added patches from Randy Korbes for ActiveState Support. Most tests with
+     Embperl under mod_perl nows passes. The few remaining ones that doesn't pass
+     seems to be due to problems of mod_perl's enironment handling.
+   - Droped support for Apache::Session 0.17. Embperl now support only
+     Apache::Session 1.00 and higher.
+   - Added new option: optDisableSelectScan, to allow processing of SELECT tags,
+     while processing of TABLE tags is disabled. Suggested by Robert.
+   - Carridge Returns are only removed for Perl 5.004. This makes using of 
+     HERE documents possible on Perl 5.005+, even if the documents has CRLF
+     as lineendings.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-30-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3.0 (RELEASE)   4 Dec. 2000 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-32-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b5 (BETA)  20. Aug 2000 &gt;&gt; ]
+                                [ Next: 1.3b6 (BETA)  18. Oct 2000 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/pod/Changes.-page-32-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/pod/Changes.-page-32-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/pod/Changes.-page-32-.htm (original)
+++ perl/site/embperl/pod/Changes.-page-32-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
 		<tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
 		  <td nowrap align="left" width=15><img src="../images/i-sub-off.gif"  width="11" height="11" vspace="6" hspace="5"></td>
-                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -242,7 +242,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -257,7 +257,7 @@
 	<td align="left" background="../images//hintergrund-nav.gif"> 
 	  <table width="152" border="0" cellspacing="0" cellpadding="0">
 		<tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-18-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
 		  </tr>
 	  </table>
 	</td>
@@ -303,40 +303,48 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3b5 (BETA)  20. Aug 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-31-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3b6 (BETA)  18. Oct 2000 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.3b6 (BETA)  18. Oct 2000</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-31-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3b7 (BETA)   15. Nov 2000 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-33-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b4 (BETA)  17.07.2000 &gt;&gt; ]
-                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Embperl now supports Apache::Session 1.52. See "Session handling"
-     in the docs, how the setup has changed.
-   - Fixed a problem with POSTed data, which had got lost for the first,
-     request when using EmbperlObject handler. Spotted by
-     Kaare Rasmussen.
-   - Fixed a typo in HTML::Embperl::Mail, spotted by Robert.
-   - changed require to use HTML::Embperl in EmbperlObject to avoid problems
-     with dynamic loading. Spotted by Robert.
-   - Embperl takes the cookie for session handling from the Apache 
-     request record to make it available in earlier phases then the
-     content handler. Suggested by Jack Cushman.
-   - added entity decoding for value attribute of radio/checkboxes.
-     Spotted by Chris Thorman.
-   - %fdat is not resetup when already done and formtype is 
-     multipart/formdata. Spotted by Michael Slade.
-   - Embperl inserts &amp;amp; instead of a signle &amp; inside query strings
-     when expaned from array or hash refs.
-   - Embperl now also accepts hashref inside a url and expand it
-     to a query_string i.e. &lt;a href="foo.html?[+ { a=&gt;1, b=&gt;2 }+]"&gt; will become
-     &lt;a href="foo.html?a=1&amp;amp;b=&gt;2"&gt;.
-   - EMBPERL_COOKIE_EXPIRES now also supports relativ times like: 
-     +30s +10m +1h -1d +3M +10y
-   - $req_rec -&gt; pnotes ('EMBPERL_ERRORS') could be used to retrieve 
-     error message inside a error document
-   - make Embperl compile and run with threaded Perl 5.6. With help
-     from Jason Bodnar. NOTE: That doesn't mean that Embperl is
-     threadsafe!</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-31-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.3b6 (BETA)  18. Oct 2000 ]
+                                [ Next: 1.3b5 (BETA)  20. Aug 2000 &gt;&gt; ]
+                            </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim">   - Embperl now runs on ActiveState Perl. (At least in offline mode,
+     mod_perl mode seems to still have some problems). With a lot of help
+     from Randy Korbes.	
+   - Changed EmbperlObject search order:
+     * If EMBPERL_OBJECT_STOPDIR is set, this directory is taken as
+       the last directory in the normal search path, instead of the
+       directory where the base template (EMBPERL_OBJECT_BASE) is found.
+     * EMBPERL_OBJECT_ADDPATH is _always_ added to the search path
+     * Now Embperl also searches the path for files like
+       ../foo.html, or bar/foo.html, which includes a relative path.
+   - ../* is now a shortcut for the requested file, but in the
+     parent directory (or upper depending on the search path)
+   - Added access to Embperl session handling for modules and
+     calling scripts (see SetupSession and GetSession)
+   - Embperl is now able to output binary data if EMBPERL_ESCMODE
+     and/or $escmode is zero. This also include that no CRLF is
+     added at the end of the file, if escmode is zero.
+   - Added method for deleting session data and cookie
+   - Added method for triggering resend of session cookie. 
+   - Added Test for pnotes ('EMBPERL_ERRORS')
+   - Added hash %CLEANUPFILE. All variables defined into the files given
+     in this hash, are also cleanup at the end of the request.
+     Patch from Todd Eigenschink.
+   - Changed the way the C Requestobject is attached to the Perlobject,
+     so it should now also work on 64Bit Processor like Alpha.
+     Spotted by Andre Landwehr.
+   - Fixed a problem with importing files that contains foreach and
+     do until loops, which may caused a syntax error or endless
+     loop. Spotted by Steffen Geschke.
+   - embpcgi* and embpexec* are now geratated out of *.templ instead
+     of editied in place to avoid problems with cvs conflicts
+     and lower/uppercase on Win32. Suggest by Jens-Uwe Mager.
+   - make test works with Apache that has mod_jserv compiled in
+   - Embperl now cache same files with relative path, which are located
+     in different directories correctly.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-31-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.3b7 (BETA)   15. Nov 2000 ]
                             </a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-33-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.3b4 (BETA)  17.07.2000 &gt;&gt; ]
+                                [ Next: 1.3b5 (BETA)  20. Aug 2000 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>