summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 12:33:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 12:35:58 -0400
commit96ddbf12195da0bd836f356a3b3637e449e91ca7 (patch)
treefbcc8f5f2c95bb632601e3be2874fb410bd1a280 /CHANGELOG
parent196aacee5e3e76d653246f501e0295006b3a7f20 (diff)
S3: Allow removing files from IA, but warn about derived versions potentially still existing there.
Removal works, only derives are a potential issue, so allow removing with a warning. This way, unexporting a file works, and behavior is consistent with IA remotes whether or not exporttree=yes. Also tested exporting filenames containing unicode, spaces, underscores. All worked, despite the IA's faq saying it doesn't. This commit was sponsored by Trenton Cronholm on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 137e4e970..b4a80b2aa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,8 @@ git-annex (6.20170819) UNRELEASED; urgency=medium
* Support building with feed-1.0, while still supporting older versions.
* init: Display an additional message when it detects a filesystem that
allows writing to files whose write bit is not set.
+ * S3: Allow removing files from IA, but warn about derived versions
+ potentially still existing there.
-- Joey Hess <id@joeyh.name> Mon, 28 Aug 2017 12:20:59 -0400