newsduplicity - News: Version 0.4.9 Released

 
 
Latest News
Duplicity Has Moved To Launchpad posted by loafman, Thu 16 Jul 2009 12:53:37 PM UTC
Version 0.6.00 Released posted by loafman, Mon 08 Jun 2009 01:59:56 PM UTC
Version 0.5.18 Released posted by loafman, Wed 20 May 2009 06:45:23 PM UTC
Version 0.5.17 Released posted by loafman, Mon 04 May 2009 12:45:59 PM UTC
Version 0.5.16 Released posted by loafman, Tue 21 Apr 2009 08:01:58 PM UTC

Version 0.4.9 Released

Item posted by Kenneth Loafman <loafman> on Fri 04 Jan 2008 06:49:55 PM UTC.

New in v0.4.9 (2008/01/04)
--------------------------
NOTE: URL format correction in rsync://.  The rsync backend
now properly supports absolute and relative pathnames and
module access.  The formats are:
    rsync://user@host::/module/some_dir
    rsync://user@host/relative_path
    rsync://user@host//absolute_path

Fixed regression caused by changeover to new urlparse.py.
bug #21475: FTP Usernames that contain '@' are not recognized
https://savannah.nongnu.org/bugs/index.php?21475

Added section URL FORMAT in the duplicity man page.

Added 2nd patch to bug #21475 that forces all versions of
Python to use the fixed urlparse.py.

Fixed so that remove-older-than and remove-all-but-n-full
will not request a GPG passphrase.

Fixed issue with Pure-FTPd that would always return an empty
directory listing and thus force a full backup every time.
A side effect of the change is that we now only make one call
to ncftpls to get the listing, thereby reducing the overhead
on systems with a large number of backup files.

bug #21896: Two problems with rsync under 0.4.8 + patch
https://savannah.nongnu.org/bugs/index.php?21896

bug #21909: Problematic typo in compare_verbose() method
https://savannah.nongnu.org/bugs/index.php?21909

patch #6354: S3 staight typo results in a bogus exception
https://savannah.nongnu.org/patch/?6354

patch #6356: Command line option for the temporary directory root.
https://savannah.nongnu.org/patch/?6356

patch #6357: Explicit restore action is missing from the command list,
https://savannah.nongnu.org/patch/?6357

 

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code