|
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.4 2004-06-09 06:43:02 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.64.2.5 2004-06-24 07:59:55 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -217,17 +217,22 @@ 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.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) |
| 220 | +0.7.5 is a bug fix release, including: |
| 221 | +
|
| 222 | +- force lookup of journal props in anydbm filtering |
| 223 | +- fixed lookup of "missing" Link values for new props in anydbm backend |
| 224 | +- allow list of values for id, Number and Boolean filtering in anydbm |
| 225 | + backend |
| 226 | +- fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410) |
| 227 | +- fixed Boolean values in postgresql (sf bugs 972546 and 972600) |
| 228 | +- fixed -g arg to roundup-server (sf bug 973946) |
| 229 | +- better roundup-server usage string (sf bug 973352) |
| 230 | +- include "context" always, as documented (sf bug 965447) |
| 231 | +- fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309) |
| 232 | +- fixed roundup-admin "find" to use better value parsing |
| 233 | +- fixed RDBMS Class.find() to handle None value in multiple find |
| 234 | +- export now stores file "content" in separate files in export directory |
| 235 | +
|
231 | 236 | ''', |
232 | 237 | author = "Richard Jones", |
233 | 238 | author_email = "[email protected]", |
|
0 commit comments