summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-22 10:04:10 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-22 10:04:10 +0000
commit7610a21761c90ee32fa93d0ad0768fbbfe93e6d7 (patch)
treec50522f5a4764d854233191866b41751a7c0a0fb /rdiff-backup/CHANGELOG
parent71ea549d3d0d7b5abfd649182bdbac4f641093a3 (diff)
downloadrdiff-backup-7610a21761c90ee32fa93d0ad0768fbbfe93e6d7.tar.gz
Final changes for 0.12.1, including librsync block size scaling
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@354 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG7
1 files changed, 6 insertions, 1 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 3d1a8b6..f6e4a7d 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,4 +1,4 @@
-New in v0.12.1 (2003/07/??)
+New in v0.12.1 (2003/07/22)
---------------------------
Added --no-change-dir-inc-perms switch, to avoid some weird errors on
@@ -8,6 +8,11 @@ report.
Fixed bug when regressing destination directory made with
--windows-mode. Reported by Tucker Sylvestro.
+The librsync blocksize is now chosen based on filesize. This should
+make operations on large files faster (in some cases, orders of
+magnitude faster). Thanks to Ty! Boyack for bringing this issue to my
+attention.
+
New in v0.12.0 (2003/06/26)
---------------------------