diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-12-01 22:41:06 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-12-01 22:41:06 +0000 |
commit | 668b9871e64cb82ac30c8defb29d56d774f3c140 (patch) | |
tree | 9b4bba7cbcbd2660485cf803402c4d4889e62b10 /debian | |
parent | 182a03798d49a3c0450b0f137977037cf9376e99 (diff) |
Completely re-vamped restore command. Fixes #12403
The byteback-restore command now uses the rsync xattrs to display
information about the files due to be restored. It can handle filenames
with spaces (!) and other characters.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 662446f..e1d7cd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +byteback (0.4.0) stable; urgency=medium + + * Re-vamped restore command. Needs further documentation. + * Closes security hole with byteback-restore command (closes #12403). + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 01 Dec 2015 12:35:35 +0000 + byteback (0.3.10) stable; urgency=medium * Fixed bug introduced in last release caused by a missing variable. |