From a6b19011e1e1a6dcfd2c0b378f401b3d543374f8 Mon Sep 17 00:00:00 2001 From: bescoto Date: Sun, 11 Sep 2005 03:49:18 +0000 Subject: Final changes for 1.0.1 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@632 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/CHANGELOG | 2 +- rdiff-backup/testing/connectiontest.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index 53ec051..befe070 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -1,4 +1,4 @@ -New in v1.0.1 (????/??/??) +New in v1.0.1 (2005/09/10) -------------------------- Fix for "'filetype' of type exceptions.KeyError" error when restoring. diff --git a/rdiff-backup/testing/connectiontest.py b/rdiff-backup/testing/connectiontest.py index 9b1d202..d0f10f1 100644 --- a/rdiff-backup/testing/connectiontest.py +++ b/rdiff-backup/testing/connectiontest.py @@ -91,7 +91,8 @@ class PipeConnectionTest(unittest.TestCase): """Must start a server for this""" stdin, stdout = os.popen2("python ./server.py "+SourceDir) self.conn = PipeConnection(stdout, stdin) - #self.conn.Log.setverbosity(9) + Globals.security_level = "override" + #self.conn.Log.setverbosity(9) #Log.setverbosity(9) def testBasic(self): -- cgit v1.2.1