diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-04 02:13:58 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-04 02:13:58 -0400 |
| commit | 8bea99ea0ec7f46994f372b3e4c7c2b9624bd7d8 (patch) | |
| tree | ee78c34eb3fb7cfffbff2dc5b5f3d8b2295e5caa /doc | |
| parent | e743068ccf5af2f92ed65374c4407264fa1d30c0 (diff) | |
add news item for propellor 0.8.2
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_0.5.3.mdwn | 6 | ||||
| -rw-r--r-- | doc/news/version_0.8.2.mdwn | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/doc/news/version_0.5.3.mdwn b/doc/news/version_0.5.3.mdwn deleted file mode 100644 index 805e0d55..00000000 --- a/doc/news/version_0.5.3.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -propellor 0.5.3 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Fix unattended-upgrades config for !stable. - * Ensure that kernel hostname is same as /etc/hostname when configuring - hostname. - * Added modules for some hosting providers (DigitalOcean, CloudAtCost)."""]]
\ No newline at end of file diff --git a/doc/news/version_0.8.2.mdwn b/doc/news/version_0.8.2.mdwn new file mode 100644 index 00000000..d1e9da18 --- /dev/null +++ b/doc/news/version_0.8.2.mdwn @@ -0,0 +1,10 @@ +propellor 0.8.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix bug in File.containsLines that caused lines that were already in the + file to sometimes be appended to the end. + * Hostname.sane also configures /etc/mailname. + * Fixed Postfix.satellite to really configure relayhost = smtp.domain. + * Avoid reconfiguring postfix unncessarily when it already has a relayhost. + * Deal with apache 2.4's change in the name of site-available config files. + * Hostname aliases can now be used in several places, including --spin + and Ssh.knownHost."""]]
\ No newline at end of file |
