|
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.102 2008-03-01 08:18:06 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.103 2008-08-19 01:25:16 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -352,8 +352,34 @@ def main(): |
352 | 352 | '''In this release |
353 | 353 | =============== |
354 | 354 |
|
355 | | -1.4.4 is a security fix release. All installations of Roundup are strongly |
356 | | -encouraged to update. |
| 355 | +1.4.5 has one new feature: |
| 356 | +
|
| 357 | +- Add use of username/password stored in ~/.netrc in mailgw (sf patch |
| 358 | + #1912105) |
| 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) |
357 | 383 |
|
358 | 384 | If you're upgrading from an older version of Roundup you *must* follow |
359 | 385 | the "Software Upgrade" guidelines given in the maintenance documentation. |
|
0 commit comments