summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 552cf3888..0c71e4638 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+git-annex (6.20160908) UNRELEASED; urgency=medium
+
+ * Rate limit console progress display updates to 10 per second.
+ Was updating as frequently as changes were reported, up to hundreds of
+ times per second, which used unncessary bandwidth when running git-annex
+ over ssh etc.
+
+ -- Joey Hess <id@joeyh.name> Thu, 08 Sep 2016 12:48:55 -0400
+
git-annex (6.20160907) unstable; urgency=medium
* Windows: Handle shebang in external special remote program.