comparison setup.py @ 3969:905faf52a51f 1.4.3

fix mysql breakage in 1.4.2
author Richard Jones <richard@users.sourceforge.net>
date Wed, 27 Feb 2008 08:32:51 +0000
parents 553a27b25012
children c5376b2f7bbf
comparison
equal deleted inserted replaced
3968:5857cd1a0db9 3969:905faf52a51f
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.99 2007-11-07 21:24:24 richard Exp $ 19 # $Id: setup.py,v 1.100 2008-02-27 08:32:45 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 The metakit backend has been removed due to lack of maintenance and 355 Just one bug was fixed in 1.4.3:
356 presence of good alternatives (in particular sqlite built into Python 2.5) 356
357 357 - MySQL backend bug introduced in 1.4.2
358 Release 1.4.1 removes an old trace of the metakit backend that was
359 preventing new tracker installation.
360
361 New Features in 1.4.0:
362
363 - Roundup has a new xmlrpc frontend that gives access to a tracker using
364 XMLRPC.
365 - Dates can now be in the year-range 1-9999
366 - Add simple anti-spam recipe to docs
367 - Allow customisation of regular expressions used in email parsing, thanks
368 Bruno Damour
369 - Italian translation by Marco Ghidinelli
370 - Multilinks take any iterable
371 - config option: specify port and local hostname for SMTP connections
372 - Tracker index templating (i.e. when roundup_server is serving multiple
373 trackers) (sf bug 1058020)
374 - config option: Limit nosy attachments based on size (Philipp Gortan)
375 - roundup_server supports SSL via pyopenssl
376 - templatable 404 not found messages (sf bug 1403287)
377 - Unauthorized email includes a link to the registration page for
378 the tracker
379 - config options: control whether author info/email is included in email
380 sent by roundup
381 - support for receiving OpenPGP MIME messages (signed or encrypted)
382 358
383 There's also a ton of bugfixes. 359 There's also a ton of bugfixes.
384 360
385 If you're upgrading from an older version of Roundup you *must* follow 361 If you're upgrading from an older version of Roundup you *must* follow
386 the "Software Upgrade" guidelines given in the maintenance documentation. 362 the "Software Upgrade" guidelines given in the maintenance documentation.

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