Author: chrisz
Date: Sun Apr 23 13:05:21 2006
New Revision: 5111
Modified:
Webware/trunk/Docs/RelNotes-X.Y.phtml
Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml
Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml
Log:
Cleaning up the release notes for the 0.9.1 release.
Modified: Webware/trunk/Docs/RelNotes-X.Y.phtml
==============================================================================
--- Webware/trunk/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/Docs/RelNotes-X.Y.phtml Sun Apr 23 13:05:21 2006
@@ -3,13 +3,16 @@
<p><% name %> version <% versionString %> released on <% releaseDate %></p>
<ul>
-<li>This release of Webware for Python includes a few fixes and improvements of
-the WebKit, MiddleKit and KidKit plug-ins (see the respective release notes).</li>
-<li>The <span class="filename">MakeAppWorkDir.py</span> script now allows to
-be run on an existing directory. This will create all missing files and directories,
-and set access permissions accordingly (requested by Andreas Poisel).</li>
-<li>Compatibility with Python 2.5 has been factored in, although this has not
-yet been throughly tested (and a stable version is not yet available anyway).</li>
+ <li>This release of Webware for Python includes a few fixes and
+ improvements of the WebKit, MiddleKit and KidKit plug-ins (see
+ the respective release notes).</li>
+ <li>The <span class="filename">MakeAppWorkDir.py</span> script
+ now allows to be run on an existing directory. This will create
+ all missing files and directories, and set access permissions
+ accordingly (requested by Andreas Poisel).</li>
+ <li>Compatibility with Python 2.5 has been factored in,
+ although this has not yet been throughly tested (and a stable
+ version is not yet available anyway).</li>
</ul>
<% footer() %>
\ No newline at end of file
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 Sun Apr 23 13:05:21 2006
@@ -2,37 +2,13 @@
<p><% name %> version <% versionString %> released on <% releaseDate %></p>
-<a name="Introduction"></a><h2>Introduction</h2>
-<ul>
- <li>...</li>
-</ul>
-
-<a name="MajorChanges"></a><h2>Major Changes</h2>
-<ul>
- <li>...</li>
-</ul>
-
-<a name="NewFeatures"></a><h2>New Features</h2>
-<ul>
- <li>...</li>
-</ul>
-
-<a name="Improvements"></a><h2>Improvements and Refinements</h2>
-<ul>
- <li>...</li>
-</ul>
-
<a name="Security"></a><h2>Security</h2>
<ul>
<li>If the KidKit Plugin cannot be installed (e.g. if Kid is not available),
then the <span class="filename">.kid</span> extension will be disabled for
- delivery. Otherwise, Kid templates containing passwords or other sensitive
- information would be delivered unparsed to the client in this case.</li>
-</ul>
-
-<a name="MinorChanges"></a><h2>Minor API Changes</h2>
-<ul>
- <li>...</li>
+ delivery. If it would stay enabled and KidKit is not active, Kid templates
+ containing passwords or other sensitive information would be delivered
+ unparsed to the client.</li>
</ul>
<a name="Bugfixes"></a><h2>Bugfixes</h2>
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 Sun Apr 23 13:05:21 2006
@@ -2,16 +2,6 @@
<p><% name %> version <% versionString %> released on <% releaseDate %></p>
-<a name="Introduction"></a><h2>Introduction</h2>
-<ul>
- <li>...</li>
-</ul>
-
-<a name="MajorChanges"></a><h2>Major Changes</h2>
-<ul>
- <li>...</li>
-</ul>
-
<a name="NewFeatures"></a><h2>New Features</h2>
<ul>
<li>Added new methods <code>writeMetaData()</code> and
@@ -78,16 +68,6 @@
The <span class="filename">mod_webkit.dll</span> files have been updated.</li>
</ul>
-<a name="Security"></a><h2>Security</h2>
-<ul>
- <li>...</li>
-</ul>
-
-<a name="MinorChanges"></a><h2>Minor API Changes</h2>
-<ul>
- <li>...</li>
-</ul>
-
<a name="Bugfixes"></a><h2>Bugfixes</h2>
<ul>
<li>Both the monitor service and the <span class="filename">Monitor.py</span>
|