|
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.7 2004-02-24 23:41:30 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.55.2.8 2004-03-01 00:07:27 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -188,15 +188,15 @@ 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.6 release fixes some bugs: |
192 | | -- fixed registration (sf bug 903283) |
193 | | -- don't insert spaces into designators, it just confuses users (sf bug |
194 | | - 898087) |
195 | | -- Eudora can't handle utf-8 headers. We love Eudora. (sf bug 900046) |
196 | | -- fixed bug in args to new DateHTMLProperty in the local() method (sf bug |
197 | | - 901444) |
198 | | -- also changed rego to not use a 302 during confirmation, as this seems to |
199 | | - confuse some email clients or browsers |
| 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) |
200 | 200 | ''', |
201 | 201 | author = "Richard Jones", |
202 | 202 | author_email = "[email protected]", |
|
0 commit comments