summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-06-26 03:19:14 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-06-26 03:19:14 +0000
commit8312a9446cb7f7220c70f975a08e8c8d55bb6d38 (patch)
treee7286e44d40372a928cbc1dd6c9ba281412508c5 /rdiff-backup/CHANGELOG
parentc2f5082c27443e80e59e73cc3fae19e20cb0ab48 (diff)
downloadrdiff-backup-8312a9446cb7f7220c70f975a08e8c8d55bb6d38.tar.gz
Optimize --check-destination and other functions by determining the increment
files server-side instead of client-side. (Patch from Josh Nisly) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@902 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 847ed5b..ed21e42 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,9 @@
New in v1.1.17 (????/??/??)
---------------------------
+Optimize --check-destination and other functions by determining the increment
+files server-side instead of client-side. (Patch from Josh Nisly)
+
Actually make rdiff-backup robust to failure to read an ACL because the file
cannot be found. (Andrew Ferguson)