diff options
author | Mark Sapiro <msapiro@value.net> | 2011-09-29 16:39:46 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-09-29 16:39:46 -0700 |
commit | beb580502a8dc928b0ca3fe35f36be9cf89ab9e1 (patch) | |
tree | 8684edace180fc51830eccbc353b751d344504b7 /NEWS | |
parent | 37d138d14ad6dfcae2130cbec74e78ff0ef6f17a (diff) | |
download | mailman2-beb580502a8dc928b0ca3fe35f36be9cf89ab9e1.tar.gz mailman2-beb580502a8dc928b0ca3fe35f36be9cf89ab9e1.tar.xz mailman2-beb580502a8dc928b0ca3fe35f36be9cf89ab9e1.zip |
A problem with the logic avoiding unnecessarily reloading a current list
object from the config.pck arises if the list is updated by another
process within the same second that it was last read/written. That can
cause the reading of latest version of the list to be skipped. This has
been fixed. Bug #862675.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -66,6 +66,12 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - A problem with the logic avoiding unnecessarily reloading a current list + object from the config.pck arises if the list is updated by another + process within the same second that it was last read/written. That can + cause the reading of latest version of the list to be skipped. This has + been fixed. Bug #862675. + - Fixed bin/export.py to accept case insensitive password schemes. Bug #833134. |