summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-10-24 21:43:39 +0200
committerMax Kellermann <max@musicpd.org>2017-10-24 21:43:39 +0200
commit1de19b921a0be8f658c24b56befc85597204d9a7 (patch)
treeba4771ed5aa1f794e330060576d12619e6d569f7 /NEWS
parentff162b5a03123d5f8e309c8f37fc4ba583d0d63b (diff)
input/curl: call StartRequest() after setting CURLOPT_RANGE
It's not possible to set CURL options after curl_easy_perform(), and thus the CURLOPT_RANGE had no effect.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e704a3ef..88855d969 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.20.12 (not yet released)
+* input
+ - curl: fix seeking
ver 0.20.11 (2017/10/18)
* storage