diff options
author | 2015-12-06 16:50:37 -0400 | |
---|---|---|
committer | 2015-12-06 16:54:01 -0400 | |
commit | ec356e3c121c9be66ffd99aa68fedf6267522f1c (patch) | |
tree | 66aa594afddc7574a3275dbb5bb8780a2e13d552 /debian | |
parent | a279c22dbcddee19d14a1b492d8d996fef0e3e3d (diff) |
fix temp filename
Was not putting it inside the temp dir, but next to it!
This was just wrong, and it led to a longer filename that desired being
used, leading to some bug reports.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fae4b598b..80a44c175 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ git-annex (5.20151117) UNRELEASED; urgency=medium This was a reversion caused by the relative path changes in 5.20150113. * dropunused: Make more robust when trying to drop an object that has already been dropped. + * Fix reversion in handling of long filenames, particularly when using + addurl/importfeed, which was introduced in the previous release. -- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400 |