Mercurial > p > roundup > code
diff doc/upgrading.txt @ 3738:7d1ab8c03049
fix doc
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 09 Nov 2006 00:50:22 +0000 |
| parents | 0cc9b954f1f1 |
| children | 20e9831fc58a |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu Nov 09 00:46:54 2006 +0000 +++ b/doc/upgrading.txt Thu Nov 09 00:50:22 2006 +0000 @@ -248,9 +248,12 @@ You may remove the ``__init__.py`` module from the "detectors" directory as it is no longer used. -There's a new way to write extension code for Roundup - the old -``interfaces.py`` file will be ignored. See the `customisation +There's a new way to write extension code for Roundup. If you have code in +an ``interfaces.py`` file you should move it. See the `customisation documentation`_ for information about how extensions are now written. +Note that some older trackers may use ``interfaces.py`` to customise the +mail gateway behaviour. You will need to keep your ``interfaces.py`` file +if this is the case. 0.8.0 Permissions Changes
