diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-04-28 10:59:50 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-04-28 10:59:50 -0700 |
commit | 8f2ad9d29ddf901a04289b834be3f592fcd62a7e (patch) | |
tree | 14d0b11a11638b308a1c8b5b170c013e2b8f7a74 /NEWS | |
parent | 35fa6d25927fd941bb270fa42cde0e570606ad21 (diff) | |
download | mailman2-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-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |