comparison setup.py @ 3419:4aeb0d0cf0d6

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Fri, 07 Oct 2005 05:35:04 +0000
parents 9c368d4cdac5
children f29a307ab3fe
comparison
equal deleted inserted replaced
3418:9b8019f28158 3419:4aeb0d0cf0d6
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.82 2005-03-17 11:14:24 a1s Exp $ 19 # $Id: setup.py,v 1.83 2005-10-07 05:35: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.file_util import write_file 23 from distutils.file_util import write_file
24 from distutils.command.bdist_rpm import bdist_rpm 24 from distutils.command.bdist_rpm import bdist_rpm
349 from Ka-Ping Yee in the Software Carpentry "Track" design competition. 349 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
350 350
351 If you're upgrading from an older version of Roundup you *must* follow 351 If you're upgrading from an older version of Roundup you *must* follow
352 the "Software Upgrade" guidelines given in the maintenance documentation. 352 the "Software Upgrade" guidelines given in the maintenance documentation.
353 353
354 This release introduces far too many features to list here so I've put 354 Roundup 0.9 includes:
355 together a What's New page: 355
356 356 - added "imapServer.py" script (sf patch 934567)
357 http://roundup.sourceforge.net/doc-0.8/whatsnew-0.8.html 357 - added date selection popup windows (thanks Marcus Priesch)
358 358 - added Xapian indexer; replaces standard indexers if Xapian is available*
359 Some highlights: 359 - mailgw subject parsing has configurable levels of strictness
360 360 - nosy messages may be sent individually to all recipients
361 - added postgresql backend 361 - remember where we came from when logging in (sf patch 1312889)
362 - trackers using postgresql or mysql backends may have many users 362
363 - new "actor" automatic property (user who caused the last "activity") 363 *: unfortunately the latest release of Xapian (0.9.2) has a bug in the
364 - RDBMS backends have data typed columns and indexes on several columns 364 Python bindings which prevents this indexer from working, so it's disabled
365 - registration may be concluded by replying to the confirmation email
366 - HTML templating permission checks are greatly simplified
367 - database exports now include full journals
368 - IMAP support in the mail gateway
369 ''', 365 ''',
370 'author': "Richard Jones", 366 'author': "Richard Jones",
371 'author_email': "richard@users.sourceforge.net", 367 'author_email': "richard@users.sourceforge.net",
372 'url': 'http://roundup.sourceforge.net/', 368 'url': 'http://roundup.sourceforge.net/',
373 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577', 369 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577',

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