summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-08 13:39:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-08 13:39:18 -0400
commit1ccd0ed1e6541534626673dc5dbdd97c9ab9ca49 (patch)
treed640f8081735fc7eb3a81fae4c93df85ddc366c5 /debian
parent45d50d8c27207fa09e5d3331683e1510df3f3bdd (diff)
Added --smallerthan and --largerthan limits
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a3442b1fb..8a0bf2ac5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,8 @@ git-annex (3.20121002) UNRELEASED; urgency=low
* get --auto, copy --auto: If the local repository has preferred content
configured, only get that content.
* drop --auto: If the local repository has preferred content configured,
- drop content that is not preferred, if numcopies allows.
+ drop content that is not preferred, when numcopies allows.
+ * Added --smallerthan and --largerthan limits.
* Only build-depend on libghc-clientsession-dev on arches that will have
the webapp.
* uninit: Unset annex.version. Closes: #689852