aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-10 10:46:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-10 10:47:16 -0400
commit1004f9c7a8e427fc1ecff4cfd3789e8380d24240 (patch)
treebd3fca474cc0734493ddfda7346f78f6f7771be6
parentcb5724155e20f247c3d4a987aa6635a8e5de039a (diff)
fixed
-rw-r--r--CHANGELOG2
-rw-r--r--doc/bugs/Build_with_aws_head_fails.mdwn1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b741f29b9..095d1e706 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,8 @@ git-annex (6.20161119) UNRELEASED; urgency=medium
* add: Stage modified non-large files when running in indirect mode.
(This was already done in v6 mode and direct mode.)
* git-annex-shell, remotedaemon, git remote: Fix some memory DOS attacks.
+ * Fix build with http-client 0.5.
+ Thanks, Alper Nebi Yasak.
-- Joey Hess <id@joeyh.name> Mon, 21 Nov 2016 11:27:50 -0400
diff --git a/doc/bugs/Build_with_aws_head_fails.mdwn b/doc/bugs/Build_with_aws_head_fails.mdwn
index 9937d6c35..a96dce0ad 100644
--- a/doc/bugs/Build_with_aws_head_fails.mdwn
+++ b/doc/bugs/Build_with_aws_head_fails.mdwn
@@ -46,3 +46,4 @@ ExitFailure 1
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes :)
+> [[done]] via the nice patch! --[[Joey]]