add news item for propellor 2.2.1

This commit is contained in:
Joey Hess 2015-03-12 20:47:35 -04:00
parent bc60edb50a
commit 570da7015b
3 changed files with 6 additions and 14 deletions

View File

@ -1,6 +0,0 @@
propellor 1.2.1 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Added CryptPassword to PrivDataField, for password hashes as produced
by crypt(3).
* User.hasPassword and User.hasSomePassword will now use either
a CryptPassword or a Password from privdata, depending on which is set."""]]

View File

@ -1,8 +0,0 @@
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."""]]

View File

@ -0,0 +1,6 @@
propellor 2.2.1 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* userScriptProperty now passes --shell /bin/sh, so it can be used
even for users with nonstandard shells.
* Fix bug in docker propellor shim setup introduced in last release,
which broke provisioning of new docker containers."""]]