aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-04-25 21:06:35 -0700
committerMark Sapiro <mark@msapiro.net>2014-04-25 21:06:35 -0700
commit47150e9ad6ffbdf9ae51691777056b4a57b7b6ff (patch)
tree8a2e8e44c4741a91c7915cd065788bdc2c35957f
parent576d8d1659b0c98d1ac9fe33d2f23ead3e5c0bd3 (diff)
downloadmailman2-47150e9ad6ffbdf9ae51691777056b4a57b7b6ff.tar.gz
mailman2-47150e9ad6ffbdf9ae51691777056b4a57b7b6ff.tar.xz
mailman2-47150e9ad6ffbdf9ae51691777056b4a57b7b6ff.zip
Preparing 2.1.18rc3 and NEWS updates.
-rw-r--r--Mailman/Version.py4
-rwxr-xr-xNEWS8
2 files changed, 8 insertions, 4 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 1c52f313..107dfa7e 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -16,7 +16,7 @@
# USA.
# Mailman version
-VERSION = '2.1.18rc2'
+VERSION = '2.1.18rc3'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -31,7 +31,7 @@ MINOR_REV = 1
MICRO_REV = 18
REL_LEVEL = GAMMA
# at most 15 beta releases!
-REL_SERIAL = 2
+REL_SERIAL = 3
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
diff --git a/NEWS b/NEWS
index 62859273..717efcc2 100755
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,14 @@ Copyright (C) 1998-2013 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.18 (xx-xxx-xxxx)
+2.1.18rc3 (25-Apr-2014)
Bug fixes and other patches
+ - Changed from_is_list actions to insert the list address in Cc: if the
+ list is fully personalized. Otherwise, the list address is only in
+ From: and Reply-To: overrides it. (LP: #1312970)
+
- Fixed the Munge From action to only Munge the From: and/or Reply-To: in
the outgoing message and not in archives, digests and messages sent via
the usenet gateway. (LP: #1311431)
@@ -28,7 +32,7 @@ Here is a history of user visible changes to Mailman.
Sender filters -> dmarc_moderation_action feature discussed below.
This requires that the dnspython <http://www.dnspython.org/> package
be available in Python. This package can be downloaded from the above
- site or from the Cheese Shop <https://pypi.python.org/pypi/dnspython/>
+ site or from the CheeseShop <https://pypi.python.org/pypi/dnspython/>
or installed with pip.
New Features