------------------------------------------------------------ revno: 1464 tags: 2.1.18rc2 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Sat 2014-04-19 18:11:41 -0700 message: Bumped branch version to: 2.1.18rc2 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-17 15:23:56 +0000 +++ Mailman/Version.py 2014-04-20 01:11:41 +0000 @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = '2.1.18rc1' +VERSION = '2.1.18rc2' # 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 = 1 +REL_SERIAL = 2 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) === modified file 'NEWS' --- NEWS 2014-04-17 15:23:56 +0000 +++ NEWS 2014-04-20 01:11:41 +0000 @@ -5,6 +5,10 @@ Here is a history of user visible changes to Mailman. +2.1.18rc2 (19-Apr-2014) + - The new Utils.IsDMARCProhibited() used collections.defaultdict which + requires Python 2.5. Changed to use a dict and setdefault. + 2.1.18rc1 (18-Apr-2014) Dependencies
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org