diff options
author | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-10-05 07:36:26 +0000 |
---|---|---|
committer | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-10-05 07:36:26 +0000 |
commit | 23864c166d3cd702158733118f5e388c97cbf5d7 (patch) | |
tree | c590827ab24cb12038596840abe327b0e573bd11 | |
parent | 875c1971cfa5480f818f6ad874004b02635c23ab (diff) | |
download | rdiff-backup-23864c166d3cd702158733118f5e388c97cbf5d7.tar.gz |
Added more 0.11.0 entries
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@215 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r-- | rdiff-backup/CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index 09b02d8..cfa0383 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -22,6 +22,15 @@ whitespace in filelists. Now filenames with, for instance, trailing spaces can be used in filelists. Filelists which took advantage of this bug for formatting may have to be editted. +Applied major/minor patch contributed by David S. rdiff-backup should +now correctly copy device files on platforms such as NetBSD. + +It is now possible to restore from a read-only filesystem (before +rdiff-backup would fail when trying to open log file). Thanks to +Gregor Zattler for bug report. + +Fixed bug that prevented certain restores when source directory given +with trailing backslash. New in v0.10.1 (2002/09/16) |