comparison setup.py @ 4012:5bf05d2b3cf8

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Mon, 01 Sep 2008 01:58:32 +0000
parents a05dda908b69
children bca7c59ac400
comparison
equal deleted inserted replaced
4011:e77bcbdc9b32 4012:5bf05d2b3cf8
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.104 2008-08-19 01:52:58 richard Exp $ 19 # $Id: setup.py,v 1.105 2008-09-01 01:58:32 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 1.4.5.1 has one new feature: 355 1.4.6 is a bugfix release:
356 356
357 - Add use of username/password stored in ~/.netrc in mailgw (sf patch 357 - Fix bug introduced in 1.4.5 in RDBMS full-text indexing
358 #1912105) 358 - Make URL matching code less matchy
359
360 It is otherwise mostly a bugfix release:
361
362 - 'Make a Copy' failed with more than one person in nosy list (sf #1906147)
363 - xml-rpc security checks and tests across all backends (sf #1907211)
364 - Send a Precedence header in email so (well-written) autoresponders don't
365 - Fix mailgw total failure bounce message generation (thanks Bradley Dean)
366 - Fix for postgres 8.3 compatibility (and bug) (sf patch #2030479 and bug
367 #1959261)
368 - Fix for translations (sf patch #2032526)
369 - Fire reactors after file storage is all done (sf patch #2001243)
370 - Allow negative ids other than -1 for item generation (sf patch #1982481)
371 - Better German translation for retiring users (sf #1998701)
372 - More improvements to German translation (sf #1919446)
373 - Add filter() to XML-RPC interface (sf patch #1966456)
374 - Fix IndexError when there are no messages to an issue (sf patch #1894249)
375 - Prevent broken pipe errors in csv export (sf patch #1911449)
376 - New session API and cleanup thanks anatoly t.
377 - Make WSGI handler threadsafe (sf #1968027)
378 - Improved URL matching RE (sf #2038858)
379 - Allow binary file content submission via XML-RPC (sf #1995623)
380 - Don't run old code on newer database (sf #1979556)
381 - Fix HTML injection into page title
382 - Fix indexer handling of indexed Link properties (sf #1936876)
383 359
384 If you're upgrading from an older version of Roundup you *must* follow 360 If you're upgrading from an older version of Roundup you *must* follow
385 the "Software Upgrade" guidelines given in the maintenance documentation. 361 the "Software Upgrade" guidelines given in the maintenance documentation.
386 362
387 Roundup requires python 2.3 or later for correct operation. 363 Roundup requires python 2.3 or later for correct operation.

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