~barry/mailman/events-and-web

« back to all changes in this revision

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

  • Committer: Barry Warsaw
  • Date: 2012-04-05 05:43:40 UTC
  • Revision ID: barry@list.org-20120405054340-tcpcksw951pr76nr
 * A mailing list's *moderator password* is no longer stored in the clear; it
   is hashed with the currently selected scheme.

Also:

 - Simplify and rewrite the approved.rst doctest.  Now just document the good
   path, and only describe its functionality using the Approved: header, which
   is the recommended header.
 - Greatly expand the unittests for the approved rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * The `news` runner and queue has been renamed to the more accurate `nntp`.
26
26
   The runner has also been ported to Mailman 3 (LP: #967409).  Beta testers
27
27
   can can safely remove `$var_dir/queue/news`.
 
28
 * A mailing list's *moderator password* is no longer stored in the clear; it
 
29
   is hashed with the currently selected scheme.
28
30
 
29
31
Configuration
30
32
-------------