|
16 | 16 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
17 | 17 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
18 | 18 | # |
19 | | -# $Id: setup.py,v 1.55.2.10 2004-04-01 00:15:55 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.55.2.11 2004-04-18 06:38:22 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -188,18 +188,11 @@ def main(): |
188 | 188 | command-line, web and e-mail interfaces. It is based on the winning design |
189 | 189 | from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
190 | 190 |
|
191 | | -The 0.6.8 release fixes some bugs: |
192 | | -- existing trackers (ie. live ones) may be used as templates for new |
193 | | - trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name |
194 | | - appended (so the demo tracker's template name is "classic-demo") |
195 | | -- handle bad multilink input at item creation time better (sf bug 917834) |
196 | | -- make sure email signature starts on a newline (sf bug 919759) |
197 | | -- add line to rego email to help URL detection (sf bug 906247) |
198 | | -- look harder for text/plain in email |
199 | | -- fixed fallback excel writer in rcsv so it has a delimiter |
200 | | -- fixed setup.py's use of listTemplates (!) |
201 | | -- make rdbms serialise() less trusting |
202 | | -- handle Boolean values in history HTML display |
| 191 | +The 0.6.9 release fixes some bugs: |
| 192 | +- paging in classhelp popup was broken |
| 193 | +- socket timeout error logging can fail |
| 194 | +- hyperlink designators in message display (sf bug 931828) |
| 195 | +- don't match retired items in RDBMS stringFind |
203 | 196 | ''', |
204 | 197 | author = "Richard Jones", |
205 | 198 | author_email = "[email protected]", |
|
0 commit comments