Skip to content

Commit fd1a0cb

Browse files
committed
Preparing release of version 0.9.3.
1 parent a7c7fe1 commit fd1a0cb

26 files changed

Lines changed: 770 additions & 58 deletions

DBUtils/Docs/RelNotes-0.9.2.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2-
<html>
3-
<head>
4-
<title>DBUtils 0.9.2 Release Notes</title>
5-
<link rel="stylesheet" href="Doc.css" type="text/css">
6-
</head>
7-
<body>
8-
<h1 class="header">DBUtils 0.9.2 Release Notes</h1>
9-
10-
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
11-
12-
<p>This is the third public release of DBUtils.</p>
13-
14-
<h2>Changes:</h2>
15-
<ul>
16-
<li>Renamed <tt>SolidDB</tt> to <tt>SteadyDB</tt> to avoid confusion with the
17-
<i>solidDB</i> storage engine.</li>
18-
<li>Accordingly, renamed <tt>SolidPg</tt> to <tt>SteadyPg</tt>.</li>
19-
</ul>
20-
21-
<div class="footer">
22-
DBUtils (<a href="http://www.webwareforpython.org/DBUtils">www.webwareforpython.org/DBUtils</a>)
23-
</div>
24-
</body>
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<title>DBUtils 0.9.2 Release Notes</title>
5+
<link rel="stylesheet" href="Doc.css" type="text/css">
6+
</head>
7+
<body>
8+
<h1 class="header">DBUtils 0.9.2 Release Notes</h1>
9+
10+
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
11+
12+
<p>This is the third public release of DBUtils.</p>
13+
14+
<h2>Changes:</h2>
15+
<ul>
16+
<li>Renamed <tt>SolidDB</tt> to <tt>SteadyDB</tt> to avoid confusion with the
17+
<i>solidDB</i> storage engine.</li>
18+
<li>Accordingly, renamed <tt>SolidPg</tt> to <tt>SteadyPg</tt>.</li>
19+
</ul>
20+
21+
<div class="footer">
22+
DBUtils (<a href="http://www.webwareforpython.org/DBUtils">www.webwareforpython.org/DBUtils</a>)
23+
</div>
24+
</body>
2525
</html>

DBUtils/Docs/RelNotes-0.9.3.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<title>DBUtils 0.9.3 Release Notes</title>
5+
<link rel="stylesheet" href="Doc.css" type="text/css">
6+
</head>
7+
<body>
8+
<h1 class="header">DBUtils 0.9.3 Release Notes</h1>
9+
10+
<p>DBUtils 0.9.3 was released on May 18, 2007.</p>
11+
12+
<p>This is the fourth public release of DBUtils.</p>
13+
14+
<h2>Changes:</h2>
15+
<ul>
16+
<li>Support custom creator functions for database connections.
17+
These can now be used as the first parameter instead of an DB-API module
18+
(suggested by Ezio Vernacotola).</li>
19+
<li>Added destructor for steady connections.</li>
20+
<li>Use <a href="http://peak.telecommunity.com/DevCenter/setuptools">setuptools</a>
21+
if available.</li>
22+
<li>Some code cleanup.</li>
23+
<li>Some fixes in the documentation.
24+
Added <a href="UsersGuide.zh.html">Chinese translation</a>
25+
of the <a href="UsersGuide.html">User's Guide</a>,
26+
kindly contributed by <a href="http://blog.csdn.net/gashero">gashero</a>.</li>
27+
</ul>
28+
29+
<div class="footer">
30+
DBUtils (<a href="http://www.webwareforpython.org/DBUtils">www.webwareforpython.org/DBUtils</a>)
31+
</div>
32+
</body>
33+
</html>

DBUtils/Docs/UsersGuide.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ <h1 class="title">DBUtils User's Guide</h1>
1515
<col class="docinfo-content" />
1616
<tbody valign="top">
1717
<tr><th class="docinfo-name">Version:</th>
18-
<td>0.9.2</td></tr>
19-
<tr class="field"><th class="docinfo-name">Released:</th><td class="field-body">09/22/06</td>
18+
<td>0.9.3</td></tr>
19+
<tr class="field"><th class="docinfo-name">Released:</th><td class="field-body">05/18/07</td>
20+
</tr>
21+
<tr class="field"><th class="docinfo-name">Translations:</th><td class="field-body">English <a class="reference" href="UsersGuide.zh.html">Chinese</a></td>
2022
</tr>
2123
</tbody>
2224
</table>

DBUtils/Docs/UsersGuide.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
DBUtils User's Guide
22
++++++++++++++++++++
33

4-
:Version: 0.9.2
5-
:Released: 09/22/06
4+
:Version: 0.9.3
5+
:Released: 05/18/07
6+
:Translations: English Chinese_
7+
8+
.. _Chinese: UsersGuide.zh.html
69

710
.. contents:: Contents
811

DBUtils/Docs/UsersGuide.zh.html

Lines changed: 328 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)