Mercurial > p > roundup > code
comparison setup.py @ 3971:ff3a8b7d1819 1.4.4
security fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 01 Mar 2008 08:18:07 +0000 |
| parents | c5376b2f7bbf |
| children | 71d8025784d0 |
comparison
equal
deleted
inserted
replaced
| 3970:c5376b2f7bbf | 3971:ff3a8b7d1819 |
|---|---|
| 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.101 2008-02-27 20:57:56 richard Exp $ | 19 # $Id: setup.py,v 1.102 2008-03-01 08:18:06 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 Just one bug was fixed in 1.4.3: | 355 1.4.4 is a security fix release. All installations of Roundup are strongly |
| 356 | 356 encouraged to update. |
| 357 - MySQL backend bug introduced in 1.4.2 | |
| 358 | 357 |
| 359 If you're upgrading from an older version of Roundup you *must* follow | 358 If you're upgrading from an older version of Roundup you *must* follow |
| 360 the "Software Upgrade" guidelines given in the maintenance documentation. | 359 the "Software Upgrade" guidelines given in the maintenance documentation. |
| 361 | 360 |
| 362 Roundup requires python 2.3 or later for correct operation. | 361 Roundup requires python 2.3 or later for correct operation. |
