diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 20:47:35 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 20:47:35 -0400 |
| commit | 570da7015bf7df42cf1c77f9b2da7f3814ed1aec (patch) | |
| tree | 9c64d10ab50fe7a3a24f760ba973955ea87195d4 /doc | |
| parent | bc60edb50a41a326e64ccd25a36ac27215ef4b9e (diff) | |
add news item for propellor 2.2.1
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_1.2.1.mdwn | 6 | ||||
| -rw-r--r-- | doc/news/version_2.2.0.mdwn | 8 | ||||
| -rw-r--r-- | doc/news/version_2.2.1.mdwn | 6 |
3 files changed, 6 insertions, 14 deletions
diff --git a/doc/news/version_1.2.1.mdwn b/doc/news/version_1.2.1.mdwn deleted file mode 100644 index 59dd4cee..00000000 --- a/doc/news/version_1.2.1.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_2.2.0.mdwn b/doc/news/version_2.2.0.mdwn deleted file mode 100644 index 505ad124..00000000 --- a/doc/news/version_2.2.0.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_2.2.1.mdwn b/doc/news/version_2.2.1.mdwn new file mode 100644 index 00000000..69f7faa3 --- /dev/null +++ b/doc/news/version_2.2.1.mdwn @@ -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."""]]
\ No newline at end of file |
