SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for duplicity-0.6.08b-3.3.x86_64.rpm :
Fri Aug 29 14:00:00 2008 jfunkAATTfunktronics.ca
- Apply fix for http://savannah.nongnu.org/bugs/?23985
- -no-encryption option does no more work with duplicity 0.4.12

Thu Jul 24 14:00:00 2008 cthielAATTsuse.de
- update to version 0.4.12

* Dan Muresan created a patch to minimize the number of password
prompts. To do so, it sometimes requests a password once without
confirmation; if later it turns out that a full backup is needed,
the user is prompted for confirmation.

* bug #23540: doc bug in man page (environment FTP_PASSWORD)
https://savannah.nongnu.org/bugs/index.php?23540

* bug #23362: Documentation for --version, --time-separator
https://savannah.nongnu.org/bugs/index.php?23362

* bug #23283: interactive passphrase query is suboptimal
https://savannah.nongnu.org/bugs/index.php?23283

* bug #23066 was not actually applied to 0.4.11. Its here now.
https://savannah.nongnu.org/bugs/index.php?23066

* bug #22826: regressions caused by boto 1.1c

* https://savannah.nongnu.org/bugs/index.php?22826
- changes in 0.4.11

* Changes applied to allow duplicity to run under Python 2.3 again.

* patch #6485: Reinstate patch #6340 with a detailed explanation.
https://savannah.nongnu.org/patch/index.php?6485

* bug #23066: ssh uris with given portnumbers are not handled correctly
https://savannah.nongnu.org/bugs/index.php?23066

Thu Apr 17 14:00:00 2008 cthielAATTsuse.de
- update to version 0.4.10

* bug #22728: FTP backend fails on empty directory

* patch #6374: Duplicity --tempdir patch documentation.

* patch #6375: Duplicity reports the epoch for a nonexistant last full
backup date

* patch #6380: add additional named logging levels

* patch #6389: Possible Fix for pagefile.sys on Win32 systems

* patch #6403: Restore by overwriting files/directories by using --force
option

* patch #6449: add additional debug level logging

* patch #6453: handle absolute urls in webdav backend

* Fix problem where S3 prefix was prepended with \'d\'. This caused a
failure in the regression tests.
- changes in version 0.4.9

* NOTE: URL format correction in rsync://. The rsync backend
now properly supports absolute and relative pathnames and
module access. The formats are:
rsync://userAATThost::/module/some_dir
rsync://userAATThost/relative_path
rsync://userAATThost//absolute_path

* Fixed regression caused by changeover to new urlparse.py.

* bug #21475: FTP Usernames that contain \'AATT\' are not recognized

* 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

* bug #21909: Problematic typo in compare_verbose() method

* patch #6354: S3 staight typo results in a bogus exception

* patch #6356: Command line option for the temporary directory root.

* patch #6357: Explicit restore action is missing from the command list,
- changes in version 0.4.8

* First pass at bringing unittest cases up to date. All unit tests are
working, but more test cases need to be added to handle the new
protocols, plus there is some print leakage even with logging turned
off.

* Allow pexpect to force the close of the child on sftp calls. We already
do that with scp calls. This cleans up that exception.

* bug #21751: rsync module urls do not work in 0.4.7

* bug #21752: Boto backend needs version 0.9d or later

* patch #6340: S3 short filename regression

* patch #6344: S3 bad bad key key handling
- changes in version 0.4.7

* Applied patch from Eric Hanchrow to fix logging error in botoBackend,
and fix delete() in rsyncBackend.

* bug #21673: remove-all-but-n-full wrong arg usage

* bug #21686: NcFTPGet 3.2.0 tempfile incompatibility

* patch #6292: Amazon S3 bucket creation deferral

* patch #6293: left-over patch from remove-all-but-n-full

* patch #6296: Generic S3 url support for Duplicity 0.4.6

* patch #6298: URI unquoting patch for FTP backend

* patch #6299: re-design tempfile handling

* patch #6300: Standard library replacement for ParsedUrl class

* patch #6301: log sftp commands at verbosity 5

Tue Dec 4 13:00:00 2007 cthielAATTsuse.de
- update to version 0.4.6

* https://savannah.nongnu.org/bugs/index.php?21508
bug #21508: Change delete implementation of ftpBackend to
only send one \"DELE\" instead of multiple per delete.

* https://savannah.nongnu.org/bugs/index.php?21646
bug #21646: --archive-dir causes delete of remote full
sigs and orphaned sig files

* https://savannah.nongnu.org/bugs/index.php?21651
bug #21651, add https support for webdav.

* https://savannah.nongnu.org/bugs/index.php?21657
bug #21657: ncftpls fails to create dir in ver 0.4.5

* https://savannah.nongnu.org/patch/?6284
patch #6284: document TMPDIR and friends

* https://savannah.nongnu.org/patch/?6284
patch #6285: security fix: eliminate use of mktemp()

* https://savannah.nongnu.org/patch/index.php?6289
patch #6289: Amazon S3 key prefix patch for Duplicity 0.4.5

* https://savannah.nongnu.org/patch/index.php?6291
patch #6291: Alternative WebDAV HTTPS patch
- changes in 0.4.5

* https://savannah.nongnu.org/bugs/index.php?21646
Fix to handling of collections when --archive-dir is used. Prior to
this, duplicity would write the full sig files to both local and remote,
then delete the remote. Now, it does not delete the remote full sigs.

* Applied the following patches from Peter Schuller
patch #6279, add command \'remove-all-but-n-full\'
patch #6280, clarify --archive-dir option
patch #6281, --help should print to stdout, not stderr
patch #6282, collection-status: output in more consistent order
- changes in 0.4.4

* Changes to ftpBackend to use a temp login config file rather than
putting the username and password on the command line. This requires
the use of NcFTP 3.1.9 or later.

* Thanks to a patch from Greg Hewgill the Amazon S3 backend now uses
- -num-retries to retry IO repeatedly if needed.

* Changes to commandline processing to allow non-ambiguous short strings
for commands, i.e. \'i\', \'inc\', \'incr\' for \'incremental\', \'f\' for \'full\',
etc.. A warning message is printed if the short command is not unique.
Note: this already works for options, so I just applied the same idea to
commands.

* Applied a patch from Gregory Hartman to correct handling of DST
in time calculations. This affects backups made the night of
a DST time switch.

Sun Oct 7 14:00:00 2007 cthielAATTsuse.de
- update to version 0.4.3

* Move get_password() to Backend class to standardize.

* Fix problem with ftpBackend to create target directory if needed. Note:
this creates only one level.

* Dropped ssh-command and added ssh-options to allow users to add options
to the scp and sftp commmands.

* Removed use of tempfile.TemporaryFile(). This fixes the restore problem
on Windows that was due to Python bug 1776696 reported on Sourceforge.

* Fixed Debian Bug#437694: Make bzip2 compression optional. The default
is not to do bzip2 compression. To use bzip2 add the following command
line option: --gpg-options=\'--compress-algo=bzip2
- -bzip2-compress-level=9\' Note: do not add spaces in the string value.

* Fixed bug 20764 - unable to use port in ssh backend.
https://savannah.nongnu.org/bugs/?20764

* Remove ssh_command option, add ssh_options. This adds options to the
scp and sftp commands that are used by the ssh backend.

* Change ssh backend to send \'quit\' instead of EOF when using sftp. This
allows it to run under cron as long as the password is supplied
non-interactively.

* Change ssh backend to not pass :port part of URL to scp or sftp. We
already supply -oPort=xx for port.

Mon May 14 14:00:00 2007 cthielAATTsuse.de
- initial package (version 0.4.2)


 
ICM