diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-10-20 19:34:51 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-10-20 19:34:51 +0000 |
commit | 11ec1472b7b88996c8da45a1d737e2e59e554de0 (patch) | |
tree | ef605fcb8246034a50331459db4fce7951c10d5e /rdiff-backup/CHANGELOG | |
parent | 83336648d07d3f8f2ca25377468faeeba77bfd6f (diff) | |
download | rdiff-backup-11ec1472b7b88996c8da45a1d737e2e59e554de0.tar.gz |
Try read/write fsync for cygwin, also add --preserve-numerical-ids
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@638 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r-- | rdiff-backup/CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index 5233609..bde1767 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -1,3 +1,14 @@ +New in v1.1.0 (????/??/??) +-------------------------- + +When possible, fsync using a writable file descriptor. This may help +with cygwin. (Requested/tested by Dave Kempe.) + +Support req 104755: Added --preserve-numerical-ids option, which makes +rdiff-backup preserve uids/gids instead of unames/gnames. (Suggested +by Wiebe Cazemier) + + New in v1.0.2 (????/??/??) -------------------------- |