comparison setup.py @ 2253:91118ac2fa7f

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Wed, 05 May 2004 02:05:59 +0000
parents f624fc20f8fe
children 9899d1da5240 e98bb674cb7d
comparison
equal deleted inserted replaced
2252:b63e455462ee 2253:91118ac2fa7f
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.63 2004-04-25 22:19:14 richard Exp $ 19 # $Id: setup.py,v 1.64 2004-05-05 02:05:43 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 No, really, this is a BETA and if you don't follow the upgrading steps, 220 This release introduces far too many features to list here so I've put
221 particularly the bit about BACKING UP YOUR DATA, I'm NOT GOING TO BE HELD 221 together a What's New page:
222 RESPONSIBLE. This release is NOT FOR GENERAL USE. 222
223 223 http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
224 I would *greatly* appreciate people giving this release a whirl with a 224
225 copy of their existing setup. It's only through real-world testing of 225 Some highlights:
226 beta releases that we can ensure that older trackers will be OK.
227
228 This release introduces far too many features to list here. Some
229 highlights:
230 226
231 - added postgresql backend 227 - added postgresql backend
232 - trackers using postgresql or mysql backends may have many users 228 - trackers using postgresql or mysql backends may have many users
233 - new "actor" automatic property (user who caused the last "activity") 229 - new "actor" automatic property (user who caused the last "activity")
234 - RDBMS backends have data typed columns and indexes on several columns 230 - RDBMS backends have data typed columns and indexes on several columns

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