|
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.77.2.8 2005-04-07 07:24:43 a1s Exp $ |
| 19 | +# $Id: setup.py,v 1.77.2.9 2005-05-02 06:13:10 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -348,21 +348,39 @@ def main(): |
348 | 348 | command-line, web and e-mail interfaces. It is based on the winning design |
349 | 349 | from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
350 | 350 |
|
351 | | -This 0.8.2 release adds one feature and fixes some bugs: |
| 351 | +
|
| 352 | +This 0.8.3 release adds one feature and fixes some bugs: |
352 | 353 |
|
353 | 354 | Feature: |
354 | | -- roundup-server automatically redirects from trackers list |
355 | | - to the tracker page if there is only one tracker |
| 355 | +
|
| 356 | +- chinese translation by limodou |
356 | 357 |
|
357 | 358 | Fixed: |
358 | | -- added content to ZRoundup refresh.txt file (sf bug 1147622) |
359 | | -- fix invalid reference to csv.colon_separated |
360 | | -- correct URL to What's New in setup.py meta-data |
361 | | -- change AUTOCOMMIT=OFF to AUTOCOMMIT=0 for MySQL (sf bug 1143707) |
362 | | -- compile message objects in 'setup.py build' |
363 | | -- use backend datatype for journal timestamps in RDBMSes |
364 | | -- fixes to the "Using an external password validation source" |
365 | | - customisation example (sf bugs 1153640 and 1155108) |
| 359 | +
|
| 360 | +- fix reference to The Zope Book in Roundup FAQ |
| 361 | +- disabled file logging in Roundup test suite (sf bug 1155649) |
| 362 | +- return original string if message issue xref isn't valid |
| 363 | +- fix nosyreaction.py to stop it setting the nosy list unnecessarily |
| 364 | + (see doc/upgrading.txt for how to fix in your trackers) |
| 365 | +- after logout, always display tracker home page |
| 366 | +- web forms don't create new items if no item properties are set from UI |
| 367 | +- item creation failed if multilink fields had invalid entries (sf bug |
| 368 | + 1177602) |
| 369 | +- fix bdist_rpm (sf bug 1164328) |
| 370 | +- fix checking of "Email Access" for Anonymous email registration (sf bug |
| 371 | + 1177057) |
| 372 | +- disable "Email Access" for Anonymous by default to stop spam regsitering |
| 373 | + users on public trackers |
| 374 | +- send errors in the web interface to a logfile by default. Use the |
| 375 | + "debug" multiprocess mode (roundup-server) or the DEBUG_TO_CLIENT var |
| 376 | + (roundup.cgi) to have the errors appear in your browser |
| 377 | +- fix setgid typo (sf bug 1171346) |
| 378 | +- fix faulty find_template filename facility (sf bug 1163629) |
| 379 | +- fix roundup-admin "export" so it creates the target dir if needed |
| 380 | +- "fix" roundup-admin "import" to not use "universal newline support" since |
| 381 | + the csv module appears to have its own ideas about such things (sf bug |
| 382 | + 1163890) |
| 383 | +- fix installation docs referring to old-style configuration variables |
366 | 384 |
|
367 | 385 | If you're upgrading from an older version of Roundup you *must* follow |
368 | 386 | the "Software Upgrade" guidelines given in the maintenance documentation. |
|
0 commit comments