lib/curl: drop support for CURL versions older than 7.32.0

For simplicity, this commit removes a workaround for an old CURL bug.
This commit is contained in:
Max Kellermann
2019-12-23 14:41:06 +01:00
parent 087874620f
commit a714bdb0ce
4 changed files with 2 additions and 18 deletions

1
NEWS
View File

@@ -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)