aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-13 15:35:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-13 15:35:24 -0400
commitb1813685256f126c1a51170428a35704c7389aa6 (patch)
tree754d5231540f18bd402a723d02d11e8171aa8edd /CHANGELOG
parent2852570338052585ddc78aa9c3fef776285355a2 (diff)
S3: Fix check of uuid file stored in bucket, which was not working.
The check was broken in two ways.. First, nowhere did it error out when checkUUIDFile found a different UUID already in the file. Instead, it overwrote the uuid file. And, checkUUIDFile's implementation was for some reason always failing with a ConnectionClosed exception. Apparently something to do with using two different runResourceT's and a response getting GCed inbetween. I'm pretty sure that used to work, but changed to a more obviously correct implementation. This commit was sponsored by Peter Hogg on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 20014ea7d..b359ff848 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,7 @@ git-annex (6.20170102) UNRELEASED; urgency=medium
app bundle.
* Improve pid locking code to work on filesystems that don't support hard
links.
+ * S3: Fix check of uuid file stored in bucket, which was not working.
-- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400