summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-17 07:59:08 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-17 07:59:08 +0000
commitb4df2b8231ea724cb208d26eced159c7ddb4e0c2 (patch)
tree8568139b6d47b94a61f1f74126a8d4817b7830f4
parent3cc59c8f444bef9e3524715b5cf8bc1a5731ec75 (diff)
downloadrdiff-backup-b4df2b8231ea724cb208d26eced159c7ddb4e0c2.tar.gz
Final changes for 0.9.0
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@136 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG10
-rw-r--r--rdiff-backup/README12
2 files changed, 17 insertions, 5 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 7efe12f..7a514d5 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,3 +1,13 @@
+New in v0.9.0 (2002/06/17)
+--------------------------
+
+Changed lots of the code to distribute as standard python package
+instead of single script. Installation procedure is also different.
+
+Speed optimizations - average user might see speed increase of 2 or
+more.
+
+
New in v0.8.0 (2002/06/14)
--------------------------
diff --git a/rdiff-backup/README b/rdiff-backup/README
index e4430e9..b149fbf 100644
--- a/rdiff-backup/README
+++ b/rdiff-backup/README
@@ -1,4 +1,6 @@
-Thank you for trying rdiff-backup.
+Thank you for trying rdiff-backup. To install, run:
+
+ ./setup.py install
Remember that you must have Python 2.2 or later and librsync installed
(this means that "python" and "rdiff" should be in your path). To
@@ -9,8 +11,8 @@ For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information).
-If you have the above installed, and it still doesn't work, contact
-Ben Escoto <bescoto@stanford.edu>, or post to the mailing list (see
-web page at http://www.stanford.edu/~bescoto/rdiff-backup for more
-information).
+If you have the above installed, and it still doesn't work, see the
+web page at http://rdiff-backup.stanford.edu for more
+information.
+