diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-09 13:07:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-09 13:07:33 -0400 |
| commit | 66641b34ebb1f3b5d1040e3e59eaf918d3f0c188 (patch) | |
| tree | 9f3c5d2bf0a9c490082e30c113bd0e443276378b /doc/news | |
| parent | 430a26f77a51edb65f29dc61245f3f84f8e8a884 (diff) | |
add news item for propellor 2.2.0
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_2.1.0.mdwn | 10 | ||||
| -rw-r--r-- | doc/news/version_2.2.0.mdwn | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/doc/news/version_2.1.0.mdwn b/doc/news/version_2.1.0.mdwn deleted file mode 100644 index c2857f7c..00000000 --- a/doc/news/version_2.1.0.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_2.2.0.mdwn b/doc/news/version_2.2.0.mdwn new file mode 100644 index 00000000..505ad124 --- /dev/null +++ b/doc/news/version_2.2.0.mdwn @@ -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."""]]
\ No newline at end of file |
