|
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.95 2006-11-11 03:23:45 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.96 2006-12-19 03:03:36 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -347,11 +347,21 @@ def main(): |
347 | 347 | '''In this release |
348 | 348 | =============== |
349 | 349 |
|
350 | | -Fixed in 1.3.1: |
351 | | -
|
352 | | -- setup.py had broken reference to roundup.cgi (sf bug 1593573) |
353 | | -- full-text search wasn't coping with multiple multilinks to the same class |
354 | | -- unicode / sqlite 3 problem (sf bug 1589292) |
| 350 | +Fixed in 1.3.2: |
| 351 | +
|
| 352 | +- relax rules for required fields in form_parser.py (sf bug 1599740) |
| 353 | +- documentation cleanup from Luke Ross (sf patch 1594860) |
| 354 | +- updated Spanish translation from Ramiro Morales (sf patch 1594718) |
| 355 | +- handle 8-bit untranslateable messages in tracker templates |
| 356 | +- handling of required for boolean False and numeric 0 (sf bug 1608200) |
| 357 | +- removed bogus args attr of ConfigurationError (sf bug 1608056) |
| 358 | +- implemented start_response in roundup.cgi (sf bug 1604304) |
| 359 | +- clarified windows service documentation (sf patch 1597713) |
| 360 | +- HTMLClass fixed to work with new item permissions check (sf bug 1602983) |
| 361 | +- support POP over SSL (sf patch 1597703) |
| 362 | +- clean up input field generation and quoting of values (sf bug 1615616) |
| 363 | +- allow use of roundup-server pidfile without forking (sf bug 1614753) |
| 364 | +- allow translation of status/priority menu options (sf bug 1613976) |
355 | 365 |
|
356 | 366 | New Features in 1.3.0: |
357 | 367 |
|
|
0 commit comments