Mercurial > p > roundup > code
comparison setup.py @ 2748:fc9b8522a4bc maint-0.7
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 11 Oct 2004 05:25:47 +0000 |
| parents | d1626710cff1 |
| children | 7b41d612539f |
comparison
equal
deleted
inserted
replaced
| 2747:8b6cd1c5d549 | 2748:fc9b8522a4bc |
|---|---|
| 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.7 2004-07-21 01:25:55 richard Exp $ | 19 # $Id: setup.py,v 1.64.2.8 2004-10-11 05:25:46 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 |
| 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, including: |
| 221 | 221 |
| 222 - rdbms backend full text search failure after import (sf bug 980314) | 222 - ZRoundup's search interface works now (sf bug 994957) |
| 223 - rdbms backends not filtering correctly on link=None | 223 - fixed history display when "ascending" |
| 224 - fix anydbm journal import (sf bug 983166) | 224 - removed references to py2.3+ boolean values (sf bug 995682) |
| 225 - handle postgresql bug in SQL generation (sf bug 984591) | 225 - fix static file path normalisation in security check (thanks David Linke) |
| 226 - fix dates-from-Dates (sf bug 984604) | 226 - less specific messages for login failures (thanks Chris Withers) |
| 227 - fix messageid generated when msgid is None for send_message (sf bug 987933) | 227 - Reject raised against email messages should result in email rejection, not |
| 228 - make user permissions check more sane (fix search page for anonymous) | 228 discarding of the message |
| 229 - fixed RDBMS filter() for no matches from full-text search (sf bug 990778) | 229 - mailgw can override the MAIL_DEFAULT_CLASS |
| 230 - fixed DateHTMLProperty for invalid date entry (sf bug 986538) | 230 - handle Py2.3+ datetime objects as Date specs (sf bug 971300) |
| 231 - fixed external password source example (sf bug 986601) | 231 - use row locking in MySQL newid() (sf bug 1034211) |
| 232 - document the STATIC_FILES config var | 232 - add sanity check for sort and group on same property (sf bug 1033477) |
| 233 - implement the HTTP HEAD command (sf bug 992544) | 233 - extend OTK and session table value cols to TEXT (sf bug 1031271) |
| 234 - fix journal export of files to remove content from CSV files | 234 - fix lookup of REMOTE_USER (sf bug 1002923) |
| 235 - API clarification. Previously, the anydbm/bsddb/metakit filter() methods | 235 - new Interval props weren't created properly in rdbms |
| 236 had required exact matches to Multilink argument lists. The RDBMS | 236 - date.Interval() now accepts an Interval as a spec (sf bug 1041266) |
| 237 backends treated Multilink matches like all other data types - matching | 237 - handle deleted properties in RDBMS history |
| 238 any of the Multilink argument list is good enough. The latter behaviour | 238 - apply timezone in correct direction in user input (sf bug 1013097) |
| 239 is implemented across the board now. | 239 - more efficient find() in RDBMS (sf bug 1012781) |
| 240 - fix metakit handling of filter on Link==None | 240 - pydotorg-specific change to mailgw to handle bizzaro permissions ;) |
| 241 ''', | 241 ''', |
| 242 author = "Richard Jones", | 242 author = "Richard Jones", |
| 243 author_email = "richard@users.sourceforge.net", | 243 author_email = "richard@users.sourceforge.net", |
| 244 url = 'http://roundup.sourceforge.net/', | 244 url = 'http://roundup.sourceforge.net/', |
| 245 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 245 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
