|
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.88 2006-02-10 00:16:12 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.89 2006-03-03 02:29:09 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -351,24 +351,29 @@ 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 | | -Feature: |
355 | | -
|
356 | | -- trackers may configure custom stop-words for the full-text indexer |
357 | | -- login may now be for a single session (and this is the default) |
358 | | -- trackers may hide exceptions from web users (they will be mailed to the |
359 | | - tracker admin) (hiding is the default) |
360 | | -- include "clear this message" link in the "ok" message bar |
361 | | -
|
362 | 354 | Fixed: |
363 | 355 |
|
364 | | -- fixes in scripts/import_sf.py |
365 | | -- fix some unicode bugs in roundup-admin import |
366 | | -- Xapian indexer wasn't actually being used and its reindexing of existing |
367 | | - data was busted to boot |
368 | | -- roundup-admin import wasn't indexing message content |
369 | | -- allow dispname to be passed to renderWith (sf bug 1424587) |
370 | | -- rename dispname to @dispname to avoid name clashes in the future |
371 | | -- fixed schema migration problem when Class keys were removed |
| 356 | +- failure with browsers not sending "Accept-Language" header |
| 357 | + (sf bugs 1429646 and 1435335) |
| 358 | +- translate class name in "required property not supplied" error message |
| 359 | + (sf bug 1429669) |
| 360 | +- error in link property lookups with numeric-alike key values (sf bug 1424550) |
| 361 | +- ignore UTF-8 BOM in .po files |
| 362 | +- add permission filter to menu() implementations (sf bug 1431188) |
| 363 | +- lithuanian translation updated by Nerijus Baliunas (sf patch 1411175) |
| 364 | +- incompatibility with python2.3 in the mailer module (sf bug 1432602) |
| 365 | +- typo in SMTP TLS option name: "MAIL_TLS_CERFILE" (sf bug 1435452) |
| 366 | +- email obfuscation code in html templating is more robust |
| 367 | +- blank-title subject line handling (sf bug 1442121) |
| 368 | +- "All users may only view and edit issues, files and messages they |
| 369 | + create" example in docs (sf bug 1439086) |
| 370 | +- saving of queries (sf bug 1436169) |
| 371 | +- "Adding a new constrained field to the classic schema" example in docs |
| 372 | + (sf bug 1433118) |
| 373 | +- security check in mailgw (sf bug 1442145) |
| 374 | +- "clear this message" (sf bug 1429367) |
| 375 | +- escape all uses of "schema" in mysql backend (sf bug 1397569) |
| 376 | +- date spec wasn't allowing week intervals |
372 | 377 | ''', |
373 | 378 | 'author': "Richard Jones", |
374 | 379 | 'author_email': "[email protected]", |
|
0 commit comments