summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-10-14 13:10:07 -0400
committerJoey Hess2015-10-14 13:10:07 -0400
commit037d287a3a383471edbcd4cf8f490fc4027b67b7 (patch)
treef82c33311ae7a1731a329d40f7643ebed0d60c7b /debian
parentbbb0386515365b6735a9e635baa38fe762c951ef (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
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 <id@joeyh.name> Thu, 08 Oct 2015 11:09:01 -0400