aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-20 12:25:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-20 12:25:03 -0400
commitf4e72c1974593e08281649b27846eccfc2bbc296 (patch)
tree2c4ad032dd868b0d16a47c0eba73b9b04c7b32df /CHANGELOG
parent5c2ec43e3415866af142e97576d4e3df4829d5d9 (diff)
Removed the testsuite build flag
Test suite is always included. Building with this flag disabled has actually been broken for some time, since Command.TestRemote uses tasty. Fewer build flags are better, so good time to drop it. 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 633ca0703..afc9c28ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+git-annex (6.20171215) UNRELEASED; urgency=medium
+
+ * Removed the testsuite build flag; test suite is always included.
+
+ -- Joey Hess <id@joeyh.name> Wed, 20 Dec 2017 12:11:46 -0400
+
git-annex (6.20171214) unstable; urgency=medium
* Use youtube-dl rather than quvi to download media from web pages,