diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-25 11:15:15 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-25 11:15:15 -0800 |
commit | dd541be11f9ab58c55b087c4fca2dea9c2ea49b7 (patch) | |
tree | f49100b23fb6cca764d36909ddf8196d6143a58c /NEWS | |
parent | 9d6cceb06b3e6bc145efcc95d910bebdff74587d (diff) | |
download | mailman2-dd541be11f9ab58c55b087c4fca2dea9c2ea49b7.tar.gz mailman2-dd541be11f9ab58c55b087c4fca2dea9c2ea49b7.tar.xz mailman2-dd541be11f9ab58c55b087c4fca2dea9c2ea49b7.zip |
Updated NEWS for recent changes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -102,7 +102,10 @@ Here is a history of user visible changes to Mailman. wasn't always found in quoted-printable encoded parts and was never found in base64 encoded parts. This is now fixed. - - Added the Hebrew translation from Dov Zamir. + - Added the Hebrew translation from Dov Zamir. This includes addition of + a direction ('ltr', 'rtl') to the LC_DESCRIPTIONS table. The + add_language() function defaults direction to 'ltr' to not break + existing mm_cfg.py files. - Added the ability to put a list name in accept_these_nonmembers to accept posts from members of that list (1220144). @@ -113,6 +116,11 @@ Here is a history of user visible changes to Mailman. - Fixed the mailto: link in archived messages to prefix the subject with Re: and to put the correct message-id in In-Reply-To (1621278, 1834281). + - Added a new 'sibling list' feature to exclude members of another list + from receiving a post from this list if the other list is in the To: or + Cc: of the post or to include members of the other list if that list is + not in the To: or Cc: of the post (Patch ID 1347962). + 2.1.9 (12-Sep-2006) Security |