|
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.10 2005-07-27 22:54:10 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.77.2.11 2006-01-13 01:29:44 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -348,35 +348,15 @@ 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.4 release fixes some bugs: |
| 351 | +This 0.8.5 release includes an Argentinian Spanish translation by Ramiro |
| 352 | +Morales and fixes some bugs: |
352 | 353 |
|
353 | 354 | Fixed: |
354 | | -
|
355 | | -- extra CRs in CSV export files on Windows platform (sf bug 1195742) |
356 | | -- activity RDBMS columns were being reported in changes |
357 | | -- fix name collision in roundup.cgi script (sf bug 1203795) |
358 | | -- fix handling of invalid interval input |
359 | | -- search locale files relative ro roundup installation path (sf bug 1219689) |
360 | | -- use translation for boolean property rendering (sf bug 1225152) |
361 | | -- enabled disabling of REMOTE_USER for when it's not a valid username (sf |
362 | | - bug 1190187) |
363 | | -- fix invocation of hasPermission from templating code (sf bug 1224172) |
364 | | -- have 'roundup-admin security' display property restrictions (sf bug |
365 | | - 1222135) |
366 | | -- fixed templating menu() sort_on handling (sf bug 1221936) |
367 | | -- allow specification of pagesize, sorting and filtering in "classhelp" |
368 | | - popups (sf bug 1211800) |
369 | | -- handle dropped properies in rdbms/metakit journal export (sf bug 1203569) |
370 | | -- handle missing Subject lines better (sf bug 1198729) |
371 | | -- sort/group by missing values correctly (sf bugs 1198623, 1176897) |
372 | | -- discard, don't bounce messages to the mailgw when the messages's sender |
373 | | - is invalid (ie. when we try to bounce, we get a 550 "unknown user |
374 | | - account" response from the SMTP server) (sf bug 1190906) |
375 | | -- removed debugging code from cgi/actions.py |
376 | | -- refactored hyperdb.rawToHyperdb, allowing a number of improvements |
377 | | - (thanks Ralf Schlatterbeck) |
378 | | -- don't try to set a timeout for IMAPS (thanks Paul Jimenez) |
379 | | -- present Reject exception messages to web users (sf bug 1237685) |
| 355 | +- Display of Multilinks where linked Class labelprop values are None |
| 356 | +- Fix references to the old * Registration Permissions |
| 357 | +- Fix missing merge of fix to sf bug 1177057 |
| 358 | +- Fix RDBMS indexer indexing UTF-8 words that encode to > 30 chars |
| 359 | +- Handle invalidly-specified charsets in incoming email |
380 | 360 |
|
381 | 361 | If you're upgrading from an older version of Roundup you *must* follow |
382 | 362 | the "Software Upgrade" guidelines given in the maintenance documentation. |
|
0 commit comments