diff --git a/NEWS.md b/NEWS.md index ebbe744..0643a34 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ ## Mailman Core -### v1.1.1 +### v1.1.1 (released Aug 9 2017) - The MM_HOSTNAME now defaults to `hostname -i` instead of `mailman-core`. This is the hostname Core binds to for Webservice. @@ -14,7 +14,7 @@ ## Mailman Web -### v1.1.1 +### v1.1.1 (released Aug 9 2017) - The default search_index for whoosh now exists on persistent storage at `/opt/mailman-web-data` diff --git a/README.md b/README.md index 4a68914..848e225 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,15 @@ Releases will follow the following rules: frequently update your installation without having to change the version numbers, you can use this. -* Any changes in the Mailman components of the Images will cause a bump in the - Minor version i.e. A.(B+1) will have one (and only one) updated Mailman - component from A.B. Also, significant change in functionality, that might - change how Images work or how people interact with the containers, can also - cause a bump in the minor version. +* Any changes in the minor version of Mailman components of the images will + cause a bump in the minor version i.e. A.(B+1) will have one (and only one) + updated Mailman component from A.B. Also, significant change in functionality, + that might change how Images work or how people interact with the containers, + can also cause a bump in the minor version. * Major versions will change either when there are backwards incompatible - changes or when the releases reach a certain set milestone. + changes or when the releases reach a certain set milestone or when there are + bugfix releases for the internal components or both. Security