Slight changes in release

This commit is contained in:
Abhilash Raj
2017-08-09 15:29:12 -07:00
committed by Abhilash Raj
parent 644cf9dc0d
commit 71dc87143e
2 changed files with 9 additions and 8 deletions

View File

@@ -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`

View File

@@ -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