aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b85192c..c7e435e3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,41 @@ Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+2.x.xx (xx-xxx-xxxx)
+
+ New Features
+
+ - Added a new cron/cull_bad_shunt script to cull and optionally
+ archive old entries from the bad and shunt queues. This is controlled
+ by new Defaults.py/mm_cfg.py settings BAD_SHUNT_STALE_AFTER (default
+ 7 days) and BAD_SHUNT_ARCHIVE_DIRECTORY (default None) which determine
+ how long to keep bad and shunt queue entries and optionally, where to
+ archive removed entries.
+
+ Bug fixes and other patches
+
+ - Changed the preservation of unparseable messages to be conditional on
+ the Defaults.py/mm_cfg.py setting of QRUNNER_SAVE_BAD_MESSAGES and
+ changed the queue directory in which messages are preserved from 'shunt'
+ to 'bad'.
+
+ - Fixed a bug introduced in 2.1.10 that caused some email subscribe
+ requests to be shunted (1966837).
+
+ - Fixed a problem with bin/update erroneously moving templates from
+ templates/xx to lists/xx if a list has the same name as a language
+ code. Also fixed the absolute path to lists/ (1418670 ).
+
+ - Changed Utils.ValidateEmail to not allow specials (particularly ':')
+ in unquoted local parts (1956393).
+
+ - Changed bin/update to remove .bak files erroneously left behind in
+ qfiles/*/ by a 2.1.9 bug.
+
+ Miscellaneous
+
+ - Brad Knowles' mailman daily status report script updated to 0.0.18.
+
2.1.10 (21-Apr-2008)
Security