diff options
| -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) |
