comparison 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
comparison
equal deleted inserted replaced
2599:3fefdbfa6141 2604:b3ea6bad36b7
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.5 2004-06-24 07:59:55 richard Exp $ 19 # $Id: setup.py,v 1.64.2.6 2004-07-20 23:27:00 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 0.7.5 is a bug fix release, including: 220 This is a bug fix release, including:
221 221
222 - force lookup of journal props in anydbm filtering 222 - rdbms backend full text search failure after import (sf bug 980314)
223 - fixed lookup of "missing" Link values for new props in anydbm backend 223 - rdbms backends not filtering correctly on link=None
224 - allow list of values for id, Number and Boolean filtering in anydbm 224 - fix anydbm journal import (sf bug 983166)
225 backend 225 - handle postgresql bug in SQL generation (sf bug 984591)
226 - fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410) 226 - fix dates-from-Dates (sf bug 984604)
227 - fixed Boolean values in postgresql (sf bugs 972546 and 972600) 227 - fix messageid generated when msgid is None for send_message (sf bug 987933)
228 - fixed -g arg to roundup-server (sf bug 973946) 228 - make user permissions check more sane (fix search page for anonymous)
229 - better roundup-server usage string (sf bug 973352) 229 - fixed RDBMS filter() for no matches from full-text search (sf bug 990778)
230 - include "context" always, as documented (sf bug 965447) 230 - fixed DateHTMLProperty for invalid date entry (sf bug 986538)
231 - fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309) 231 - fixed external password source example (sf bug 986601)
232 - fixed roundup-admin "find" to use better value parsing 232 - document the STATIC_FILES config var
233 - fixed RDBMS Class.find() to handle None value in multiple find 233 - implement the HTTP HEAD command (sf bug 992544)
234 - export now stores file "content" in separate files in export directory 234 - fix journal export of files to remove content from CSV files
235
236 ''', 235 ''',
237 author = "Richard Jones", 236 author = "Richard Jones",
238 author_email = "richard@users.sourceforge.net", 237 author_email = "richard@users.sourceforge.net",
239 url = 'http://roundup.sourceforge.net/', 238 url = 'http://roundup.sourceforge.net/',
240 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', 239 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577',

Roundup Issue Tracker: http://roundup-tracker.org/