diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-06 18:23:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-06 18:23:54 -0400 |
| commit | 40d559fbbeb35f76927366948625bb58f1c72209 (patch) | |
| tree | 35017feaeefe61548f3496cfd0016fe7ab55d68f /debian | |
| parent | e5dcc8e17668b3994fc8de1d53c7e48659c08aee (diff) | |
| parent | 32bb2d50a176ebb9070288a75bf86fd1c92ef0be (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b3f4572f..16ecb5f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +propellor (0.8.0) UNRELEASED; 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. + + To transition existing privdata, run propellor against a host and + watch out for the red failure messages, and run the suggested commands + to store the privdata using the new storage scheme. You may find + it useful to run the old version of propellor to extract data from the old + privdata files during this migration. + + * 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. + * Fix randomHostKeys property to run openssh-server's postinst in a + non-failing way. + * Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, + to avoid eg, apache complaining "Could not reliably determine the + server's fully qualified domain name". + + -- Joey Hess <joeyh@debian.org> Thu, 19 Jun 2014 14:27:21 -0400 + propellor (0.7.0) unstable; urgency=medium * combineProperties no longer stops when a property fails; now it continues |
