|
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 2004-05-05 02:05:43 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.64.2.1 2004-05-10 01:55:10 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -217,21 +217,16 @@ 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 | | -This release introduces far too many features to list here so I've put |
221 | | -together a What's New page: |
| 220 | +This release fixes some bugs in the previous release: |
222 | 221 |
|
223 | | - http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html |
224 | | -
|
225 | | -Some highlights: |
226 | | -
|
227 | | -- added postgresql backend |
228 | | -- trackers using postgresql or mysql backends may have many users |
229 | | -- new "actor" automatic property (user who caused the last "activity") |
230 | | -- RDBMS backends have data typed columns and indexes on several columns |
231 | | -- registration may be concluded by replying to the confirmation email |
232 | | -- HTML templating permission checks are greatly simplified |
233 | | -- database exports now include full journals |
234 | | -- IMAP support in the mail gateway |
| 222 | +- several temp files made it into the source distribution (sf bug 949243) |
| 223 | +- typo in roundup/instance.py |
| 224 | +- missing CRLF var in rfc822.py (sf patch 949471) |
| 225 | +- fix user creation page |
| 226 | +- have roundup server pass though the cause of a "403 Forbidden" response |
| 227 | +- fix schema mutation in sqlite backends (thanks Tamer Fahmy) |
| 228 | +- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg) |
| 229 | +- fix RDBMS import (thanks Tamer Fahmy) |
235 | 230 | ''', |
236 | 231 | author = "Richard Jones", |
237 | 232 | author_email = "[email protected]", |
|
0 commit comments