From 9b37a5ef03325cc484dfd233c18863360d0ab611 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Aug 2014 13:04:08 -0400 Subject: add news item for propellor 0.8.3 --- doc/news/version_0.6.0.mdwn | 11 ----------- doc/news/version_0.8.3.mdwn | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 doc/news/version_0.6.0.mdwn create mode 100644 doc/news/version_0.8.3.mdwn 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 -- cgit v1.3-2-g0d8e