aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2018-04-13 09:31:18 -0700
committerMark Sapiro <mark@msapiro.net>2018-04-13 09:31:18 -0700
commit672e7208eef2506e3cee82cfebd83d71e734f3e4 (patch)
treed0c4596c13a26dace06b591c6b6b18d24ba872b7 /NEWS
parenta942e159e5c738072efa8fa8c4d7c76cc35a7db5 (diff)
downloadmailman2-672e7208eef2506e3cee82cfebd83d71e734f3e4.tar.gz
mailman2-672e7208eef2506e3cee82cfebd83d71e734f3e4.tar.xz
mailman2-672e7208eef2506e3cee82cfebd83d71e734f3e4.zip
Give a better message from scripts/driver on SyntaxError in mm_cfg.py.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e2f64e12..b151e779 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - The message displayed in the browser when accessing a Mailman CGI when
+ mm_cfg.py can't be imported due to some exception other than ImportError
+ has been improved. (LP: #1760506)
+
- The reimplementation of DELIVERY_RETRY_WAIT in 2.1.26 could cause extra
dequeueing and requeueing in the out queue by OutgoingRunner. This is
fixed. (LP: #1762871)