summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-28 01:32:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-28 01:32:47 -0400
commita7bd63eb0100fd282da9058acc28935bdfdf25df (patch)
tree769bca71df8dd06a4015e5be3f1e3a36d12f894b /debian/changelog
parent026c76914e21c768a38e86461849213e33b70046 (diff)
basic s3 remote start
But bucket name is not handled right; it needs to be globally unique.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2f532784d..0469f2242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
git-annex (0.20110326) UNRELEASED; urgency=low
- * annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")
+ * Amazon is S3 now supported as a special type of remote.
* Generalized remotes handling, laying groundwork for remotes that are
not regular git remotes.
* Provide a less expensive version of `git annex copy --to`, enabled
via --fast. This assumes that location tracking information is correct,
rather than contacting the remote for every file.
+ * annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")
-- Joey Hess <joeyh@debian.org> Sat, 26 Mar 2011 14:36:16 -0400