|
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.61 2004-04-17 01:47:15 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.62 2004-04-18 06:21:20 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -227,19 +227,14 @@ def main(): |
227 | 227 | This release introduces far too many features to list here. Some |
228 | 228 | highlights: |
229 | 229 |
|
230 | | -- added postgresql backend (originally from sf patch 761740, many changes |
231 | | - since) |
232 | | -- RDBMS backends implement their session and one-time-key stores and |
233 | | - full-text indexers; thus they are now performing their own locking |
234 | | - internally |
235 | | -- added new "actor" automatic property (indicates user who cause the last |
236 | | - "activity") |
237 | | -- all RDBMS backends have sensible data typed columns and indexes on |
238 | | - several columns |
239 | | -- we support confirming registration by replying to the email (sf bug |
240 | | - 763668) |
241 | | -- all HTML templating methods now automatically check for permissions |
242 | | - (either view or edit as appropriate), greatly simplifying templates |
| 230 | +- added postgresql backend |
| 231 | +- trackers using postgresql or mysql backends may have many users |
| 232 | +- new "actor" automatic property (user who caused the last "activity") |
| 233 | +- RDBMS backends have data typed columns and indexes on several columns |
| 234 | +- registration may be concluded by replying to the confirmation email |
| 235 | +- HTML templating permission checks are greatly simplified |
| 236 | +- database exports now include full journals |
| 237 | +- IMAP support in the mail gateway |
243 | 238 | ''', |
244 | 239 | author = "Richard Jones", |
245 | 240 | author_email = "[email protected]", |
|
0 commit comments