|
16 | 16 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
17 | 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 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -352,19 +352,32 @@ def main(): |
352 | 352 | '''In this release |
353 | 353 | =============== |
354 | 354 |
|
355 | | -Fixed in 1.3.3: |
356 | | -
|
357 | | -- If-Modified-Since handling was broken |
358 | | -- Updated documentation for customising hard-coded searches in page.html |
359 | | -- Updated Windows installation docs (thanks Bo Berglund) |
360 | | -- Handle rounding of seconds generating invalid date values |
361 | | -- Handle 8-bit untranslateable messages from database properties |
362 | | -- Fix scripts/roundup-reminder date calculation (sf bug 1649979) |
363 | | -- Improved due_date and timelog customisation docs (sf bug 1625124) |
364 | | -
|
365 | | -New Features in 1.3.0: |
366 | | -
|
367 | | -- WSGI support via roundup.cgi.wsgi_handler |
| 355 | +The metakit backend has been removed due to lack of maintenance and |
| 356 | +presence of good alternatives (in particular sqlite built into Python 2.5) |
| 357 | +
|
| 358 | +New Features in 1.4.0: |
| 359 | +
|
| 360 | +- Roundup has a new xmlrpc frontend that gives access to a tracker using |
| 361 | + XMLRPC. |
| 362 | +- Dates can now be in the year-range 1-9999 |
| 363 | +- Add simple anti-spam recipe to docs |
| 364 | +- Allow customisation of regular expressions used in email parsing, thanks |
| 365 | + Bruno Damour |
| 366 | +- Italian translation by Marco Ghidinelli |
| 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 | 382 | If you're upgrading from an older version of Roundup you *must* follow |
370 | 383 | the "Software Upgrade" guidelines given in the maintenance documentation. |
|
0 commit comments