summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-08 13:17:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-08 13:17:43 -0400
commit70aaaf8eff6b8c9bb5ec033e9f17cc0cbd57b759 (patch)
tree46d719a4f1444c82e7850b48fef21438485e051d /CHANGELOG
parent3ac72528bd99b7257ff98fc6b988c5ef0f9e685a (diff)
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.
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.