comparison doc/upgrading.txt @ 3253:34d034a4c0d9

merge from 0.8 plus docs
author Richard Jones <richard@users.sourceforge.net>
date Mon, 04 Apr 2005 07:22:12 +0000
parents 7308c3c5a943
children f3e82dc57c7e 751601e710d8
comparison
equal deleted inserted replaced
3250:8634ea9b2d1c 3253:34d034a4c0d9
10 then you don't need to do anything. If you're upgrading from 0.5.6 to 10 then you don't need to do anything. If you're upgrading from 0.5.6 to
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
16 Migrating from 0.8.0 to 0.8.3
17 =============================
18
19 0.8.3 Nosy Handling Changes
20 ---------------------------
21
22 A change was made to fix a bug in the ``nosyreaction.py`` standard
23 detector. To incorporate this fix in your trackers, you will need to copy
24 the ``nosyreaction.py`` file from the ``templates/classic/detectors``
25 directory of the source to your tracker's ``templates`` directory.
26
27 If you have modified the ``nosyreaction.py`` file from the standard
28 version, you will need to roll your changes into the new file.
29
15 30
16 Migrating from 0.7.1 to 0.8.0 31 Migrating from 0.7.1 to 0.8.0
17 ============================= 32 =============================
18 33
19 You *must* fully uninstall previous Roundup version before installing 34 You *must* fully uninstall previous Roundup version before installing

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