Skip to content

Commit 6b1aeb4

Browse files
author
Richard Jones
committed
More changes
1 parent ae829bc commit 6b1aeb4

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

CHANGES.TXT

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,27 @@
4646
. Added more fields to the issue.filter and issue.index templates
4747

4848

49-
2001-07-19 - 0.1.4
50-
. Fixed bug in re generation in the filter (I hadn't finished the code ;)
51-
. Fixed handling of None String property in grouped list headings
52-
. Fixed adding new issue with no change note
53-
. Added an issue priority of support
54-
. Fixed values in text input fields which contained quotes (") are now
55-
quoted.
56-
. Fixed a bug in the hyperdb filter - wrong variable names in the error
57-
message.
58-
. Major reshuffle of code to allow multiple roundup instances and a
49+
2001-07-26 - 0.2.0
50+
Features:
51+
. Major reorganisation of code to allow multiple roundup instances and a
5952
single, site-packages -based installation. Also allows multiple database
6053
back-ends.
6154
. Moved the bin/ proggies into the top dir, so that it all works
6255
out-of-the-box
6356
. Added the "classic" template - a direct implementation of the Roundup
6457
spec. Well, as close as we're going to get, anyway.
58+
. Added an issue priority of support to "extended"
6559
. Added command-line arg handling to roundup-server so it's more useful
6660
out-of-the-box.
61+
. Added distutils-style installation of "lib" files.
62+
. Added some unit tests.
63+
64+
Fixes:
65+
. Fixed bug in re generation in the filter
66+
. Fixed handling of None String property in grouped list headings
67+
. Fixed adding new issue with no change note
68+
. Fixed values in text input fields which contained quotes (") are now
69+
quoted.
70+
. Fixed a bug in the hyperdb filter - wrong variable names in the error
71+
message.
72+

0 commit comments

Comments
 (0)