comparison setup.py @ 2500:00f3eec8ef9a maint-0.7

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Thu, 24 Jun 2004 07:59:56 +0000
parents fcb2948ebdd9
children b3ea6bad36b7
comparison
equal deleted inserted replaced
2499:4d112730e02f 2500:00f3eec8ef9a
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.4 2004-06-09 06:43:02 richard Exp $ 19 # $Id: setup.py,v 1.64.2.5 2004-06-24 07:59:55 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.4 is a bug fix release, including: 220 0.7.5 is a bug fix release, including:
221 221
222 - re-acquire the OTK manager when we re-open the database 222 - force lookup of journal props in anydbm filtering
223 - mailgw handler can close the database on us 223 - fixed lookup of "missing" Link values for new props in anydbm backend
224 - fixed grouping by a NULL Link value 224 - allow list of values for id, Number and Boolean filtering in anydbm
225 - fixed anydbm import/export (sf bugs 965216, 964457, 964450) 225 backend
226 - fix python 2.3.3 strftime deprecation warning (sf patch 968398) 226 - fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410)
227 - fix some column datatypes in postgresql and mysql (sf bugs 962611, 227 - fixed Boolean values in postgresql (sf bugs 972546 and 972600)
228 959177 and 964231) 228 - fixed -g arg to roundup-server (sf bug 973946)
229 - fixed RDBMS journal packing (sf bug 959177) 229 - better roundup-server usage string (sf bug 973352)
230 - fixed filtering by floats in anydbm (sf bug 963584) 230 - include "context" always, as documented (sf bug 965447)
231 - fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309)
232 - fixed roundup-admin "find" to use better value parsing
233 - fixed RDBMS Class.find() to handle None value in multiple find
234 - export now stores file "content" in separate files in export directory
235
231 ''', 236 ''',
232 author = "Richard Jones", 237 author = "Richard Jones",
233 author_email = "richard@users.sourceforge.net", 238 author_email = "richard@users.sourceforge.net",
234 url = 'http://roundup.sourceforge.net/', 239 url = 'http://roundup.sourceforge.net/',
235 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', 240 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577',

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