------------------------------------------------------------
revno: 1089
tags: 2.1.11rc1
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Fri 2008-06-06 16:26:10 -0700
message:
  Updated NEWS and bumped version to 2.1.11rc1
modified:
  Mailman/Version.py
  NEWS

=== modified file 'Mailman/Version.py'
--- a/Mailman/Version.py        2008-04-21 17:49:57 +0000
+++ b/Mailman/Version.py        2008-06-06 23:26:10 +0000
@@ -16,7 +16,7 @@
 # USA.
 
 # Mailman version
-VERSION = '2.1.10'
+VERSION = '2.1.11rc1'
 
 # And as a hex number in the manner of PY_VERSION_HEX
 ALPHA = 0xa
@@ -28,10 +28,10 @@
 
 MAJOR_REV = 2
 MINOR_REV = 1
-MICRO_REV = 10
-REL_LEVEL = FINAL
+MICRO_REV = 11
+REL_LEVEL = GAMMA
 # at most 15 beta releases!
-REL_SERIAL = 0
+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-06-06 18:13:09 +0000
+++ b/NEWS      2008-06-06 23:26:10 +0000
@@ -4,7 +4,7 @@
 
 Here is a history of user visible changes to Mailman.
 
-2.x.xx (xx-xxx-xxxx)
+2.1.11rc1 (06-Jun-2008)
 
   New Features
 
@@ -35,6 +35,9 @@
     - Changed bin/update to remove .bak files erroneously left behind in
       qfiles/*/ by a 2.1.9 bug.
 
+    - Added 's' to %(listname) in templates/ia/admlogin.html and
+      templates/sl/help.txt (1682990).
+
   Miscellaneous
 
     - Brad Knowles' mailman daily status report script updated to 0.0.18.



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