|
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.83 2005-10-07 05:35:02 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.84 2006-01-27 06:09:44 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -351,17 +351,30 @@ 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 | | -Roundup 0.9 includes: |
355 | | -
|
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) |
362 | | -
|
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 |
| 354 | +Roundup 1.0 includes all the pre-1.0 goodness, and: |
| 355 | +
|
| 356 | +- added full-text indexer using Xapian as the back end |
| 357 | +- Lithuanian translation by Aiste Kesminaite |
| 358 | +- Web User Interface language selection by form variable @language, |
| 359 | + browser cookie or HTTP header Accept-Language (sf patch 1360321) |
| 360 | +- initial values for configuration options may be passed on |
| 361 | + 'roundup-admin install' command line (based on sf patch 1237110) |
| 362 | +- favicon.ico image may be changed with server config option (sf patch 1355661) |
| 363 | +- Password objects initialized from plaintext remember plaintext value |
| 364 | + (sf rfe 1379447) |
| 365 | +- Roundup installation document includes configuration example |
| 366 | + for Exim Internet Mailer (sf bug 1393860) |
| 367 | +- enable registration confirmation by web only (sf bug 1381675) |
| 368 | +- allow preselection of values in templating menu()s (sf patch 1396085) |
| 369 | +- display the query name in the header (sf feature 1298535 / patch 1349387) |
| 370 | +- classhelp works with Link properties now (sf bug 1410290) |
| 371 | +- added setorderprop() and setlabelprop() to Class (sf features 1379534, |
| 372 | + 1379490) |
| 373 | +- CSV encoding support (sf bug 1240848) |
| 374 | +- fields rendered with StructuredText are hyperlinked by default |
| 375 | +- additional attributes for input element may be passed to the 'field' |
| 376 | + method of a property wrapper |
| 377 | +- added "copy_url" method to generate a URL for copying an item |
365 | 378 | ''', |
366 | 379 | 'author': "Richard Jones", |
367 | 380 | 'author_email': "[email protected]", |
|
0 commit comments