summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2012-07-02 16:12:11 -0400
committerBarry Warsaw2012-07-02 16:12:11 -0400
commit8a84c3602094517d8690b6c7ab7e25c1570d59b7 (patch)
tree934287d368c4674315c86c8df964b1cfb9b13019
parent3e2231b8835820d240112e7e07cff2a369f178f2 (diff)
downloadmailman-8a84c3602094517d8690b6c7ab7e25c1570d59b7.tar.gz
mailman-8a84c3602094517d8690b6c7ab7e25c1570d59b7.tar.zst
mailman-8a84c3602094517d8690b6c7ab7e25c1570d59b7.zip
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index c3df9382d..51d147b0b 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -15,9 +15,9 @@ Here is a history of user visible changes to Mailman.
Architecture
------------
* `passlib`_ is now used for all password hashing instead of flufl.password.
+ The default hash is `sha512_crypt`.
* Internally, all datetimes are kept in the UTC timezone, however because of
- LP: #280708, they are stored in the database in naive format. The default
- hash is `sha512_crypt`.
+ LP: #280708, they are stored in the database in naive format.
* `received_time` is now added to the message metadata by the LMTP runner
instead of by `Switchboard.enqueue()`. This latter no longer depends on
`received_time` in the metadata.