summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@iglu.org.il>2016-07-11 10:53:26 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-07-11 10:57:38 +0200
commite5cdde09bc13d9d39400feadc9703a4194253d0f (patch)
tree7918c10a08cc637aad6fc65bafbafb005b1ceb17 /NEWS
parent67b4fc23df549e8b986545695afcaac64b965ccb (diff)
downloadurpmi-e5cdde09bc13d9d39400feadc9703a4194253d0f.tar
urpmi-e5cdde09bc13d9d39400feadc9703a4194253d0f.tar.gz
urpmi-e5cdde09bc13d9d39400feadc9703a4194253d0f.tar.bz2
urpmi-e5cdde09bc13d9d39400feadc9703a4194253d0f.tar.xz
urpmi-e5cdde09bc13d9d39400feadc9703a4194253d0f.zip
adapt to aria2c-1.16+ output (mga#16500)
aria2c > 1.14 changed the output of the progress download string it's no longer what follows: "[#1 SIZE:176.0KiB/2.5MiB(6%) CN:3 SPD:256.22KiBs ETA:09s]" but here is the new one from aria2c 1.16 and beyond: "[#2c8dae 496KiB/830KiB(59%) CN:1 DL:84KiB ETA:3s]" So the old parser no longer works... The string parser has been rewritten by Shlomi Fish with use of multiline mode and comments for better readability, should aria2c progress download string change again Dug & fixed by Giuseppe Ghibò <ghibomgx@gmail.com> and Shlomi Fish <shlomif@shlomifish.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31e4e97e..535d0bfb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- fix reporting progress with newer aria2 (mga#16500)
- s/suggests/recommends/ in bash completion
Version 8.102 - 14 April 2016