Mercurial > p > roundup > code
comparison setup.py @ 3726:b11142bb2aa2 1.2.1
Password confirm field in user editing.
Pre-1.2.1-release stuff too
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 07 Oct 2006 03:03:29 +0000 |
| parents | a8835786ecf7 |
| children | 20e9831fc58a |
comparison
equal
deleted
inserted
replaced
| 3725:65badf6ab7ad | 3726:b11142bb2aa2 |
|---|---|
| 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.90 2006-10-04 01:14:37 richard Exp $ | 19 # $Id: setup.py,v 1.91 2006-10-07 03:03:28 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 New Features in this release: | 354 Bugs fixed in 1.2.1: |
| 355 | |
| 356 - E-mail subject line prefix delimiter configuration was being ignored. | |
| 357 - Password confirm field in user editing. | |
| 358 | |
| 359 New Features in 1.2.x: | |
| 355 | 360 |
| 356 - supports Python 2.5, including the sqlite3 module | 361 - supports Python 2.5, including the sqlite3 module |
| 357 - full timezone support (sf patch 1465296) | 362 - full timezone support (sf patch 1465296) |
| 358 - handle connection loss when responding to web requests | 363 - handle connection loss when responding to web requests |
| 359 - match incoming mail In-Reply-To against existing messages when no issue | 364 - match incoming mail In-Reply-To against existing messages when no issue |
