diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 55076ae8..292ec0be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,11 @@ propellor (2.9.0) UNRELEASED; urgency=medium (API change) * Some renaming of instance methods, and moving of functions to more appropriate modules. (API change) + * Added File.isSymlinkedTo. Thanks, Per Olofsson. + * fileProperty, and properties derived from it now write the new + file content via origfile.propellor-new~, instead of to a randomly named + temp file. This allows them to clean up any temp file that may have + been left by an interrupted run of propellor. -- Joey Hess <id@joeyh.name> Thu, 08 Oct 2015 11:09:01 -0400 |
