|
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.82 2005-03-17 11:14:24 a1s Exp $ |
| 19 | +# $Id: setup.py,v 1.83 2005-10-07 05:35:02 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -351,21 +351,17 @@ def main(): |
351 | 351 | If you're upgrading from an older version of Roundup you *must* follow |
352 | 352 | the "Software Upgrade" guidelines given in the maintenance documentation. |
353 | 353 |
|
354 | | -This release introduces far too many features to list here so I've put |
355 | | -together a What's New page: |
| 354 | +Roundup 0.9 includes: |
356 | 355 |
|
357 | | - http://roundup.sourceforge.net/doc-0.8/whatsnew-0.8.html |
| 356 | +- added "imapServer.py" script (sf patch 934567) |
| 357 | +- added date selection popup windows (thanks Marcus Priesch) |
| 358 | +- added Xapian indexer; replaces standard indexers if Xapian is available* |
| 359 | +- mailgw subject parsing has configurable levels of strictness |
| 360 | +- nosy messages may be sent individually to all recipients |
| 361 | +- remember where we came from when logging in (sf patch 1312889) |
358 | 362 |
|
359 | | -Some highlights: |
360 | | -
|
361 | | -- added postgresql backend |
362 | | -- trackers using postgresql or mysql backends may have many users |
363 | | -- new "actor" automatic property (user who caused the last "activity") |
364 | | -- RDBMS backends have data typed columns and indexes on several columns |
365 | | -- registration may be concluded by replying to the confirmation email |
366 | | -- HTML templating permission checks are greatly simplified |
367 | | -- database exports now include full journals |
368 | | -- IMAP support in the mail gateway |
| 363 | +*: unfortunately the latest release of Xapian (0.9.2) has a bug in the |
| 364 | +Python bindings which prevents this indexer from working, so it's disabled |
369 | 365 | ''', |
370 | 366 | 'author': "Richard Jones", |
371 | 367 | 'author_email': "[email protected]", |
|
0 commit comments