From 11c9a4fce6fb0f4553eb4eedd9ebd3ba5affc888 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 9 Aug 2017 19:02:02 -0700 Subject: [PATCH] Update a minor comment in the NEWS. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 0643a34..3940c94 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ ### v1.1.1 (released Aug 9 2017) -- The MM_HOSTNAME now defaults to `hostname -i` instead of `mailman-core`. This +- The MM_HOSTNAME now defaults to output of `hostname -i` instead of `mailman-core`. This is the hostname Core binds to for Webservice. - Added pymysql to the image to use MySQL as database. - The default settings for using SQLITE are now more sane.