Mercurial > p > roundup > code
diff CHANGES.txt @ 600:a4c32558d345
[SF#511586] unittest FAIL: testReldate_date
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Feb 2002 03:47:16 +0000 |
| parents | 08aae4d34622 |
| children | 633f2b542146 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Feb 05 14:15:29 2002 +0000 +++ b/CHANGES.txt Wed Feb 06 03:47:16 2002 +0000 @@ -1,6 +1,16 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. +2002-02-?? - ????? +Fixed: + . respect encodings in non multipart messages. + . makeHtmlBase: re.sub under python 2.2 did not replace '.', string.replace + does it. + . preamble in tepmlateBuilder mentioned htmldata + . mailgw checks encoding on first part too. + . #511586 ] unittest FAIL: testReldate_date + + 2002-01-24 - 0.4.0 Feature: . much nicer history display (actualy real handling of property types etc) @@ -10,10 +20,6 @@ . you can now use the roundup-admin tool pack the database Fixed: - . respect encodings in non multipart messages. - . makeHtmlBase: re.sub under python 2.2 did not replace '.', string.replace does it. - . preamble in tepmlateBuilder mentioned htmldata - . mailgw checks encoding on first part too. . the mail gateway now responds with an error message when invalid values for arguments are specified for link or mutlilink properties . modified unit test to check nosy and assignedto when specified as arguments @@ -30,6 +36,7 @@ . run_tests testReldate_date failed if LANG is 'german' . mailgw failures (unexpected ones) are forwarded to the roundup admin + 2002-01-16 - 0.4.0b2 Fixed: . #495392 ] empty nosy -patch
