comparison doc/upgrading.txt @ 4503:9f488541802f

Yet another fix to the mail gateway... ...messages got *all* files of an issue, not just the new ones. Thanks to Rafal Bisingier for reporting and proposing a fix. The regression test was updated. Fix version numbers in upgrade documentation, the file-unlink defect was in 1.4.17 not 1.4.16. Thanks to Rafal Bisingier.
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Wed, 01 Jun 2011 12:49:47 +0000
parents 431bf4e7d3d7
children bce9aaf19a3b
comparison
equal deleted inserted replaced
4502:4b79cf4bd831 4503:9f488541802f
11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3"
12 steps. 12 steps.
13 13
14 .. contents:: 14 .. contents::
15 15
16 Migrating from 1.4.16 to 1.4.17 16 Migrating from 1.4.17 to 1.4.18
17 =============================== 17 ===============================
18 18
19 There was a bug in 1.4.16 where files were unlinked from issues if a 19 There was a bug in 1.4.17 where files were unlinked from issues if a
20 mail without attachment was received via the mail interface. The 20 mail without attachment was received via the mail interface. The
21 following script will list likely issues being affected by the bug. 21 following script will list likely issues being affected by the bug.
22 The date in the script is the date of the 1.4.16 release. If you have 22 The date in the script is the date of the 1.4.17 release. If you have
23 installed 1.4.16 later than this date, you can change the date 23 installed 1.4.17 later than this date, you can change the date
24 appropriately to your installation date. Run the script in the directory 24 appropriately to your installation date. Run the script in the directory
25 of your tracker. 25 of your tracker.
26 26
27 #!/usr/bin/python 27 #!/usr/bin/python
28 import os 28 import os

Roundup Issue Tracker: http://roundup-tracker.org/