------------------------------------------------------------
revno: 1066
tags: 2.1.10rc1
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Mon 2008-04-14 11:25:28 -0700
message:
  Updated NEWS and Version.py for 2.1.10rc1
modified:
  Mailman/Version.py
  NEWS

=== modified file 'Mailman/Version.py'
--- a/Mailman/Version.py        2008-03-13 23:28:24 +0000
+++ b/Mailman/Version.py        2008-04-14 18:25:28 +0000
@@ -16,7 +16,7 @@
 # USA.
 
 # Mailman version
-VERSION = '2.1.10b4'
+VERSION = '2.1.10rc1'
 
 # And as a hex number in the manner of PY_VERSION_HEX
 ALPHA = 0xa
@@ -29,9 +29,9 @@
 MAJOR_REV = 2
 MINOR_REV = 1
 MICRO_REV = 10
-REL_LEVEL = BETA
+REL_LEVEL = GAMMA
 # at most 15 beta releases!
-REL_SERIAL = 4
+REL_SERIAL = 1
 
 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
                (REL_LEVEL << 4)  | (REL_SERIAL << 0))

=== modified file 'NEWS'
--- a/NEWS      2008-03-20 03:07:51 +0000
+++ b/NEWS      2008-04-14 18:25:28 +0000
@@ -4,7 +4,7 @@
 
 Here is a history of user visible changes to Mailman.
 
-2.1.10b4 (13-Mar-2008)
+2.1.10rc1 (14-Apr-2008)
 
   Security
 
@@ -14,6 +14,13 @@
       admin interface.  This has been assigned CVE-2008-0564 and has been
       fixed.  Thanks again to Moritz Naumann for assistance with this.
 
+    - There is a new mm_cfg.py/Defaults.py variable
+      OWNERS_CAN_CHANGE_MEMBER_PASSWORDS which controls whether the list
+      owner can change a member's password from the member's options page.
+      This defaults to No and should be changed to Yes only if list owners
+      are trusted to not change a member's password, log in as the member
+      and make global membership changes.
+
   New Features
 
     - Changed cmd_who.py to list all members if authorization is with the
@@ -173,10 +180,16 @@
     - Changed cmd_subscribe.py to properly accept (no)digest without a
       password and to recognize (no)digest and address= case insensitively.
 
+    - Fixed cmd_subscribe.py to properly accept (no)digest without a password
+      and to recognize (no)digest and address= case insensitively.
+
   Miscellaneous
 
     - Brad Knowles' mailman daily status report script updated to 0.0.17.
 
+    - An updated mm-handler (mm-handler-2.1.10) that can help reduce
+      backscatter has been added to the contrib directory.
+
 2.1.9 (12-Sep-2006)
 
   Security



--
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