diff --git a/doc/news/version_1.2.1.mdwn b/doc/news/version_1.2.1.mdwn deleted file mode 100644 index 59dd4ce..0000000 --- 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 505ad12..0000000 --- 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 0000000..69f7faa --- /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