summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-25 18:02:30 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-25 18:02:30 +0000
commit8bf34ec866466cacb7c5738ea9a6c522a56f0384 (patch)
tree375f9e8249509d6e9508e709575b19d384f4d43a
parentf1a097e8c9fe9f80b9aa476566c21c9edd1d4b65 (diff)
downloadrdiff-backup-8bf34ec866466cacb7c5738ea9a6c522a56f0384.tar.gz
Added entry about selection bugfix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@143 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-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).