add news item for propellor 0.8.0

This commit is contained in:
Joey Hess 2014-07-06 18:30:41 -04:00
parent 88999f8455
commit ed4eaa18ff
2 changed files with 20 additions and 8 deletions

View File

@ -1,8 +0,0 @@
propellor 0.5.1 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Primary DNS servers now have allow-transfer automatically populated
with the IP addresses of secondary dns servers. So, it's important
that all secondary DNS servers have an ipv4 (and/or ipv6) property
configured.
* Deal with old ssh connection caching sockets.
* Add missing build deps and deps. Closes: #[745459](http://bugs.debian.org/745459)"""]]

View File

@ -0,0 +1,20 @@
propellor 0.8.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* 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.
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.
* 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"."""]]