# HG changeset patch # User Richard Jones # Date 997239055 0 # Node ID cec0f2a179c5b082b16c8206942dc9adfc0d2a0e # Parent 152fedaab07cd6f435b7aef886108da0f43dd2fb changes diff -r 152fedaab07c -r cec0f2a179c5 CHANGES.txt --- 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