diff options
author | tkikuchi <> | 2004-12-19 06:19:03 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-12-19 06:19:03 +0000 |
commit | 2fd67d3b8d23c2c0b3bba0ce87e015cfe2debbb1 (patch) | |
tree | 5b43a4f62376a76855519a7d4c54590fb8a4e819 | |
parent | 5a65d46bdbf6e3ca7abf836682772aa4e9aae4bf (diff) | |
download | mailman2-2fd67d3b8d23c2c0b3bba0ce87e015cfe2debbb1.tar.gz mailman2-2fd67d3b8d23c2c0b3bba0ce87e015cfe2debbb1.tar.xz mailman2-2fd67d3b8d23c2c0b3bba0ce87e015cfe2debbb1.zip |
Adding some news. (Python 2.4 / Chinese)
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Here is a history of user visible changes to Mailman. 2.1.6 (XX-XXX-200X) + - Chinese languages moved from 'big5' and 'gb' to 'zh_TW' and 'zh_CN' + respectively for compliance to the IANA spec. Note that the both + languages are not supported yet. + + - Python 2.4 compatibility issue: time.strftime() become strict about the + 'day of year' range. (1078482) + - List owners can now set how many days to hold the messages in the moderator request queue. cron/checkdb will automatically discard old messages. (790494) |