add news item for propellor 2.2.0

This commit is contained in:
Joey Hess 2015-03-09 13:07:33 -04:00
parent 430a26f77a
commit 66641b34eb
2 changed files with 8 additions and 10 deletions

View File

@ -1,10 +0,0 @@
propellor 2.1.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Additional tor properties, including support for making relays,
and naming bridges, relays, etc.
* New Cron.Times data type, which allows Cron.job to install
daily/monthly/weekly jobs that anacron can run. (API change)
* Fix Git.daemonRunning to restart inetd after enabling the git server.
* Ssh.authorizedKey: Make the authorized\_keys file and .ssh directory
be owned by the user, not root.
* Ssh.knownHost: Make the .ssh directory be owned by the user, not root."""]]

View File

@ -0,0 +1,8 @@
propellor 2.2.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* When running shimmed (eg in a docker container),
improve process name visible in ps.
* Add shebang to cron.daily etc files.
* Some changes to tor configuration, minor API change.
* Propellor now builds itself, and gets its build dependencies installed
when deploying to a new host, without needing the Makefile."""]]