missed a NEWS update in last commit

This commit is contained in:
Joey Hess 2018-06-17 13:56:17 -04:00
parent b54b2cdc0e
commit 563f2f5a81
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

8
NEWS
View file

@ -4,9 +4,17 @@ git-annex (6.20180622) upstream; urgency=high
URL schemes by default. You can enable other URL schemes, at your own risk, URL schemes by default. You can enable other URL schemes, at your own risk,
using annex.security.allowed-url-schemes. using annex.security.allowed-url-schemes.
A related security fix prevents git-annex from connecting to http
servers on localhost or private networks. This can be overridden,
at your own risk, using annex.security.allowed-http-addresses.
The annex.web-download-command configuration has been removed, The annex.web-download-command configuration has been removed,
use annex.web-options instead. use annex.web-options instead.
Setting annex.web-options no longer is enough to make curl be used.
See the documentation of annex.security.allowed-http-addresses for
why and how to enable curl.
-- Joey Hess <id@joeyh.name> Fri, 15 Jun 2018 17:54:23 -0400 -- Joey Hess <id@joeyh.name> Fri, 15 Jun 2018 17:54:23 -0400
git-annex (6.20180309) upstream; urgency=medium git-annex (6.20180309) upstream; urgency=medium