diff options
author | Max Kellermann <max@musicpd.org> | 2019-12-23 14:41:06 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-23 14:41:06 +0100 |
commit | a714bdb0ce3ad43b827f0ffba009606bee1a6cdb (patch) | |
tree | cd2bbd7b248161ba38e59c3c27e58f4b3f62ce30 /NEWS | |
parent | 087874620f5f9dfe7f71c7afaf2193ec34ccee0b (diff) |
lib/curl: drop support for CURL versions older than 7.32.0
For simplicity, this commit removes a workaround for an old CURL bug.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver 0.21.18 (not yet released) - alsa: fix hang bug with ALSA "null" outputs * storage - curl: fix crash bug +* drop support for CURL versions older than 7.32.0 * reduce unnecessary CPU wakeups ver 0.21.17 (2019/12/16) |