summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2010-09-03 17:59:59 -0400
committerBarry Warsaw2010-09-03 17:59:59 -0400
commitacf3ddabc0975fa0995f460bb6e16bac47f0eedc (patch)
treeed53385bad7b60dffc2750f40e11a44aab810f49 /src
parentea4a29397a470cc9f82aaea4717ffce423d61101 (diff)
downloadmailman-acf3ddabc0975fa0995f460bb6e16bac47f0eedc.tar.gz
mailman-acf3ddabc0975fa0995f460bb6e16bac47f0eedc.tar.zst
mailman-acf3ddabc0975fa0995f460bb6e16bac47f0eedc.zip
Update NEWS for 3.0a6
Diffstat (limited to 'src')
-rw-r--r--src/mailman/docs/NEWS.txt36
1 files changed, 34 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.txt b/src/mailman/docs/NEWS.txt
index 59b6cd936..a0507eaa2 100644
--- a/src/mailman/docs/NEWS.txt
+++ b/src/mailman/docs/NEWS.txt
@@ -15,8 +15,8 @@ Here is a history of user visible changes to Mailman.
Commands
--------
* The functionality of 'bin/list_members' has been moved to
- 'bin/mailman members'
- * 'bin/mailman info' grew a -p/--paths option to display the file system
+ 'bin/mailman members'.
+ * 'bin/mailman info' -v/--verbose output displays the file system
layout paths Mailman is currently configured to use.
Configuration
@@ -28,6 +28,38 @@ Configuration
development, and 'fhs' for Filesystem Hierarchy Standard 2.3 (LP #490144).
* Queue file directories now live in $var_dir/queues.
+REST
+----
+ * lazr.restful has been replaced by restish as the REST publishing technology
+ used by Mailman.
+ * New REST API for getting all the members of a roster for a specific mailing
+ list.
+ * New REST API for getting and setting a mailing list's configuration. GET
+ and PUT are supported to retrieve the current configuration, and set all
+ the list's writable attributes in one request. PATCH is supported to
+ partially update a mailing list's configuration. Individual options can be
+ set and retrieved by using subpaths.
+ * Subscribing an already subscribed member via REST now returns a 409 HTTP
+ error. LP: #552917
+ * Fixed a bug when deleting a list via the REST API. LP: #601899
+
+Architecture
+------------
+ * X-BeenThere header is removed.
+ * Mailman no longer touches the Sender or Errors-To headers.
+ * Chain actions can now fire Zope events in their _process()
+ implementations.
+ * Environment variable $MAILMAN_VAR_DIR can be used to control the var/
+ directory for Mailman's runtime files. New environment variable
+ $MAILMAN_UNDER_MASTER_CONTROL is used instead of the qrunner's --subproc/-s
+ option.
+
+Miscellaneous
+-----------
+ * Various test failure fixes. LP: #543618, LP: #544477
+ * List-Post header is retained in MIME digest messages. LP: #526143
+ * Importing from a Mailman 2.1.x list is partially supported.
+
3.0 alpha 5 -- "Distant Early Warning"
======================================