diff options
| author | Barry Warsaw | 2009-12-13 16:08:02 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-13 16:08:02 -0500 |
| commit | 8de541b03f6a0df89fc69cc81c537e9b04d3b4fd (patch) | |
| tree | 4a52a1dc4a2e94f6382d3a32d6f360bd7ff11b3a | |
| parent | 0e102f7b700ab9595d93b8953ae0ae90bfd68fab (diff) | |
| download | mailman-8de541b03f6a0df89fc69cc81c537e9b04d3b4fd.tar.gz mailman-8de541b03f6a0df89fc69cc81c537e9b04d3b4fd.tar.zst mailman-8de541b03f6a0df89fc69cc81c537e9b04d3b4fd.zip | |
| -rw-r--r-- | src/mailman/docs/NEWS.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.txt b/src/mailman/docs/NEWS.txt index ef5371acf..df5d2a059 100644 --- a/src/mailman/docs/NEWS.txt +++ b/src/mailman/docs/NEWS.txt @@ -9,6 +9,27 @@ Here is a history of user visible changes to Mailman. 3.0 alpha 5 -- "Distant Early Warning" ====================================== +(2009-12-XX) + +Commands +-------- + * 'bin/dumpdb' is now 'bin/mailman qfile' + * 'bin/unshunt' is now 'bin/mailman unshunt' + * Mailman now properly handles the '-join', '-leave', and '-confirm' email + commands and sub-addresses. '-subscribe' and '-unsubscribe' are aliases + for '-join' and '-leave' respectively. + +Configuration +------------- + * devmode settings now live in their own [devmode] section. + * Mailman now searches for a configuration file using this search order. The + first file that exists is used. + * -C config command line argument + * $MAILMAN_CONFIG_FILE environment variable + * ./mailman.cfg + * ~/.mailman.cfg + * /etc/mailman.cfg + 3.0 alpha 4 -- "Vital Signs" ============================ |
