Mercurial > p > roundup > code
comparison setup.py @ 2323:ffd14fa75bec maint-0.6 0.6.10
mysql backend wasn't locking tracker
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 17 May 2004 00:47:29 +0000 |
| parents | e481d576e8b4 |
| children | 16e3de09ec1e |
comparison
equal
deleted
inserted
replaced
| 2222:e481d576e8b4 | 2323:ffd14fa75bec |
|---|---|
| 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 18 # |
| 19 # $Id: setup.py,v 1.55.2.11 2004-04-18 06:38:22 richard Exp $ | 19 # $Id: setup.py,v 1.55.2.12 2004-05-17 00:47:28 richard Exp $ |
| 20 | 20 |
| 21 from distutils.core import setup, Extension | 21 from distutils.core import setup, Extension |
| 22 from distutils.util import get_platform | 22 from distutils.util import get_platform |
| 23 from distutils.command.build_scripts import build_scripts | 23 from distutils.command.build_scripts import build_scripts |
| 24 | 24 |
| 186 long_description = | 186 long_description = |
| 187 '''Roundup is a simple-to-use and -install issue-tracking system with | 187 '''Roundup is a simple-to-use and -install issue-tracking system with |
| 188 command-line, web and e-mail interfaces. It is based on the winning design | 188 command-line, web and e-mail interfaces. It is based on the winning design |
| 189 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 189 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 190 | 190 |
| 191 The 0.6.9 release fixes some bugs: | 191 The 0.6.10 release fixes some bugs: |
| 192 - paging in classhelp popup was broken | 192 |
| 193 - socket timeout error logging can fail | 193 - mysql backend wasn't locking tracker |
| 194 - hyperlink designators in message display (sf bug 931828) | |
| 195 - don't match retired items in RDBMS stringFind | |
| 196 ''', | 194 ''', |
| 197 author = "Richard Jones", | 195 author = "Richard Jones", |
| 198 author_email = "richard@users.sourceforge.net", | 196 author_email = "richard@users.sourceforge.net", |
| 199 url = 'http://roundup.sourceforge.net/', | 197 url = 'http://roundup.sourceforge.net/', |
| 200 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 198 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
