summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-21 11:30:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-21 11:30:53 -0400
commitfed5a751e0ebc95f2acd66f372883bd096d0dd07 (patch)
treeed3660ef48d04637c9015a552155863b5cb575df /CHANGELOG
parentad26b39c9873db721a91c8aa50d1d1bff2057dde (diff)
addurl: Fix bug in checking annex.largefiles expressions using largerthan, mimetype, and smallerthan; the first two always failed to match, and the latter always matched.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3777e6d5a..de1a16fb7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+git-annex (6.20161119) UNRELEASED; urgency=medium
+
+ * addurl: Fix bug in checking annex.largefiles expressions using
+ largerthan, mimetype, and smallerthan; the first two always failed
+ to match, and the latter always matched.
+
+ -- Joey Hess <id@joeyh.name> Mon, 21 Nov 2016 11:27:50 -0400
+
git-annex (6.20161118) unstable; urgency=medium
* git-annex.cabal: Loosen bounds on persistent to allow 2.5, which