summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorMark Sapiro2016-10-22 12:24:00 -0700
committerMark Sapiro2016-10-22 12:24:00 -0700
commitcbb0847d59fb8b77f634a7209b0dc8170023b6f5 (patch)
tree2469f7eb074a4ab6d9579133987b7fde503732a4 /src/mailman/docs
parentd1954d1705a987524bb25ecb8cdbace6de56fa5b (diff)
parent3cf613f56e44bed4bc45f533e6f6263288e66460 (diff)
downloadmailman-cbb0847d59fb8b77f634a7209b0dc8170023b6f5.tar.gz
mailman-cbb0847d59fb8b77f634a7209b0dc8170023b6f5.tar.zst
mailman-cbb0847d59fb8b77f634a7209b0dc8170023b6f5.zip
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/DATABASE.rst6
-rw-r--r--src/mailman/docs/NEWS.rst2
2 files changed, 1 insertions, 7 deletions
diff --git a/src/mailman/docs/DATABASE.rst b/src/mailman/docs/DATABASE.rst
index cc7d09eb9..c85731fb3 100644
--- a/src/mailman/docs/DATABASE.rst
+++ b/src/mailman/docs/DATABASE.rst
@@ -71,12 +71,6 @@ database in MySQL via::
mysql> CREATE DATABASE mailman;
-In some cases, our test suite requires the default collation of the database
-to be set to `utf8_unicode_ci`. You can change it via the MySQL command line
-like this::
-
- mysql> ALTER DATABASE mailman DEFAULT COLLATE utf8_unicode_ci;
-
You would also need the Python driver `pymysql` for MySQL.::
$ pip install pymysql
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 49f309770..ee8e1c09b 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -117,7 +117,6 @@ Command line
Database
--------
-
* MySQL is now an officially supported database. Given by Abhilash Raj.
Interfaces
@@ -243,6 +242,7 @@ Other
* The ``mailman members`` command can now be used to display members based on
subscription roles. Also, the positional "list" argument can now accept
list names or list-ids.
+ * Unsubscriptions can now be confirmed and/or moderated. (Closes #213)
3.0.0 -- "Show Don't Tell"