Author: chrisz
Date: Sat Mar 21 14:55:08 2009
New Revision: 7841
Modified:
Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml
Webware/trunk/MiscUtils/Docs/RelNotes-X.Y.phtml
Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml
Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml
Log:
Updated the release notes.
Modified: Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml
==============================================================================
--- Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml Sat Mar 21 14:55:08 2009
@@ -19,7 +19,10 @@
<a name="Improvements"></a><h2>Improvements and Refinements</h2>
<ul>
- <li>...</li>
+ <li>The file extensions of the files that shall be parsed as Kid templates
+ can now be configured using the setting <code>ExtensionsForKid</code>.
+ By default (as before), only files with the extension <code>.kid</code>
+ are regarded as Kid templates.</li>
</ul>
<a name="Security"></a><h2>Security</h2>
Modified: Webware/trunk/MiscUtils/Docs/RelNotes-X.Y.phtml
==============================================================================
--- Webware/trunk/MiscUtils/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/MiscUtils/Docs/RelNotes-X.Y.phtml Sat Mar 21 14:55:08 2009
@@ -35,7 +35,7 @@
<a name="Bugfixes"></a><h2>Bugfixes</h2>
<ul>
<li>The output of <code>Funcs.dateForEmail()</code> was locale dependent,
- but RFC 5322 requires dates to use specified English abbreviations
+ but RFC 5322 requires dates to use specified English abbreviations
(reported by Andreas Poisel).</li>
</ul>
Modified: Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml
==============================================================================
--- Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml Sat Mar 21 14:55:08 2009
@@ -34,7 +34,13 @@
<a name="Bugfixes"></a><h2>Bugfixes</h2>
<ul>
- <li>...</li>
+ <li>When using the psp-handler of mod_webkit, request methods like
+ <code>servletPath()</code> and others returned values which were different
+ from what you get when using the ordinary webkit-handler. This could
+ cause various problems, for instance because the default cookie path
+ is set to the servlet path (reported by Fionn Behrens). To avoid such
+ problems, requests made via the psp-handler now will look much more
+ similar to a request made via the ordinary webkit-handler.</li>
</ul>
<% footer() %>
\ No newline at end of file
Modified: Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml
==============================================================================
--- Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml Sat Mar 21 14:55:08 2009
@@ -19,7 +19,10 @@
<a name="Improvements"></a><h2>Improvements and Refinements</h2>
<ul>
- <li>...</li>
+ <li>The file extensions of the files that shall be parsed as PSP
+ can now be configured using the setting <code>ExtensionsForPSP</code>
+ (suggested by Tobias Franz). By default (as before), only files with
+ the extension <code>.psp</code> are regarded as PSP files.</li>
</ul>
<a name="Security"></a><h2>Security</h2>
@@ -34,7 +37,13 @@
<a name="Bugfixes"></a><h2>Bugfixes</h2>
<ul>
- <li>...</li>
+ <li>When using the psp-handler of mod_webkit, request methods like
+ <code>servletPath()</code> and others returned values which were different
+ from what you get when using the ordinary webkit-handler. This could
+ cause various problems, for instance because the default cookie path
+ is set to the servlet path (reported by Fionn Behrens). To avoid such
+ problems, requests made via the psp-handler now will look much more
+ similar to a request made via the ordinary webkit-handler.</li>
</ul>
<% footer() %>
\ No newline at end of file
|