Mercurial > p > roundup > code
diff CHANGES.txt @ 198:eda506860b32
Implemented correct mail splitting (was taking a shortcut).
Added unit tests. Also snips signatures now too.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Aug 2001 07:18:22 +0000 |
| parents | 30c3a37b699f |
| children | 0345753f27cf |
line wrap: on
line diff
--- a/CHANGES.txt Fri Aug 03 02:51:06 2001 +0000 +++ b/CHANGES.txt Fri Aug 03 07:18:22 2001 +0000 @@ -1,10 +1,14 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2001-08-?? - 0.2.5 -Features: +2001-08-03 - 0.2.5 +Note: + . The bsddb3 module has a bug that renders it non-functional. Users should + select the anydbm or bsddb backend instead. Fixed: + . Python 2.0 does not contain the unittest module. The setup.py module now + checks for unittest before attempting to run the unit tests. 2001-08-03 - 0.2.4
