summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-06-23 13:49:29 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-06-23 13:49:29 +0000
commitc2f5082c27443e80e59e73cc3fae19e20cb0ab48 (patch)
tree57c4ab360f02c2261b2ff14a0cb010d8297d7b2a /rdiff-backup/CHANGELOG
parent16cb4fb3df42c47cbbf736555e3d3d46cc3c7e7e (diff)
downloadrdiff-backup-c2f5082c27443e80e59e73cc3fae19e20cb0ab48.tar.gz
Actually make rdiff-backup robust to failure to read an ACL because the
file cannot be found. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@901 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 1e1c1a4..847ed5b 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,9 @@
New in v1.1.17 (????/??/??)
---------------------------
+Actually make rdiff-backup robust to failure to read an ACL because the file
+cannot be found. (Andrew Ferguson)
+
Get makedist working on Windows. (Patch from Josh Nisly)