~barry/mailman/lp1423756

« back to all changes in this revision

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

  • Committer: Barry Warsaw
  • Date: 2015-01-05 01:20:33 UTC
  • mfrom: (7264.4.66 py3)
  • Revision ID: barry@list.org-20150105012033-zdrw9c2odhpf22fz
Merge the Python 3 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
===============================
13
13
(2015-XX-XX)
14
14
 
 
15
Configuration
 
16
-------------
 
17
 * When specifying a file system path in the [paths.*] section, $cfg_file can
 
18
   be used to expand into the path of the ``-C`` option if given.  In the
 
19
   default ``[paths.dev]`` section, ``$var_dir`` is now specified relative to
 
20
   ``$cfg_file`` so that it won't accidentally be relative to the current
 
21
   working directory, if ``-C`` is given.
 
22
 * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``
 
23
   file's ``[paths.*]`` sections.  A new ``[paths.here]`` section is added,
 
24
   which puts the ``var_dir`` in ``$cwd``.  It is made the default layout.
 
25
 
 
26
REST
 
27
----
 
28
 * You can now view the contents of, inject messages into, and delete messages
 
29
   from the various queue directories via the ``<api>/queues`` resource.
 
30
 
15
31
 
16
32
3.0 beta 5 -- "Carve Away The Stone"
17
33
====================================
49
65
 
50
66
Development
51
67
-----------
 
68
 * Python 3.4 is now the minimum requirement.
52
69
 * You no longer have to create a virtual environment separately when running
53
70
   the test suite.  Just use `tox`.
54
71
 * You no longer have to edit `src/mailman/testing/testing.cfg` to run the