|
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.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 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -219,25 +219,25 @@ def main(): |
219 | 219 |
|
220 | 220 | This is a bug fix release, including: |
221 | 221 |
|
222 | | -- rdbms backend full text search failure after import (sf bug 980314) |
223 | | -- rdbms backends not filtering correctly on link=None |
224 | | -- fix anydbm journal import (sf bug 983166) |
225 | | -- handle postgresql bug in SQL generation (sf bug 984591) |
226 | | -- fix dates-from-Dates (sf bug 984604) |
227 | | -- fix messageid generated when msgid is None for send_message (sf bug 987933) |
228 | | -- make user permissions check more sane (fix search page for anonymous) |
229 | | -- fixed RDBMS filter() for no matches from full-text search (sf bug 990778) |
230 | | -- fixed DateHTMLProperty for invalid date entry (sf bug 986538) |
231 | | -- fixed external password source example (sf bug 986601) |
232 | | -- document the STATIC_FILES config var |
233 | | -- implement the HTTP HEAD command (sf bug 992544) |
234 | | -- fix journal export of files to remove content from CSV files |
235 | | -- API clarification. Previously, the anydbm/bsddb/metakit filter() methods |
236 | | - had required exact matches to Multilink argument lists. The RDBMS |
237 | | - backends treated Multilink matches like all other data types - matching |
238 | | - any of the Multilink argument list is good enough. The latter behaviour |
239 | | - is implemented across the board now. |
240 | | -- fix metakit handling of filter on Link==None |
| 222 | +- ZRoundup's search interface works now (sf bug 994957) |
| 223 | +- fixed history display when "ascending" |
| 224 | +- removed references to py2.3+ boolean values (sf bug 995682) |
| 225 | +- fix static file path normalisation in security check (thanks David Linke) |
| 226 | +- less specific messages for login failures (thanks Chris Withers) |
| 227 | +- Reject raised against email messages should result in email rejection, not |
| 228 | + discarding of the message |
| 229 | +- mailgw can override the MAIL_DEFAULT_CLASS |
| 230 | +- handle Py2.3+ datetime objects as Date specs (sf bug 971300) |
| 231 | +- use row locking in MySQL newid() (sf bug 1034211) |
| 232 | +- add sanity check for sort and group on same property (sf bug 1033477) |
| 233 | +- extend OTK and session table value cols to TEXT (sf bug 1031271) |
| 234 | +- fix lookup of REMOTE_USER (sf bug 1002923) |
| 235 | +- new Interval props weren't created properly in rdbms |
| 236 | +- date.Interval() now accepts an Interval as a spec (sf bug 1041266) |
| 237 | +- handle deleted properties in RDBMS history |
| 238 | +- apply timezone in correct direction in user input (sf bug 1013097) |
| 239 | +- more efficient find() in RDBMS (sf bug 1012781) |
| 240 | +- pydotorg-specific change to mailgw to handle bizzaro permissions ;) |
241 | 241 | ''', |
242 | 242 | author = "Richard Jones", |
243 | 243 | author_email = "[email protected]", |
|
0 commit comments