Mercurial > p > roundup > code
changeset 207:d6326e8ebe6e
changes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 05 Aug 2001 07:46:47 +0000 |
| parents | 1eb862f4bf56 |
| children | 1894a28a1e66 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun Aug 05 07:46:12 2001 +0000 +++ b/CHANGES.txt Sun Aug 05 07:46:47 2001 +0000 @@ -2,9 +2,17 @@ are given with the most recent entry first. 2001-08-?? - 0.2.6 +Feature: + . Added tests for instance initialisation. + Fixed: . Implemented correct mail splitting. Added unit tests. Also snips signatures now too. + . Bug #447671 - typo in roundup/init.py + . Changed date.Date to use regular string formatting instead of strftime - + win32 seems to have problems with %T and no hour... or something... + . Instances are now opened by a special function that generates a unique + module name for the instances on import time. 2001-08-03 - 0.2.5
