From 24bb653b12d939cb4c3b6598ad0b793e5f5399ff Mon Sep 17 00:00:00 2001 From: owsla Date: Sat, 16 Jan 2010 18:47:12 +0000 Subject: Fix OverflowError on 64-bit systems when backing up symlinks with uid or gid above INT_MAX. This fix is the same as r77008 in the Python source. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-2@1060 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rdiff-backup/CHANGELOG') diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index 2cc6181..7a4db0b 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -1,6 +1,9 @@ New in v1.2.9 (????/??/??) --------------------------- +Fix OverflowError on 64-bit systems when backing up symlinks with uid or gid +above INT_MAX. Thanks to Michel Le Cocq for the bug report. (Andrew Ferguson) + Don't print "Fatal Error" if --check-destination-dir completed successfully. Thanks to Serge Zub for the suggestion. (Andrew Ferguson) -- cgit v1.2.1