aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-04-28 10:59:50 -0700
committerMark Sapiro <mark@msapiro.net>2008-04-28 10:59:50 -0700
commit8f2ad9d29ddf901a04289b834be3f592fcd62a7e (patch)
tree14d0b11a11638b308a1c8b5b170c013e2b8f7a74 /NEWS
parent35fa6d25927fd941bb270fa42cde0e570606ad21 (diff)
downloadmailman2-8f2ad9d29ddf901a04289b834be3f592fcd62a7e.tar.gz
mailman2-8f2ad9d29ddf901a04289b834be3f592fcd62a7e.tar.xz
mailman2-8f2ad9d29ddf901a04289b834be3f592fcd62a7e.zip
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 ).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b85192c..1e20e80e 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,22 @@ 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)
+
+ 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.
+
+ - 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 ).
+
2.1.10 (21-Apr-2008)
Security