summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b471ba)
raw | patch | inline | side by side (parent: 0b471ba)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 8 Aug 2001 02:50:55 +0000 (02:50 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 8 Aug 2001 02:50:55 +0000 (02:50 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@228 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 64ce2877f4d67f8b4c863f39340ed004f45242d1..e519d6179e6cd2003320018c05e28b3652cac21a 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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