From 037d287a3a383471edbcd4cf8f490fc4027b67b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Oct 2015 13:10:07 -0400 Subject: 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. Also converted the new isSymlinkedTo property to use the same implementation, with some simplifications. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dda8197b..292ec0be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ propellor (2.9.0) UNRELEASED; urgency=medium * 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 Thu, 08 Oct 2015 11:09:01 -0400 -- cgit v1.3-2-g0d8e