aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Planella <david.planella@gmail.com>2008-11-22 21:32:49 +0100
committerDavid Planella <david.planella@gmail.com>2008-11-22 21:32:49 +0100
commit85aae3995be31a5f10cf65235f15038dbdcdb261 (patch)
tree38d0ed32dee807f463656fcb98cf579ce952fc6a /NEWS
parent9476341ddf99f5a5138c2dc81c84a797b2c81579 (diff)
parentf0d392172bb2400927948004d2dc66c264ca2aa5 (diff)
downloadmailman2-85aae3995be31a5f10cf65235f15038dbdcdb261.tar.gz
mailman2-85aae3995be31a5f10cf65235f15038dbdcdb261.tar.xz
mailman2-85aae3995be31a5f10cf65235f15038dbdcdb261.zip
Merged from upstream (lp:mailman/stable)
Upgraded the repository format with 'bzr upgrade'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ddc79973..91418076 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,37 @@ Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+2.1.12? (xx-xxx-xxxx)
+
+ Bug fixes and other patches
+
+ - Fixed a bug in admin.py which would result in chunked pages of the
+ membership list for members whose address begins with a non-alphanumeric
+ character to not be visible or retrievable.
+
+ - Changed ListAdmin.py to make rejected post messages From: the -owner
+ address instead of the -bounces address.
+
+ - With MTA = 'Postfix', if the STANZA END for a list being removed is
+ missing or munged, the remainder of the aliases and/or virtual-mailman
+ file is lost. Fixed.
+
+ - Since Mailman 2.1.1, 2.0.x outstanding subscription and held message
+ requests have not been migrated properly. This is fixed.
+ Bug #266106 (sf998384).
+
+ - Changed cron/gate_news to continue processing the remaining lists on
+ certain errors that can be caused by configuration of a particular list.
+ Bug #265941 (sf775100).
+
+ - Fixed a bug in AvoidDuplicates.py that caused it to fail if the address
+ in the To: or Cc: header differed in case from the case-preserved member
+ address. Bug #297795.
+
+ - Fixed a problem in SecurityManager that caused it to not find the
+ cookie when CheckCookie was not given a user and the user in the cookie
+ had a %xx encoded character. Bug # 299220.
+
2.1.11 (30-Jun-2008)
New Features