From b538ddaa1e0a301831270c177472abd85c011b0f Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Sat, 3 Jun 2006 22:37:40 +0000
Subject: [PATCH] dup: checked that  bandwidthlimit still works with duplicity
 0.4.2, reflected this into the docs/examples/Changelog

---
 ChangeLog            | 4 ++--
 examples/example.dup | 1 -
 handlers/dup.helper  | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c563868..b32d53e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,8 +25,8 @@ version 0.9.4 -- unreleased
 	 . Removed over zealous vsnames check
 	 . Does not pretend anymore that duplicity can work without
 	   any passphrase
-	 . More or less support duplicity >=0.4.2 (bandwidthlimit option maybe
-	   does not work with this version, though; work in progress)
+	 . Support duplicity 0.4.2 (with Debian patches applied; upstream's
+	   0.4.3 will integrate them)
 	sys:
 	 . Many more system checks were added, thanks to Petr Kl�ma
     lib changes
diff --git a/examples/example.dup b/examples/example.dup
index 539a7ab..b906551 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -105,7 +105,6 @@ exclude = /home/*/.gnupg
 #keep = yes
 
 # bandwith limit, in kbit/s ; default is 0, i.e. no limit
-# NB: does not work anymore with duplicity >=0.4.2, work in progress to fix this
 #bandwidthlimit = 128
 
 # passed directly to ssh and scp
diff --git a/handlers/dup.helper b/handlers/dup.helper
index b366b53..a18063d 100644
--- a/handlers/dup.helper
+++ b/handlers/dup.helper
@@ -398,7 +398,6 @@ incremental = $dup_incremental
 keep = $dup_keep
 
 # bandwith limit, in kbit/s ; default is 0, i.e. no limit
-# NB: does not work anymore with duplicity >=0.4.2, work in progress to fix this
 #bandwidthlimit = 128
 bandwidthlimit = $dup_bandwidth
 
-- 
GitLab