|
16 | 16 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
17 | 17 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
18 | 18 | # |
19 | | -# $Id: setup.py,v 1.64.2.3 2004-05-27 22:17:23 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.64.2.4 2004-06-09 06:43:02 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -217,14 +217,17 @@ def main(): |
217 | 217 | If you're upgrading from an older version of Roundup you *must* follow |
218 | 218 | the "Software Upgrade" guidelines given in the maintenance documentation. |
219 | 219 |
|
220 | | -0.7.3 is a SECURITY FIX release of Roundup. All users are encouraged |
221 | | -to upgrade immediately. |
222 | | -
|
223 | | -This release also fixes a few minor bugs: |
224 | | -
|
225 | | -- add "checked" to truth values for Boolean input |
226 | | -- fixed import in metakit backend |
227 | | -- fix SearchAction use of Class.filter(), and clarify API docs for same |
| 220 | +0.7.4 is a bug fix release, including: |
| 221 | +
|
| 222 | +- re-acquire the OTK manager when we re-open the database |
| 223 | +- mailgw handler can close the database on us |
| 224 | +- fixed grouping by a NULL Link value |
| 225 | +- fixed anydbm import/export (sf bugs 965216, 964457, 964450) |
| 226 | +- fix python 2.3.3 strftime deprecation warning (sf patch 968398) |
| 227 | +- fix some column datatypes in postgresql and mysql (sf bugs 962611, |
| 228 | + 959177 and 964231) |
| 229 | +- fixed RDBMS journal packing (sf bug 959177) |
| 230 | +- fixed filtering by floats in anydbm (sf bug 963584) |
228 | 231 | ''', |
229 | 232 | author = "Richard Jones", |
230 | 233 | author_email = "[email protected]", |
|
0 commit comments