------------------------------------------------------------
revno: 1007
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.2
timestamp: Fri 2008-09-19 08:03:18 -0700
message:
Since Mailman 2.1.1, 2.0.x outstanding subscription and held message
requests have not been migrated properly. This is fixed.
Bug #266106 (sf998384).
modified:
Mailman/ListAdmin.py
NEWS
=== modified file 'Mailman/ListAdmin.py'
--- a/Mailman/ListAdmin.py 2008-07-30 16:00:03 +0000
+++ b/Mailman/ListAdmin.py 2008-09-19 15:03:18 +0000
@@ -553,7 +553,8 @@
assert len(info) == 6, 'Unknown subscription record layout'
continue
# Here's the new layout
- self.__db[id] = when, addr, fullname, passwd, digest, lang
+ self.__db[id] = op, (when, addr, fullname, passwd,
+ digest, lang)
elif op == HELDMSG:
if len(info) == 5:
when, sender, subject, reason, text = info
@@ -562,7 +563,8 @@
assert len(info) == 6, 'Unknown held msg record layout'
continue
# Here's the new layout
- self.__db[id] = when, sender, subject, reason, text, msgdata
+ self.__db[id] = op, (when, sender, subject, reason,
+ text, msgdata)
# All done
self.__closedb()
=== modified file 'NEWS'
--- a/NEWS 2008-08-22 22:16:29 +0000
+++ b/NEWS 2008-09-19 15:03:18 +0000
@@ -53,6 +53,10 @@
cause the reading of latest version of the list to be skipped. This has
been fixed.
+ - Since Mailman 2.1.1, 2.0.x outstanding subscription and held message
+ requests have not been migrated properly. This is fixed.
+ Bug #266106 (sf998384).
+
2.1.11 (30-Jun-2008)
New Features
--
Active development version (web u/i update)
https://code.launchpad.net/~mailman-coders/mailman/2.2
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