summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG13
1 files changed, 12 insertions, 1 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 5e7ead1..a56f0b4 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,11 +1,22 @@
-New in v0.9.2 (2022/06/24)
+New in v0.9.2 (2002/06/27)
--------------------------
+Interface directly with librsync(.a|.so) instead of running "rdiff"
+command line utility. This can significant save fork()ing time when
+processing lots of smallish files that have changed. Also, rdiff is
+no longer required to be in the PATH.
+
+Further speed optimizations, mostly reducing CPU consumption when
+scanning through unchanged files.
+
Fixed Path bug which could caused globbing and regexp include/exclude
statements to malfunction when the base of the source directory was
"/" (root of filesystem). Thanks to Vlastimil Adamovsky for noting
this bug.
+Added quoting for spaces in directory_statistics file, hopefully
+making it easier to parse.
+
New in v0.9.1 (2002/06/19)
--------------------------