|
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.9 2004-03-25 00:32:30 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.55.2.10 2004-04-01 00:15:55 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -188,15 +188,18 @@ 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.7 release fixes some bugs: |
192 | | -- be more backward-compatible when asking for EMAIL_CHARSET |
193 | | -- made error on create consistent with edit when user enters invalid data |
194 | | - for Multilink and Link form fields (sf bug 904072) |
195 | | -- made errors from bad input in the quick "Show issue:" form more |
196 | | - user-friendly (sf bug 904064) |
197 | | -- don't add a query to a user's list if it's already there |
198 | | -- nicer invalid property error in HTML templating |
199 | | -- use EMAIL_CHARSET for message body too (still sf bug 900046) |
| 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 |
200 | 203 | ''', |
201 | 204 | author = "Richard Jones", |
202 | 205 | author_email = "[email protected]", |
|
0 commit comments