diff options
| author | Barry Warsaw | 2015-08-04 22:28:57 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-08-04 22:28:57 -0400 |
| commit | e64ee63b97decf8223a96bbc834a438e4d4fda58 (patch) | |
| tree | 76b7502e6bfebc9813eb8fbb430c1d76267ac00b /src/mailman/docs | |
| parent | d42dd4a73228eab1309e517695866ac7debbba23 (diff) | |
| parent | 9855a380b17124627623093771d3fa4bb83749c2 (diff) | |
| download | mailman-e64ee63b97decf8223a96bbc834a438e4d4fda58.tar.gz mailman-e64ee63b97decf8223a96bbc834a438e4d4fda58.tar.zst mailman-e64ee63b97decf8223a96bbc834a438e4d4fda58.zip | |
Merge branch 'maxking/mailman-issue-115'
Fix constraint violations on mailing list deletes affecting PostgreSQL. Given
by Abhilash Raj. (Closes #115)
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index b813e5b65..c7b88b298 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -24,6 +24,8 @@ Bugs variable `[mailman]html_to_plain_text_command` in the `mailman.cfg` file defines the command to use. It defaults to `lynx`. (Closes: #109) * Confirmation messages should not be `Precedence: bulk`. (Closes #75) + * Fix constraint violations on mailing list deletes affecting PostgreSQL. + Given by Abhilash Raj. (Closes #115) Configuration ------------- |
