From ab5159626de36be3b7cf1305c9666e5919cd0b48 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Jul 2014 18:27:44 -0400 Subject: twea --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 16ecb5f4..4fc4bd40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ propellor (0.8.0) UNRELEASED; urgency=medium it useful to run the old version of propellor to extract data from the old privdata files during this migration. + Several properties that use privdata now require a context to be + specified. If in doubt, you can use anyContext, or + Context "hostname.example.com" + * Add --edit to edit a privdata value in $EDITOR. * Add --list-fields to list all currently set privdata fields, along with the hosts that use them. -- cgit v1.3-2-g0d8e From 5576955ec5434f78dbf6776c7d7266fb933cab91 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Jul 2014 18:28:19 -0400 Subject: prep release --- debian/changelog | 4 ++-- propellor.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4fc4bd40..3c84ac91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (0.8.0) UNRELEASED; urgency=medium +propellor (0.8.0) unstable; urgency=medium * Completely reworked privdata storage. There is now a single file, and each host is sent only the privdata that its Properties actually use. @@ -22,7 +22,7 @@ propellor (0.8.0) UNRELEASED; urgency=medium to avoid eg, apache complaining "Could not reliably determine the server's fully qualified domain name". - -- Joey Hess Thu, 19 Jun 2014 14:27:21 -0400 + -- Joey Hess Sun, 06 Jul 2014 18:28:08 -0400 propellor (0.7.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index c9b8fa9f..1c3c8681 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.7.0 +Version: 0.8.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e