summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-rw-r--r--src/mailman/docs/NEWS.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 342ce75eb..9115c9bdb 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -19,6 +19,14 @@ Configuration
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.
+ * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``
+ file's ``[paths.*]`` sections. A new ``[paths.here]`` section is added,
+ which puts the ``var_dir`` in ``$cwd``. It is made the default layout.
+
+REST
+----
+ * You can now view the contents of, inject messages into, and delete messages
+ from the various queue directories via the ``<api>/queues`` resource.
3.0 beta 5 -- "Carve Away The Stone"