|
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.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 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -352,33 +352,9 @@ def main(): |
352 | 352 | '''In this release |
353 | 353 | =============== |
354 | 354 |
|
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 | | -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) |
| 355 | +Just one bug was fixed in 1.4.3: |
| 356 | +
|
| 357 | +- MySQL backend bug introduced in 1.4.2 |
382 | 358 |
|
383 | 359 | There's also a ton of bugfixes. |
384 | 360 |
|
|
0 commit comments