summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 13:51:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 13:51:31 -0400
commitc90d07d0dd37e3631bf70bd01e68c7f818215a97 (patch)
treee5fa007012a45d8eda9ddfe9675a92e258975cb3 /CHANGELOG
parent0cd34920d80b04409b4a182a96b02e28f4ee4ee2 (diff)
Windows: Remove wget from bundle; it needs libraries that are not included, and git for windows includes curl which git-annex will use instead.
wget was broken even in the previous old release of the windows bundle, this is not new breakage. msys-idn-11.dll and probably more would be needed to use it. git for windows includes msys-idn2-0.dll instead.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 612f65515..e9803b14f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,9 @@ git-annex (6.20171019) UNRELEASED; urgency=medium
* Code for terminating processes on Windows is not linking anymore;
made a warning be displayed instead. This breaks restarting the
assistant and git annex assistant --stop.
+ * Windows: Remove wget from bundle; it needs libraries that are not
+ included, and git for windows includes curl which git-annex will use
+ instead.
-- Joey Hess <id@joeyh.name> Tue, 24 Oct 2017 13:12:52 -0400