1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<html>
<head>
<link rel=stylesheet href=StyleSheet.css type=text/css>
<style type=text/css>
<!--
li { padding-bottom: 0.75em;
}
-->
</style>
<!--
Auto versioning is handled by Webware/bin/setversion.py.
This will automatically update version and release date
information embedded within HTML comment tags.
Note however that comment tags within a title block seem to
not be interpreted as comments in Mozilla 1.2.1
-->
<title>CGIWrapper Release Notes</title>
</head>
<body>
<h1>CGIWrapper Release Notes</h1>
Version <!-- version --> X.Y <!-- /version --> <br>
Webware for Python <!-- version --> X.Y <!-- /version -->
Released on <!-- relDate --> @@/@@/@@ <!-- /relDate -->
<a name=Introduction<h2>Introduction</h2></a>
<ul>
<li> *
</ul>
<h2>Major Changes</h2>
<ul>
<li> *
</ul>
<h2>New Features</h2>
<ul>
<li> *
</ul>
<h2>Improvements and Refinements</h2>
<ul>
<li> *
</ul>
<h2>Security</h2>
<ul>
<li> *
</ul>
<h2>Minor API Changes</h2>
<ul>
<li> *
</ul>
<h2>Bugfixes</h2>
<ul>
<li> *
</ul>
<p><hr>
</body>
</html>
|