From 47150e9ad6ffbdf9ae51691777056b4a57b7b6ff Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 25 Apr 2014 21:06:35 -0700 Subject: Preparing 2.1.18rc3 and NEWS updates. --- Mailman/Version.py | 4 ++-- NEWS | 8 ++++++-- 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 package be available in Python. This package can be downloaded from the above - site or from the Cheese Shop + site or from the CheeseShop or installed with pip. New Features -- cgit v1.2.3