aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-09-29 16:39:46 -0700
committerMark Sapiro <msapiro@value.net>2011-09-29 16:39:46 -0700
commitbeb580502a8dc928b0ca3fe35f36be9cf89ab9e1 (patch)
tree8684edace180fc51830eccbc353b751d344504b7 /NEWS
parent37d138d14ad6dfcae2130cbec74e78ff0ef6f17a (diff)
downloadmailman2-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--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48f7f907..5edb665e 100644
--- a/NEWS
+++ b/NEWS
@@ -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.