aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-08-18 14:58:02 -0700
committerMark Sapiro <mark@msapiro.net>2015-08-18 14:58:02 -0700
commitf092ac24ad774e5cd796a74b112c4650038ef28b (patch)
tree04cd38205a4a2307a17d20dfd3e18d7a21f45ffb /NEWS
parent7fc34196cae19d5e719f6ae94ffb39debc87cf3c (diff)
downloadmailman2-f092ac24ad774e5cd796a74b112c4650038ef28b.tar.gz
mailman2-f092ac24ad774e5cd796a74b112c4650038ef28b.tar.xz
mailman2-f092ac24ad774e5cd796a74b112c4650038ef28b.zip
Fixed cron/gate_news to catch EOFError on opening the newsgroup.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c547054e..72c195af 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 cron/gate_news to catch EOFError on opening the newsgroup.
+ (LP: #1486263)
+
- Fixed a bug where a delayed probe bounce can throw an AttributeError.
(LP: #1482940)