diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-21 11:30:53 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-21 11:30:53 -0400 |
commit | fed5a751e0ebc95f2acd66f372883bd096d0dd07 (patch) | |
tree | ed3660ef48d04637c9015a552155863b5cb575df /CHANGELOG | |
parent | ad26b39c9873db721a91c8aa50d1d1bff2057dde (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-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |