summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-04-07 19:27:16 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-04-07 19:27:16 +0000
commitec005de6c842aad6955d3f802d9f046a9443b99c (patch)
tree67b966111db335a3c8016c305389273e6bd9a9da
parent5a8298c0c2c2569c3f3c508d1a0df4bca71ddf8a (diff)
downloadrdiff-backup-ec005de6c842aad6955d3f802d9f046a9443b99c.tar.gz
Final changes for 0.13.6
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@580 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG2
-rw-r--r--rdiff-backup/testing/finaltest.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 52b2f8b..f7933d6 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,4 +1,4 @@
-New in v0.13.6 (2005/??/??)
+New in v0.13.6 (2005/04/07)
---------------------------
Fixed timezone bug. Hopefully this is the last one. (Thanks to
diff --git a/rdiff-backup/testing/finaltest.py b/rdiff-backup/testing/finaltest.py
index ad787de..f499583 100644
--- a/rdiff-backup/testing/finaltest.py
+++ b/rdiff-backup/testing/finaltest.py
@@ -47,7 +47,7 @@ class PathSetter(unittest.TestCase):
def reset_schema(self):
self.rb_schema = (SourceDir +
- "/../rdiff-backup -v9 --no-compare-inode "
+ "/../rdiff-backup -v3 --no-compare-inode "
"--remote-schema './chdir-wrapper2 %s' ")
def refresh(self, *rp_list):