diff options
| author | Barry Warsaw | 2012-08-20 12:03:16 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-08-20 12:03:16 -0400 |
| commit | df77a5a46a5b3159480536a1a822cf0a3ecc4ffc (patch) | |
| tree | ad82fbaf62351c32ee6155ed0082e2115740f478 /src | |
| parent | 5ad4218c2fb6cdaf735b09e71369fd01be12a332 (diff) | |
| download | mailman-df77a5a46a5b3159480536a1a822cf0a3ecc4ffc.tar.gz mailman-df77a5a46a5b3159480536a1a822cf0a3ecc4ffc.tar.zst mailman-df77a5a46a5b3159480536a1a822cf0a3ecc4ffc.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 4d8a095f0..db95e7cdf 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -65,6 +65,7 @@ Database - news_moderation -> newsgroup_moderation - archive and archive_private have been collapsed into archive_policy. - nntp_host has been removed. + - generic_nonmember_action has been removed (LP: #975696) * The PostgreSQL port of the schema accidentally added a moderation_callback column to the mailinglist table. Since this is unused in Mailman, it was simply commented out of the base schema for PostgreSQL. @@ -105,8 +106,6 @@ Bug fixes * Show devmode in `bin/mailman info` output. (LP: #1035028) * Fix residual references to the old `IMailingList` archive variables. (LP: #1031393) - * Removed obsolete `IMailingList` attribute `generic_nonmember_action`. - (LP: #975696) .. _`passlib`: http://packages.python.org/passlib/index.html |
