From 749623df86e5417b235e6dd29376d1726e4a542f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Dec 2016 10:46:51 -0400 Subject: [PATCH] fixed --- CHANGELOG | 2 ++ doc/bugs/Build_with_aws_head_fails.mdwn | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b741f29b95..095d1e7064 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 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 9937d6c35b..a96dce0ad9 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]]