diff options
| author | Barry Warsaw | 2015-01-02 17:21:08 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-01-02 17:21:08 -0500 |
| commit | 7635a24ab39cd8ee461361eb37ac0b9a2de1e735 (patch) | |
| tree | c3173425b1fe5ef83ba3142837741a14cae6d041 | |
| parent | f3eb8f655dde84eb2111b1cbcd5249e1bfe3c340 (diff) | |
| download | mailman-7635a24ab39cd8ee461361eb37ac0b9a2de1e735.tar.gz mailman-7635a24ab39cd8ee461361eb37ac0b9a2de1e735.tar.zst mailman-7635a24ab39cd8ee461361eb37ac0b9a2de1e735.zip | |
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 0f400ea61..342ce75eb 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -8,6 +8,19 @@ Copyright (C) 1998-2014 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +3.0 beta 6 -- "Show Don't Tell" +=============================== +(2015-XX-XX) + +Configuration +------------- + * When specifying a file system path in the [paths.*] section, $cfg_file can + be used to expand into the path of the ``-C`` option if given. In the + default ``[paths.dev]`` section, ``$var_dir`` is now specified relative to + ``$cfg_file`` so that it won't accidentally be relative to the current + working directory, if ``-C`` is given. + + 3.0 beta 5 -- "Carve Away The Stone" ==================================== (2014-12-29) |
