|
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.5 2003-12-16 20:58:26 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.55.2.6 2004-02-15 23:27:44 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -188,14 +188,22 @@ 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.4 release fixes some bugs: |
192 | | -- fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306) |
193 | | -- fixed date arithmetic to limit hours-per-day to 24, not 60 |
194 | | -- fixed activity displaying as future because of Date arithmetic fix in 0.6.3 |
195 | | - (sf bug 842027). |
196 | | -- hard-coded python2.3-ism (socket.timeout) fixed |
197 | | -- fix Windows service mode for roundup-server (sf bug 819890) |
198 | | -- fixed #white in cgitb (thanks Henrik Levkowetz) |
| 191 | +The 0.6.5 release fixes some bugs: |
| 192 | +- mailgw handling of subject-line errors |
| 193 | +- allow serving of FileClass file content when the class isn't called |
| 194 | + "file" (eg. messages and other FileClasses) |
| 195 | +- allowed negative ids (ie. new item markers) in HTMLClass.getItem, |
| 196 | + allowing "db/file_with_status/-1/status/menu" to generate a useful |
| 197 | + widget |
| 198 | +- fixed content-type when templates are serving up xml (thanks Godefroid |
| 199 | + Chapelle) |
| 200 | +- fixed IE double-submit when it shouldn't (sf bug 842254) |
| 201 | +- fixed check for JS pop()/push() to make more general (sf bug 877504) |
| 202 | +- fix re-enabling queries (sf bug 861940) |
| 203 | +- use supplied content-type on file uploads before trying filename |
| 204 | +- fixed roundup-reminder script to use default schema (thanks Klamer Schutte) |
| 205 | +- fixed edit action / parsePropsFromForm to handle index-page edits better |
| 206 | +- safer logging from HTTP server (sf bug 896917) |
199 | 207 | ''', |
200 | 208 | author = "Richard Jones", |
201 | 209 | author_email = "[email protected]", |
|
0 commit comments