------------------------------------------------------------
revno: 1059
tags: 2.1.10b4
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2008-03-13 16:28:24 -0700
message:
  Updated Version.py for 2.1.10b4.
  
  Updated release tag in NEWS for 2.1.10b4.
  
  Added note to UPGRADING about the necessity to reset list passwords
  after a 2.0.x to 2.1.x upgrade.
modified:
  Mailman/Version.py
  NEWS
  UPGRADING

=== modified file 'Mailman/Version.py'
--- a/Mailman/Version.py        2008-02-02 22:23:32 +0000
+++ b/Mailman/Version.py        2008-03-13 23:28:24 +0000
@@ -16,7 +16,7 @@
 # USA.
 
 # Mailman version
-VERSION = '2.1.10b3'
+VERSION = '2.1.10b4'
 
 # And as a hex number in the manner of PY_VERSION_HEX
 ALPHA = 0xa
@@ -31,7 +31,7 @@
 MICRO_REV = 10
 REL_LEVEL = BETA
 # at most 15 beta releases!
-REL_SERIAL = 3
+REL_SERIAL = 4
 
 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
                (REL_LEVEL << 4)  | (REL_SERIAL << 0))

=== modified file 'NEWS'
--- a/NEWS      2008-03-11 15:42:34 +0000
+++ b/NEWS      2008-03-13 23:28:24 +0000
@@ -4,7 +4,7 @@
 
 Here is a history of user visible changes to Mailman.
 
-2.1.10rc1 (xx-xxx-2008)
+2.1.10b4 (13-Mar-2008)
 
   Security
 

=== modified file 'UPGRADING'
--- a/UPGRADING 2008-02-26 18:39:28 +0000
+++ b/UPGRADING 2008-03-13 23:28:24 +0000
@@ -99,6 +99,11 @@
 
     To regenerate your aliases, use the bin/genaliases script.
 
+    IMPORTANT: The encryption algorithm for list admin passwords has
+    changed which means that after upgrading from 2.0.x to 2.1.x, list
+    passwords will have to be reset.  There is a new bin/change_pw tool
+    to help with this.
+
     Mailman 2.1 introduces multilingual (a.k.a. internationalization
     or i18n) support.  Previously only one language per list was
     supported, and it was assumed that this language would be English.



--
Stable, maintained release series
https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to