summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authordgaudet <dgaudet@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-06-28 05:07:18 +0000
committerdgaudet <dgaudet@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-06-28 05:07:18 +0000
commit00bd818426e320be4190da43390a16d110b022cd (patch)
treef50cf1891f5d1603efce9c497e8fce4820d28789 /rdiff-backup/CHANGELOG
parenta76588281b1748937655aae6ad215cf3a08e0cb8 (diff)
downloadrdiff-backup-00bd818426e320be4190da43390a16d110b022cd.tar.gz
bug#13475: correct an UpdateError when backing up hardlinks with EAs
and/or ACLs. i have to admit to not being 100% certain of this fix -- because i'm not sure how to track down all the other users of __eq__ in this two classes to make sure my change makes sense in all contexts. it works in my testing though. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@594 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index e452c96..0864161 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -16,6 +16,9 @@ bug#13476: must always compare device numbers when we compare inode
numbers -- fix a non-fatal problem with hardlinks when a filesystem is
moved to another device (and the inodes don't change).
+bug#13475: correct an UpdateError when backing up hardlinks with EAs
+and/or ACLs.
+
New in v0.13.6 (2005/04/07)
---------------------------