Mercurial > p > roundup > code
comparison setup.py @ 2969:7b41d612539f maint-0.7 0.7.9
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 26 Nov 2004 00:02:56 +0000 |
| parents | fc9b8522a4bc |
| children | 433484274317 |
comparison
equal
deleted
inserted
replaced
| 2967:7922e1244911 | 2969:7b41d612539f |
|---|---|
| 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.64.2.8 2004-10-11 05:25:46 richard Exp $ | 19 # $Id: setup.py,v 1.64.2.9 2004-11-26 00:02:56 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 from distutils.command.build import build | 24 from distutils.command.build import build |
| 215 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 215 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 216 | 216 |
| 217 If you're upgrading from an older version of Roundup you *must* follow | 217 If you're upgrading from an older version of Roundup you *must* follow |
| 218 the "Software Upgrade" guidelines given in the maintenance documentation. | 218 the "Software Upgrade" guidelines given in the maintenance documentation. |
| 219 | 219 |
| 220 This is a bug fix release, including: | 220 This is a bug fix release (with one feature cleaning up and API |
| 221 | 221 inconsistency): |
| 222 - ZRoundup's search interface works now (sf bug 994957) | 222 |
| 223 - fixed history display when "ascending" | 223 Feature: |
| 224 - removed references to py2.3+ boolean values (sf bug 995682) | 224 - DateHTMLProperty.field() accepts format string (thanks Wil Cooley) |
| 225 - fix static file path normalisation in security check (thanks David Linke) | 225 |
| 226 - less specific messages for login failures (thanks Chris Withers) | 226 Fixed: |
| 227 - Reject raised against email messages should result in email rejection, not | 227 - popup listing uses filter args (thanks Marlon van den Berg) |
| 228 discarding of the message | 228 - fixed editing of message contents |
| 229 - mailgw can override the MAIL_DEFAULT_CLASS | 229 - loosened the detection of issue cross-references in messages |
| 230 - handle Py2.3+ datetime objects as Date specs (sf bug 971300) | 230 - open CSV files in "universal newline" mode |
| 231 - use row locking in MySQL newid() (sf bug 1034211) | 231 - s/Modifed/Modified (thanks donfu) |
| 232 - add sanity check for sort and group on same property (sf bug 1033477) | 232 - applied patch fixing some form handling issues in ZRoundup (thanks Chris |
| 233 - extend OTK and session table value cols to TEXT (sf bug 1031271) | 233 Withers) |
| 234 - fix lookup of REMOTE_USER (sf bug 1002923) | 234 - enforce View Permission when serving file content (sf bug 1050470) |
| 235 - new Interval props weren't created properly in rdbms | 235 - don't index common words (sf bug 1046612) |
| 236 - date.Interval() now accepts an Interval as a spec (sf bug 1041266) | 236 - set the current username correctly after rego (sf bug 1048398) |
| 237 - handle deleted properties in RDBMS history | 237 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) |
| 238 - apply timezone in correct direction in user input (sf bug 1013097) | 238 - TAL expressions like 'request/show/whatever' return True |
| 239 - more efficient find() in RDBMS (sf bug 1012781) | 239 if the request does not contain explicit @columns list |
| 240 - pydotorg-specific change to mailgw to handle bizzaro permissions ;) | 240 - NumberHTMLProperty should return '' not "None" if not set (thanks |
| 241 William) | |
| 242 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf | |
| 243 bug 950963) | |
| 244 - always honor indexme property on Strings (sf patch 1063711) | |
| 245 - make hyperdb value parsing errors readable in mailgw errors | |
| 246 - make anydbm journal export handle removed properties | |
| 247 - allow use of XML templates again | |
| 241 ''', | 248 ''', |
| 242 author = "Richard Jones", | 249 author = "Richard Jones", |
| 243 author_email = "richard@users.sourceforge.net", | 250 author_email = "richard@users.sourceforge.net", |
| 244 url = 'http://roundup.sourceforge.net/', | 251 url = 'http://roundup.sourceforge.net/', |
| 245 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 252 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
