summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-05-14 11:20:51 -0400
committerBarry Warsaw2012-05-14 11:20:51 -0400
commit3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed (patch)
tree050093ca9114e40da200d7cebb2e1565bafd7d33 /src/mailman/docs
parentfeb7316c554db4df76fd021468df2f1a69d894dd (diff)
parentcc449f1910f84894a2431920d9349bffe4cea7ab (diff)
downloadmailman-3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed.tar.gz
mailman-3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed.tar.zst
mailman-3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed.zip
trunk merge
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 9095f48c3..fb819ccc4 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -31,6 +31,10 @@ Architecture
or unverified. (LP: #975698)
* A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.
(LP: #975700)
+ * When a queue runner gets an exception in its _dispose() method, a
+ `RunnerCrashEvent` is triggered, which contains references to the queue
+ runner, mailing list, message, metadata, and exception. Interested parties
+ can subscribe to that `zope.event` for notification.
Configuration
-------------