summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-06-30 21:24:14 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-06-30 21:24:14 +0000
commita6220370a12ca72b6ddad9627fa77e19d16a7b1a (patch)
tree8241c228f9c8637ee959675c7007e6bc500842e3 /rdiff-backup/CHANGELOG
parent4488947f39adcd35cf2b4bb167c87aad0d8a92b6 (diff)
downloadrdiff-backup-a6220370a12ca72b6ddad9627fa77e19d16a7b1a.tar.gz
Added --list-increment-sizes option
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@336 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 804c873..0a39f78 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,3 +1,21 @@
+New in v0.13.0 (2003/07/02)
+---------------------------
+
+To prevent the buildup of confusing and error-prone options, the
+capabilities of the source and destination file systems are now
+autodetected. Detected features include allowed characters, extended
+attributes, access control lists, hard links, ownership, and directory
+fsyncing. Options such as --windows-mode, --chars-to-quote,
+--quoting-char, and --windows-restore-mode have been removed.
+
+Now rdiff-backup supports extended attributes. To take advantage of
+this you will need the python module pyxattr and a file system that
+supports EAs. Thanks to Greg Freemyer for discussion.
+
+Added --list-increment-sizes switch, which tells you how much space
+the various backup files take up. (Suggested by Andrew Bressen)
+
+
New in v0.12.0 (2003/06/26)
---------------------------