aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2013-04-06 17:57:32 -0700
committerMark Sapiro <msapiro@value.net>2013-04-06 17:57:32 -0700
commit5c108a6559c6a39beaed2600871b02d0a54edd25 (patch)
treecbb50b53cb758603e798d53d19a584f90a4e324a /NEWS
parent9cdad15508bbc5a77e36edfd707dcc8c2140a340 (diff)
downloadmailman2-5c108a6559c6a39beaed2600871b02d0a54edd25.tar.gz
mailman2-5c108a6559c6a39beaed2600871b02d0a54edd25.tar.xz
mailman2-5c108a6559c6a39beaed2600871b02d0a54edd25.zip
The Switchboard.finish() method now logs the text of the exception when
it fails to unlink/preserve a .bak file. (LP: 1165589)
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c71be5b8..da3f3b3e 100755
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - The Switchboard.finish() method now logs the text of the exception when
+ it fails to unlink/preserve a .bak file. (LP: 1165589)
+
- The pending (un)subscriptions waiting approval are now sorted by email
address in the admindb interface as intended. (LP: 1164160)