~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2012-04-01 18:53:38 UTC
  • mfrom: (7139.1.4 bug-967409)
  • Revision ID: barry@list.org-20120401185338-5qujo0c3kc9a8wtr
 * The `news` runner and queue has been renamed to the more accurate `nntp`.
   The runner has also been ported to Mailman 3 (LP: #967409).  Beta testers
   can can safely remove `$var_dir/queue/news`.

 * Configuration schema variable changes:
   [nntp]username -> [nntp]user
   [nntp]port (added)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * The `ArchiveRunner` no longer acquires a lock before it calls the
23
23
   individual archiver implementations, since not all of them need a lock.  If
24
24
   they do, the implementations must acquire said lock themselves.
 
25
 * The `news` runner and queue has been renamed to the more accurate `nntp`.
 
26
   The runner has also been ported to Mailman 3 (LP: #967409).  Beta testers
 
27
   can can safely remove `$var_dir/queue/news`.
25
28
 
26
29
Configuration
27
30
-------------
29
32
   every `[archiver.<name>]` section.  These are used to determine under what
30
33
   circumstances a message destined for a specific archiver should have its
31
34
   `Date:` header clobbered.  (LP: #963612)
 
35
 * Configuration schema variable changes:
 
36
   [nntp]username -> [nntp]user
 
37
   [nntp]port (added)
32
38
 
33
39
Documentation
34
40
-------------