summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-12 13:54:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-12 13:54:16 -0400
commite1e562fe87d6d99fe01d82a48fc259be5ee9867a (patch)
tree66607afdd9a81047b378ec1a9c76c29ee50a2241 /debian
parent4d49342612dd441cdc503b5294035fc05a9a5a77 (diff)
allow building without ascii-progress, since it is not ready yet
No progress bars with -J unless built with ascii-progress.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 53a59875d..980b856c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,3 @@
- * get, move, copy, mirror: Concurrent downloads and uploads are
- now supported! For example: git-annex get -J10
-
git-annex (5.20150508.2) UNRELEASED; urgency=medium
* import: Refuse to import files that are within the work tree, as that
@@ -8,6 +5,11 @@ git-annex (5.20150508.2) UNRELEASED; urgency=medium
* drop: Now supports --all, --unused, and --key.
* drop: Now defaults to --all when run in a bare repository.
(Previously, did nothing when run in a bare repository.)
+ * get, move, copy, mirror: Concurrent transfers are now supported!
+ For example: git-annex get -J10
+ However, progress bars are not yet displayed for concurrent transfers,
+ pending an updated version of the ascii-progress library.
+ * --quiet now makes progress output by rsync, wget, etc be quiet too.
-- Joey Hess <id@joeyh.name> Mon, 11 May 2015 12:45:06 -0400