aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 15:19:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 15:19:01 -0400
commit6f83a6c8f45d7aa325d315654c4fd28de9feb4a6 (patch)
treeb8b58cd6e18e2b698d9a9fd8b89b60bc469cc68d /CHANGELOG
parent683a62b3f5e5f0c464c1e0ec3c7d0bd85a257490 (diff)
addurl: Fix encoding of filename queried from youtube-dl when in --fast mode.
And also now in non-fast mode, since it was just changed to query for the filename separately. And avoid processTranscript which mixed up stdout and stderr and could have led to weirdness if there were warnings that didn't get suppressed.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 34b91d00f..97c94d9a3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,8 @@ git-annex (6.20171215) UNRELEASED; urgency=medium
* addurl: When the file youtube-dl will download is already an annexed
file, don't download it again and fail to overwrite it, instead just do
nothing, like it used to when quvi was used.
+ * addurl: Fix encoding of filename queried from youtube-dl when in
+ --fast mode.
-- Joey Hess <id@joeyh.name> Wed, 20 Dec 2017 12:11:46 -0400