Mercurial > p > roundup > code
diff doc/upgrading.txt @ 1835:461d8aa81376
merge from maint branch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Oct 2003 06:18:45 +0000 |
| parents | 6c2cff78d6a0 |
| children | 7dfd7469dc72 |
line wrap: on
line diff
--- a/doc/upgrading.txt Tue Oct 07 06:03:53 2003 +0000 +++ b/doc/upgrading.txt Tue Oct 07 06:18:45 2003 +0000 @@ -18,6 +18,21 @@ +Migrating from 0.6.x to 0.6.3 +============================= + +0.6.3 Configuration +------------------- + +You will need to copy the file:: + + templates/classic/detectors/__init__.py + +to your tracker's ``detectors`` directory, replacing the one already there. +This fixes a couple of bugs in that file. + + + Migrating from 0.5 to 0.6 =========================
