diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-22 13:04:08 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-22 13:04:08 -0400 |
| commit | 9b37a5ef03325cc484dfd233c18863360d0ab611 (patch) | |
| tree | 6612d8d1e6ca58040b750f391db9553969c48e0d | |
| parent | a67beb711867b9318d00a64d704d1bf0675a5140 (diff) | |
add news item for propellor 0.8.3
| -rw-r--r-- | doc/news/version_0.6.0.mdwn | 11 | ||||
| -rw-r--r-- | doc/news/version_0.8.3.mdwn | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/news/version_0.6.0.mdwn b/doc/news/version_0.6.0.mdwn deleted file mode 100644 index 5179f1cb..00000000 --- a/doc/news/version_0.6.0.mdwn +++ /dev/null @@ -1,11 +0,0 @@ -propellor 0.6.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Docker containers now propagate DNS attributes out to the host they're - docked in. So if a docker container sets a DNS alias, every container - it's docked in will automatically be added to a DNS round-robin, - when propellor is used to manage DNS for the domain. - * Apt.stdSourcesList no longer needs a suite to be specified. - * Added --dump to dump out a field of a host's privdata. Useful for editing - it. - * Propellor's output now includes the hostname being provisioned, or - when provisioning a docker container, the container name."""]]
\ No newline at end of file diff --git a/doc/news/version_0.8.3.mdwn b/doc/news/version_0.8.3.mdwn new file mode 100644 index 00000000..82f400c0 --- /dev/null +++ b/doc/news/version_0.8.3.mdwn @@ -0,0 +1,11 @@ +propellor 0.8.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * The Debian package now includes a single-revision git repository in + /usr/src/propellor/, and ~/.propellor/ is set up to use this repository as + its origin remote. This avoids relying on the security of the github + repository when using the Debian package. + * The /usr/bin/propellor wrapper will warn when ~/.propellor/ is out of date + and a newer version is available, after which git merge upstream/master + can be run to merge it. + * Included the config.hs symlink to config-simple.hs in the cabal and Debian + packages."""]]
\ No newline at end of file |
