Skip to content

Commit 86b26df

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent e20397d commit 86b26df

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Fixed:
77
- disabled file logging in Roundup test suite (sf bug 1155649)
88
- return original string if message issue xref isn't valid
99
- fix nosyreaction.py to stop it setting the nosy list unnecessarily
10+
(see doc/upgrading.txt for how to fix in your trackers)
1011

1112

1213
2005-03-03 0.8.2

doc/upgrading.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ steps.
1313

1414
.. contents::
1515

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+
30+
1631
Migrating from 0.7.1 to 0.8.0
1732
=============================
1833

0 commit comments

Comments
 (0)