[SQL-CVS] SOWeb index.html,1.12,1.13 index.txt,1.11,1.12
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-11-12 17:29:11
|
Update of /cvsroot/sqlobject/SOWeb In directory sc8-pr-cvs1:/tmp/cvs-serv21910 Modified Files: index.html index.txt Log Message: updated for 0.5.1 Index: index.html =================================================================== RCS file: /cvsroot/sqlobject/SOWeb/index.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.html 1 Nov 2003 21:17:20 -0000 1.12 --- index.html 12 Nov 2003 17:29:08 -0000 1.13 *************** *** 23,26 **** --- 23,28 ---- <h1><a name="news">News</a></h1> <dl> + <dt>12-Nov-2003:</dt> + <dd>SQLObject 0.5.1 is released (minor bugfixes)</dd> <dt>1-Nov-2003:</dt> <dd>SQLObject 0.5 is released.</dd> *************** *** 120,126 **** <div class="section" id="download"> <h1><a name="download">Download</a></h1> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.tar.gz?download">SQLObject-0.5.tar.gz</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5-1.noarch.rpm?download">SQLObject-0.5-1.noarch.rpm</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.win32.exe?download">SQLObject-0.5.win32.exe</a></p> <p>You can also use <a class="reference" href="#anonymous-cvs">anonymous CVS</a> to access the latest files. However, SourceForge is currently delaying the anonymous CVS servers --- 122,128 ---- <div class="section" id="download"> <h1><a name="download">Download</a></h1> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.1.tar.gz?download">SQLObject-0.5.1.tar.gz</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.1-1.noarch.rpm?download">SQLObject-0.5.1-1.noarch.rpm</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.1.win32.exe?download">SQLObject-0.5.1.win32.exe</a></p> <p>You can also use <a class="reference" href="#anonymous-cvs">anonymous CVS</a> to access the latest files. However, SourceForge is currently delaying the anonymous CVS servers *************** *** 132,136 **** <h1><a name="documentation">Documentation</a></h1> <p><a class="reference" href="docs/FAQ.html">FAQ</a></p> ! <p><a class="reference" href="docs/News.html">New in 0.5</a></p> <p><a class="reference" href="docs/SQLObject.html">SQLObject documentation</a></p> <p><a class="reference" href="docs/SQLBuilder.html">SQLBuilder documentation</a></p> --- 134,138 ---- <h1><a name="documentation">Documentation</a></h1> <p><a class="reference" href="docs/FAQ.html">FAQ</a></p> ! <p><a class="reference" href="docs/News.html">New in 0.5.1</a></p> <p><a class="reference" href="docs/SQLObject.html">SQLObject documentation</a></p> <p><a class="reference" href="docs/SQLBuilder.html">SQLBuilder documentation</a></p> Index: index.txt =================================================================== RCS file: /cvsroot/sqlobject/SOWeb/index.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** index.txt 1 Nov 2003 21:17:20 -0000 1.11 --- index.txt 12 Nov 2003 17:29:08 -0000 1.12 *************** *** 10,13 **** --- 10,15 ---- ==== + 12-Nov-2003: + SQLObject 0.5.1 is released (minor bugfixes) 1-Nov-2003: SQLObject 0.5 is released. *************** *** 139,153 **** ======== ! SQLObject-0.5.tar.gz__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.tar.gz?download ! SQLObject-0.5-1.noarch.rpm__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5-1.noarch.rpm?download ! SQLObject-0.5.win32.exe__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.win32.exe?download You can also use `anonymous CVS`_ to access the latest files. --- 141,155 ---- ======== ! SQLObject-0.5.1.tar.gz__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.1.tar.gz?download ! SQLObject-0.5.1-1.noarch.rpm__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.1-1.noarch.rpm?download ! SQLObject-0.5.1.win32.exe__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.1.win32.exe?download You can also use `anonymous CVS`_ to access the latest files. *************** *** 166,170 **** __ docs/FAQ.html ! `New in 0.5`__ __ docs/News.html --- 168,172 ---- __ docs/FAQ.html ! `New in 0.5.1`__ __ docs/News.html |