diff options
| -rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,7 +4,7 @@ Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.0 beta 3 (20-Jun-2000) +2.0 beta 3 (26-Jun-2000) - Delivery mechanism (qrunner) refined to support immediate queuing, queuing directly from MTA, and queuing on any error @@ -16,6 +16,9 @@ Here is a history of user visible changes to Mailman. into the system (and most that are generated by the system) live on disk for some part of their journey through Mailman. + For now, see the Default.py variables QRUNNER_PROCESS_LIFETIME + and QRUNNER_MAX_MESSAGES for primitive resource management. + The API to the pipeline handler modules has changed. See Mailman/Handlers/HandlerAPI.py for details. @@ -65,6 +68,9 @@ Here is a history of user visible changes to Mailman. remove the old address and change change the list owner addresses. + - The News/Mail gateway admin page has a button that lets you do + an explicit catchup of the newsgroup. + - The CVS repository has been moved out to SourceForge. For more information, see the project summary at |
