diff options
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 4 | ||||
| -rw-r--r-- | src/mailman/testing/testing.cfg | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index accb934bb..b8c1261cd 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -12,6 +12,10 @@ Here is a history of user visible changes to Mailman. ================================= (20XX-XX-XX) +Features +-------- + * PostgreSQL support contributed by Stephen A. Goss. (LP: #860159) + 3.0 alpha 8 -- "Where's My Thing?" ================================== diff --git a/src/mailman/testing/testing.cfg b/src/mailman/testing/testing.cfg index 4d1280b65..b102e6f41 100644 --- a/src/mailman/testing/testing.cfg +++ b/src/mailman/testing/testing.cfg @@ -17,9 +17,10 @@ # A testing configuration. -[database] -class: mailman.database.postgresql.PostgreSQLDatabase -url: postgres://barry:barry@localhost/mailman +# For testing against PostgreSQL. +#[database] +#class: mailman.database.postgresql.PostgreSQLDatabase +#url: postgres://barry:barry@localhost/mailman [mta] smtp_port: 9025 |
