Mercurial > p > roundup > code
diff MIGRATION.txt @ 731:684b4378eec8
Handle migration
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 21 May 2002 06:08:10 +0000 |
| parents | ae3df5685619 |
| children | a55c0622dced |
line wrap: on
line diff
--- a/MIGRATION.txt Tue May 21 06:05:54 2002 +0000 +++ b/MIGRATION.txt Tue May 21 06:08:10 2002 +0000 @@ -26,6 +26,18 @@ Configuration ------------- +The USER_INDEX definition introduced in 0.4.1 was too restrictive in its +allowing replacement of 'assignedto' with the user's userid. Users must change +the None value of 'assignedto' to 'CURRENT USER' (the string, in quotes) for +the replacement behaviour to occur now. + + +Migrating from 0.4.0 to 0.4.1 +============================= + +Configuration +------------- + To allow more fine-grained access control, the variable used to check permission to auto-register users in the mail gateway is now called ANONYMOUS_REGISTER_MAIL rather than overloading ANONYMOUS_REGISTER. If the
