Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / CHANGES.txt
index 468436538d281552b8291f76f62e1db8ee3abe13..88aef984422b62cee6aa3bba95377f5d6c18898a 100644 (file)
@@ -15,9 +15,17 @@ Features:
   translation as it used to be (Ralf)
 - Sending of PGP-Encrypted mail to all users or selected users (via
   roles) is now working. (Ralf)
+- Add config-option "nosy" to messages_to_author setting in [nosy]
+  section of config: This will send a message to the author only
+  in the case where the author is on the nosy-list (either added
+  earlier or via the add_author setting). Current config-options
+  for this setting will send / not send to author without considering
+  the nosy list. (Ralf)
 
 Fixed:
 
+- issue2550730: FAQ has broken link to Zope book. Reported and fixed by
+  John Rouillard.(Bernhard)
 - issue2550728: remove buggy parentheses in TAL/DummyEngine.py.
   Reported and fixed by Ralf Hemmecke. (Bernhard)
 - issue2550715: IndexError when requesting non-existing file via http.