add news item for propellor 2.3.0

This commit is contained in:
Joey Hess 2015-04-22 14:38:10 -04:00
parent 66a8012a1a
commit d7b402cf6f
2 changed files with 13 additions and 6 deletions

View File

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

View File

@ -0,0 +1,13 @@
propellor 2.3.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Make propellor resistent to changes to shared libraries, such as libffi,
which might render the propellor binary unable to run. This is dealt with
by checking the binary both when running propellor on a remote host,
and by Cron.runPropellor. If the binary doesn't work, it will be rebuilt.
* Note that since a new switch had to be added to allow testing the binary,
upgrading to this version will cause a rebuild from scratch of propellor.
* Added hasLoginShell and shellEnabled.
* debCdn changed to new httpredir.debian.org official replacement for
http.debian.net.
* API change: Added User and Group newtypes, and Properties that
used to use the type UserName = String were changed to use them."""]]