aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-03-11 13:56:17 -0700
committerMark Sapiro <mark@msapiro.net>2014-03-11 13:56:17 -0700
commit179b5035ddfaa2a53e37b93b6571e2917e41b19a (patch)
tree68135a8afaeaca28be321dbfe509d24461e42724 /NEWS
parent1df678c0f409c3e76d0b2e187624d428deee4a68 (diff)
downloadmailman2-179b5035ddfaa2a53e37b93b6571e2917e41b19a.tar.gz
mailman2-179b5035ddfaa2a53e37b93b6571e2917e41b19a.tar.xz
mailman2-179b5035ddfaa2a53e37b93b6571e2917e41b19a.zip
Fixed a NameError exception in cron/nightly_gzip when it tries to print
the usage message. (LP: #1291038)
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52536922..004c2ea8 100755
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a NameError exception in cron/nightly_gzip when it tries to print
+ the usage message. (LP: #1291038)
+
- Fixed a bug in ListAdmin._handlepost that would crash when trying to
preserve a held message for the site admin if HOLD_MESSAGES_AS_PICKLES
is False. (LP: #1282365)