------------------------------------------------------------
revno: 1471
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Fri 2014-04-25 21:06:35 -0700
message:
  Preparing 2.1.18rc3 and NEWS updates.
modified:
  Mailman/Version.py
  NEWS


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Version.py'
--- Mailman/Version.py	2014-04-20 01:11:41 +0000
+++ Mailman/Version.py	2014-04-26 04:06:35 +0000
@@ -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 @@
 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))

=== modified file 'NEWS'
--- NEWS	2014-04-25 07:34:08 +0000
+++ NEWS	2014-04-26 04:06:35 +0000
@@ -5,10 +5,14 @@
 
 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 @@
       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

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to