diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-02 10:26:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-02 10:26:51 -0400 |
| commit | 006b1c35854c134cbdf33303836c2461322ed463 (patch) | |
| tree | 223b7281c3b0f5b3c86c141591accf4f610467f5 /debian | |
| parent | 3cbabe3f765b7e11db32992a5c9a349fc19d0858 (diff) | |
| parent | 1413e9c61970532b846893ca6435f2a2785a1b02 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9ac8c3f8..db9ffbd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +propellor (2.2.2) UNRELEASED; urgency=medium + + * 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. + + -- Joey Hess <id@joeyh.name> Thu, 02 Apr 2015 10:09:46 -0400 + propellor (2.2.1) unstable; urgency=medium * userScriptProperty now passes --shell /bin/sh, so it can be used |
