summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-01 06:12:34 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-01 06:12:34 +0000
commit9e0b4c9ae307a0f3590d441152f25ea886a6a2ed (patch)
tree25b3db343fafe41daa85ebd7dcf33e54a0bffd82
parent7b991ea416962a19defef9ce6975f65739fa7b05 (diff)
downloadrdiff-backup-9e0b4c9ae307a0f3590d441152f25ea886a6a2ed.tar.gz
Added section on 0.6.1
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-6@53 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG16
1 files changed, 16 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 755b590..8718865 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,3 +1,19 @@
+New in v0.6.1 (2002/04/30)
+--------------------------
+
+Lowered verbosity of traceback output - now can set verbosity to 2
+(-v2) to avoid long error messages.
+
+Possibly fixed bug which prevented resuming from some failed backups.
+
+Prevent crash when a directory replaced by a non-directory file while
+that directory being processed.
+
+If a filename is too long (more than ~220 chars usually), just skip it
+instead of exiting with an error (will come up with something better
+later).
+
+
New in v0.6.0 (2002/03/14)
--------------------------