From beb580502a8dc928b0ca3fe35f36be9cf89ab9e1 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 29 Sep 2011 16:39:46 -0700 Subject: 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. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.3