Author: chrisz
Date: Wed Aug 23 17:11:43 2006
New Revision: 5645
Modified:
Webware/trunk/Docs/RelNotes-X.Y.phtml
Log:
Updated the ReleaseNotes
Modified: Webware/trunk/Docs/RelNotes-X.Y.phtml
==============================================================================
--- Webware/trunk/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/Docs/RelNotes-X.Y.phtml Wed Aug 23 17:11:43 2006
@@ -8,10 +8,11 @@
the respective release notes).</li>
<li>An interesting new feature is the possibility to dump stack frames
of all running threads to standard output by sending a SIGQUIT or SIGBREAK
- signal to the Application server.</li>
- <li>The current version should run with all Python versions from
- 2.0 to 2.5 (KidKit requires version 2.3). This will probably be the last
- Webware release to support Python versions before 2.3.</li>
+ signal to the Application server using the threadframe module.</li>
+ <li>This release also restores backward compatibility with older Python
+ versions in many places. It should run with all Python versions from
+ 2.0 to 2.5 (only KidKit requires version 2.3). This will probably be the
+ last Webware release to support Python versions before 2.3.</li>
</ul>
<% footer() %>
\ No newline at end of file
|