summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-16 01:02:10 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-16 01:02:10 +0100
commit62d85b58f09066f3dbd424ab190f07420c2cba84 (patch)
tree39b14c7fa7d0b13c3677b840f5ce2dbdec431875 /ChangeLog
parent1dd9fb73e28f079fb0d4ee46ab3e18008e42aca2 (diff)
Ignore any hidden files when looking for images.
We used to do ._* and .DS_Store but there has been a report of .com.apple.timemachine.supported.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71e89e724..da87cb96a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2016-06-16 Carl Hetherington <cth@carlh.net>
+ * Ignore any hidden files when looking for image files.
+
* Remove seconds from KDM time period specification (#819).
2016-06-14 c.hetherington <cth@carlh.net>