summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-21 04:21:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-21 04:21:42 -0400
commit8f0257e2d375250469d5955d6d31281114e59acd (patch)
tree78b3e3d25827d5d03fe2db3cb77651e851192dfe /debian
parent9805c69542f76545412fac5ebd91c9661c322fa6 (diff)
note
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 392fb535a..84ce44614 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
git-annex (3.20130122) UNRELEASED; urgency=low
+ * Added source repository group, that only retains files until they've
+ been transferred to another repository. Useful for things like
+ repositories on cameras.
+ * Added manual repository group. Use to prevent the assistant from
+ downloading any file contents to keep things in sync. Instead
+ `git annex get`, `git annex drop` etc can be used manually as desired.
* webapp: More adjustments to longpoll code to deal with changes in
variable quoting in different versions of shakespeare-js.
* webapp: Avoid an error if a transfer is stopped just as it finishes.