Mercurial > p > roundup > code
changeset 222:cec0f2a179c5 0.2.5
changes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Aug 2001 02:50:55 +0000 |
| parents | 152fedaab07c |
| children | 5ce5fc22ac6c |
| files | CHANGES.txt |
| diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Aug 08 01:27:00 2001 +0000 +++ b/CHANGES.txt Wed Aug 08 02:50:55 2001 +0000 @@ -1,14 +1,16 @@ 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.6 +2001-08-08 - 0.2.6 Note: . Roundup is now released under the same terms as the Python License. Feature: - . Added tests for instance initialisation. - . Now bundling unittest with the package so that everyone can use the unit - tests. + . Added tests for instance initialisation. No more releasing the software + with bugs in roundup.init! + . Now bundling unittest with the package so that python 2.0 users can use + the tests. + . Much better error handling and messages generated by the mail gateway. Fixed: . Implemented correct mail splitting. Added unit tests. Also snips
