comparison setup.py @ 2422:fcb2948ebdd9 maint-0.7

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Wed, 09 Jun 2004 06:43:02 +0000
parents 6805cd438c37
children 00f3eec8ef9a
comparison
equal deleted inserted replaced
2421:30aed893566b 2422:fcb2948ebdd9
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.3 2004-05-27 22:17:23 richard Exp $ 19 # $Id: setup.py,v 1.64.2.4 2004-06-09 06:43:02 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.3 is a SECURITY FIX release of Roundup. All users are encouraged 220 0.7.4 is a bug fix release, including:
221 to upgrade immediately. 221
222 222 - re-acquire the OTK manager when we re-open the database
223 This release also fixes a few minor bugs: 223 - mailgw handler can close the database on us
224 224 - fixed grouping by a NULL Link value
225 - add "checked" to truth values for Boolean input 225 - fixed anydbm import/export (sf bugs 965216, 964457, 964450)
226 - fixed import in metakit backend 226 - fix python 2.3.3 strftime deprecation warning (sf patch 968398)
227 - fix SearchAction use of Class.filter(), and clarify API docs for same 227 - fix some column datatypes in postgresql and mysql (sf bugs 962611,
228 959177 and 964231)
229 - fixed RDBMS journal packing (sf bug 959177)
230 - fixed filtering by floats in anydbm (sf bug 963584)
228 ''', 231 ''',
229 author = "Richard Jones", 232 author = "Richard Jones",
230 author_email = "richard@users.sourceforge.net", 233 author_email = "richard@users.sourceforge.net",
231 url = 'http://roundup.sourceforge.net/', 234 url = 'http://roundup.sourceforge.net/',
232 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', 235 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577',

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