Code

. changed the default message list in issues to display the message body
[roundup.git] / MIGRATION.txt
index c1057e224ce665be8b8a66697197da30041935b9..27bd93ec7ef3854af71690f2082e02083d5b5e8c 100644 (file)
@@ -20,6 +20,18 @@ in thousands e.g. msg123 will be put into files/msg/0/msg123, file2003
 will go into files/file/2/file2003. Previous messages are still found, but
 could be put into this structure.
 
+Migrating from 0.4.0 to 0.4.1
+=============================
+
+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
 =============================