diff options
| author | Barry Warsaw | 2012-07-03 10:34:45 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-07-03 10:34:45 -0400 |
| commit | 011677d7457f1d4c9cea3b030c8a50e941657812 (patch) | |
| tree | 869503cb83afa74a17446363a6dbda5ba62d2b8d /src | |
| parent | bbbf437a64e2bcf2ac72c329f0faf53ed91f3432 (diff) | |
| download | mailman-011677d7457f1d4c9cea3b030c8a50e941657812.tar.gz mailman-011677d7457f1d4c9cea3b030c8a50e941657812.tar.zst mailman-011677d7457f1d4c9cea3b030c8a50e941657812.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 51d147b0b..4a348a691 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -15,7 +15,7 @@ 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`. + The default hash is `sha512_crypt`. (LP: #1015758) * Internally, all datetimes are kept in the UTC timezone, however because of LP: #280708, they are stored in the database in naive format. * `received_time` is now added to the message metadata by the LMTP runner |
