summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-18 23:10:57 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-18 23:10:57 +0000
commit6e2cedeef8fbfd38f85faeea85bc6cbf92eff16c (patch)
tree174d90a310bd73f90006a06db96665fc403a6853
parent3f6645f4282082c2e140b52780a9a500c8212f82 (diff)
downloadrdiff-backup-6e2cedeef8fbfd38f85faeea85bc6cbf92eff16c.tar.gz
Added two notes forgotten in previous check in.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@346 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index f907cfa..83e97f6 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -23,6 +23,14 @@ writes Mac OS X style resource forks!
Added --list-increment-sizes switch, which tells you how much space
the various backup files take up. (Suggested by Andrew Bressen)
+Although it should be detected automatically, can avoid copying
+permissions to directory increments with --no-change-dir-inc-perms.
+(Problem on FreeBSD when backing up sticky directories reported by
+Troels Arvin.)
+
+Fixed bug with --check-destination and --windows-mode reported by
+Tucker Sylvestro.
+
New in v0.12.0 (2003/06/26)
---------------------------