diff options
| author | Mark Sapiro | 2017-03-27 11:36:55 -0700 |
|---|---|---|
| committer | Mark Sapiro | 2017-03-27 11:36:55 -0700 |
| commit | 856d239e63e0889f3233eb3e7f489b509f7525f3 (patch) | |
| tree | 7415dc2abb151e915308e5f85fc8ab897a6768a7 /src/mailman/docs/NEWS.rst | |
| parent | 775216d81ba75e00bfcbb482e075f473d12e99c4 (diff) | |
| download | mailman-856d239e63e0889f3233eb3e7f489b509f7525f3.tar.gz mailman-856d239e63e0889f3233eb3e7f489b509f7525f3.tar.zst mailman-856d239e63e0889f3233eb3e7f489b509f7525f3.zip | |
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index ffd6c16a6..5332e8372 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -140,6 +140,9 @@ Command line Database -------- * MySQL is now an officially supported database. Given by Abhilash Raj. + * Fix a problem with tracebacks when a PostgreSQL database is power cycled + while Mailman is still running. This ports an upstream SQLAlchemy fix to + Mailman in lieu of a future SQLAlchemy 1.2 release. (Closes: #313) Interfaces ---------- |
