Mercurial > p > roundup > code
changeset 1821:f0bf3a9a8b0e maint-0.6
sigh
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Sep 2003 08:25:31 +0000 |
| parents | 9560e94beeea |
| children | 67dbb0497bdb |
| files | CHANGES.txt doc/upgrading.txt |
| diffstat | 2 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Sep 29 08:08:31 2003 +0000 +++ b/CHANGES.txt Mon Sep 29 08:25:31 2003 +0000 @@ -1,6 +1,11 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. +2003-10-?? 0.6.3 +Fixed: +- Added note to upgrading doc for detectors fix in 0.6.2 + + 2003-09-29 0.6.2 Fixed: - cleaned up, clarified internal caching API in *dbm backends
--- a/doc/upgrading.txt Mon Sep 29 08:08:31 2003 +0000 +++ b/doc/upgrading.txt Mon Sep 29 08:25:31 2003 +0000 @@ -7,11 +7,24 @@ .. contents:: +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 ========================= - 0.6.0 Configuration -------------------
