summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rdiff-backup/CHANGELOG9
-rwxr-xr-xrdiff-backup/rdiff-backup3
2 files changed, 10 insertions, 2 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index d22dbe2..5e7ead1 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,3 +1,12 @@
+New in v0.9.2 (2022/06/24)
+--------------------------
+
+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.
+
+
New in v0.9.1 (2002/06/19)
--------------------------
diff --git a/rdiff-backup/rdiff-backup b/rdiff-backup/rdiff-backup
index 10981f2..cfd819f 100755
--- a/rdiff-backup/rdiff-backup
+++ b/rdiff-backup/rdiff-backup
@@ -1,7 +1,6 @@
#!/usr/bin/env python
-#
# rdiff-backup -- Mirror files while keeping incremental changes
-# Version 0.9.1 released June 20, 2002
+# Version $version released June 20, 2002
# Copyright (C) 2001, 2002 Ben Escoto <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).