Mercurial > p > roundup > code
diff doc/upgrading.txt @ 3255:5c39bc501c34 maint-0.8
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 04 Apr 2005 07:22:59 +0000 |
| parents | 96086801bd61 |
| children | f3e82dc57c7e 751601e710d8 |
line wrap: on
line diff
--- a/doc/upgrading.txt Mon Apr 04 07:16:03 2005 +0000 +++ b/doc/upgrading.txt Mon Apr 04 07:22:59 2005 +0000 @@ -13,6 +13,21 @@ .. contents:: +Migrating from 0.8.0 to 0.8.3 +============================= + +0.8.3 Nosy Handling Changes +--------------------------- + +A change was made to fix a bug in the ``nosyreaction.py`` standard +detector. To incorporate this fix in your trackers, you will need to copy +the ``nosyreaction.py`` file from the ``templates/classic/detectors`` +directory of the source to your tracker's ``templates`` directory. + +If you have modified the ``nosyreaction.py`` file from the standard +version, you will need to roll your changes into the new file. + + Migrating from 0.7.1 to 0.8.0 =============================
