|
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.4 2003-11-14 06:14:48 jlgijsbers Exp $ |
| 19 | +# $Id: setup.py,v 1.55.2.5 2003-12-16 20:58:26 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -180,21 +180,22 @@ def main(): |
180 | 180 | setup( |
181 | 181 | name = "roundup", |
182 | 182 | version = __version__, |
183 | | - description = "Roundup issue tracking system.", |
| 183 | + description = "Roundup is a simple-to-use and -install "\ |
| 184 | + "issue-tracking system with command-line, web and e-mail "\ |
| 185 | + "interfaces.", |
184 | 186 | long_description = |
185 | 187 | '''Roundup is a simple-to-use and -install issue-tracking system with |
186 | 188 | command-line, web and e-mail interfaces. It is based on the winning design |
187 | 189 | from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
188 | 190 |
|
189 | | -The 0.6.3 release fixes some bugs: |
190 | | -- added script to help migrating queries from pre-0.6 trackers |
191 | | -- fixed javascript for help window for only one checkbox case |
192 | | -- Date +/- Interval now works, and Date - Date also works |
193 | | -- handle socket timeout exception (thanks Marcus Priesch) |
194 | | -- fixed retirement of items in rdbms imports (sf bug 841355) |
195 | | -- fixed bug in looking up journal of newly-created items in *dbm backends |
196 | | -- fixed detectors fix incorrectly fixed in bugfix release 0.6.2 |
197 | | -- added note to upgrading doc for detectors fix in 0.6.2 |
| 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) |
198 | 199 | ''', |
199 | 200 | author = "Richard Jones", |
200 | 201 | author_email = "[email protected]", |
|
0 commit comments