Mercurial > p > roundup > code
diff setup.py @ 2604:b3ea6bad36b7 maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 20 Jul 2004 23:27:02 +0000 |
| parents | 00f3eec8ef9a |
| children | d1626710cff1 |
line wrap: on
line diff
--- a/setup.py Tue Jul 20 06:00:07 2004 +0000 +++ b/setup.py Tue Jul 20 23:27:02 2004 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.64.2.5 2004-06-24 07:59:55 richard Exp $ +# $Id: setup.py,v 1.64.2.6 2004-07-20 23:27:00 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -217,22 +217,21 @@ If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation. -0.7.5 is a bug fix release, including: +This is a bug fix release, including: -- force lookup of journal props in anydbm filtering -- fixed lookup of "missing" Link values for new props in anydbm backend -- allow list of values for id, Number and Boolean filtering in anydbm - backend -- fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410) -- fixed Boolean values in postgresql (sf bugs 972546 and 972600) -- fixed -g arg to roundup-server (sf bug 973946) -- better roundup-server usage string (sf bug 973352) -- include "context" always, as documented (sf bug 965447) -- fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309) -- fixed roundup-admin "find" to use better value parsing -- fixed RDBMS Class.find() to handle None value in multiple find -- export now stores file "content" in separate files in export directory - +- rdbms backend full text search failure after import (sf bug 980314) +- rdbms backends not filtering correctly on link=None +- fix anydbm journal import (sf bug 983166) +- handle postgresql bug in SQL generation (sf bug 984591) +- fix dates-from-Dates (sf bug 984604) +- fix messageid generated when msgid is None for send_message (sf bug 987933) +- make user permissions check more sane (fix search page for anonymous) +- fixed RDBMS filter() for no matches from full-text search (sf bug 990778) +- fixed DateHTMLProperty for invalid date entry (sf bug 986538) +- fixed external password source example (sf bug 986601) +- document the STATIC_FILES config var +- implement the HTTP HEAD command (sf bug 992544) +- fix journal export of files to remove content from CSV files ''', author = "Richard Jones", author_email = "richard@users.sourceforge.net",
