aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-06-17 13:04:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-06-17 13:04:48 -0400
commitf2c83fe1c7bfefe3a59fef75fa6ecc93a8fd95e2 (patch)
treeb615affa7a75fe8508049706209daeb470444559 /CHANGELOG
parent64662aaaf313fe681648d5b62171102b769eab99 (diff)
Fix build with QuickCheck 2.10.
QuickCheck added an Arbitrary instance for CTime aka EpochTime. However, while git-annex's instance disallowed times before the epoch, QuickCheck's does not. So, rather than using its instance, convert from an Integer. This commit was sponsored by Thomas Hochstein on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1d8f45cf4..9dbb23575 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+git-annex (6.20170521) UNRELEASED; urgency=medium
+
+ * Fix build with QuickCheck 2.10.
+
+ -- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400
+
git-annex (6.20170520) unstable; urgency=medium
* move --to=here moves from all reachable remotes to the local repository.