diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-05 13:30:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-05 13:30:13 -0400 |
commit | e8fcc7fbc9082e84713c4c5cac688623038a130d (patch) | |
tree | 1e33927769288bdc2d231989433626ce60800068 /debian | |
parent | ffc3902c811f2cfac893b100224e8d66c2f7de29 (diff) |
addurl: Better sanitization of generated filenames.
Use sanitizeFilePath rather than rolling our own sanitizer.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3e51f5677..7582e3e23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ git-annex (4.20131003) UNRELEASED; urgency=low * watcher: Detect at startup time when there is a stale .git/lock, and remove it so it does not interfere with the automatic commits of changed files. + * addurl: Better sanitization of generated filenames. -- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400 |