comparison setup.py @ 3938:083e280165a8

Pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Sat, 03 Nov 2007 00:56:52 +0000
parents 4299abf32e16
children 553a27b25012
comparison
equal deleted inserted replaced
3937:3c3077582c16 3938:083e280165a8
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.97 2007-02-15 04:02:43 richard Exp $ 19 # $Id: setup.py,v 1.98 2007-11-03 00:56:51 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
350 " customisable.", 350 " customisable.",
351 'long_description': 351 'long_description':
352 '''In this release 352 '''In this release
353 =============== 353 ===============
354 354
355 Fixed in 1.3.3: 355 The metakit backend has been removed due to lack of maintenance and
356 356 presence of good alternatives (in particular sqlite built into Python 2.5)
357 - If-Modified-Since handling was broken 357
358 - Updated documentation for customising hard-coded searches in page.html 358 New Features in 1.4.0:
359 - Updated Windows installation docs (thanks Bo Berglund) 359
360 - Handle rounding of seconds generating invalid date values 360 - Roundup has a new xmlrpc frontend that gives access to a tracker using
361 - Handle 8-bit untranslateable messages from database properties 361 XMLRPC.
362 - Fix scripts/roundup-reminder date calculation (sf bug 1649979) 362 - Dates can now be in the year-range 1-9999
363 - Improved due_date and timelog customisation docs (sf bug 1625124) 363 - Add simple anti-spam recipe to docs
364 364 - Allow customisation of regular expressions used in email parsing, thanks
365 New Features in 1.3.0: 365 Bruno Damour
366 366 - Italian translation by Marco Ghidinelli
367 - WSGI support via roundup.cgi.wsgi_handler 367 - Multilinks take any iterable
368 - config option: specify port and local hostname for SMTP connections
369 - Tracker index templating (i.e. when roundup_server is serving multiple
370 trackers) (sf bug 1058020)
371 - config option: Limit nosy attachments based on size (Philipp Gortan)
372 - roundup_server supports SSL via pyopenssl
373 - templatable 404 not found messages (sf bug 1403287)
374 - Unauthorized email includes a link to the registration page for
375 the tracker
376 - config options: control whether author info/email is included in email
377 sent by roundup
378 - support for receiving OpenPGP MIME messages (signed or encrypted)
379
380 There's also a ton of bugfixes.
368 381
369 If you're upgrading from an older version of Roundup you *must* follow 382 If you're upgrading from an older version of Roundup you *must* follow
370 the "Software Upgrade" guidelines given in the maintenance documentation. 383 the "Software Upgrade" guidelines given in the maintenance documentation.
371 384
372 Roundup requires python 2.3 or later for correct operation. 385 Roundup requires python 2.3 or later for correct operation.

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