Changelog for
duplicity-debugsource-0.7.10-1.1.x86_64.rpm :
* Tue Aug 23 2016 wrAATTrosenauer.org- update to 0.7.10
* fixed several issues - Restore from S3 fails with --with-prefix-archive if prefix includes \'/\'
* Changes for connecting to IBM Bluemix ObjectStorage. See man page
* Allow duplicity to create remote folder
* Sat Aug 06 2016 wrAATTrosenauer.org- update to 0.7.09
* Fixed bug #1600692 with patch from Wolfgang Rohdewald - Allow symlink to have optional trailing slash during verify.
* Merged in lp:~aaron-whitehouse/duplicity/07-fix_deja_dup_error_on_locked_files - Revert log.Error to log.Warn, as it was prior to the merge in rev 1224, as this was affecting other applications (e.g. deja dup; Bug #1605939).
* Merged in lp:~duplicity-team/duplicity/po-updates
* Sun Jul 10 2016 wrAATTrosenauer.org- update to 0.7.08
* adds the ability to use path in the swift backend, in order to have multiple backups to the same container neatly organized.
* Increased default volume size to 200M, was 25M
* further bugfixes as outlined here http://duplicity.nongnu.org/CHANGELOG
* Wed Jun 15 2016 wrAATTrosenauer.org- update to 0.7.07.1
* upgrade dropbox backend: update to SDK v2, use chunked upload
* added --ssl-cacert-path parameter
* Backend for https://www.mediafire.com (Requires https://pypi.python.org/pypi/mediafire/ installed)
* support GSSAPI authentication in webdav backend
* further bugfixes as outlined here http://duplicity.nongnu.org/CHANGELOG
* Wed Dec 09 2015 wrAATTrosenauer.org- update to 0.7.06
* This adds support for AWS S3\'s newly announced Infrequent Access storage class and is intended to implement Blueprint: https://blueprints.launchpad.net/duplicity/+spec/aws-s3-std-ia-class
* A new command line option, --s3-use-ia, is added, and boto backend will automatically use the correct storage class value depending on whether --s3-use-rrs and --s3-use-ia is set. Command line parser will prompt error if both --s3-use-ia and --s3-use-rrs are used together, as they conflict with each other.
* Upgrade to newest version of pep8 and pylint
* WindowsAzureMissingResourceError and WindowsAzureConflictError changed due to SDK changes.
* make sure packages using python\'s tempfile create temp files in duplicity\'s temp dir
* Fixed bug #1511308 - Cannot restore no-encryption, no-compression backup
* Fix missing SWIFT_ENDPOINT_TYPE env var, bug #1519694.
* Fix bug #1520691 - Shell Code Injection in hsi backend
* Support new version of Azure Storage SDK
* Adds a backend for BackBlaze\'s (currently beta) B2 backup service.
* Mon Nov 23 2015 wrAATTrosenauer.org- current FTP default is lftp; therefore recommend that instead of ncftp
* Sat Sep 19 2015 wrAATTrosenauer.org- update to 0.7.05
* bugfix release
* see details here http://duplicity.nongnu.org/CHANGELOG
* Tue Aug 04 2015 wrAATTrosenauer.org- update to 0.7.04
* bugfix release
* see details here http://duplicity.nongnu.org/CHANGELOG
* Sat Mar 21 2015 wrAATTrosenauer.org- update to 0.7.02
* bugfix release
* see details here http://duplicity.nongnu.org/CHANGELOG- removed obsolete duplicity-librsync-1.0.patch
* Thu Mar 05 2015 dimstarAATTopensuse.org- Add duplicity-librsync-1.0.patch: Fix build with librsync 1.0.0.
* Wed Feb 25 2015 tchvatalAATTsuse.com- Version bump to 0.7.01: http://duplicity.nongnu.org/CHANGELOG- Clean-up with spec-cleaner
* Sun Nov 09 2014 wrAATTrosenauer.org- Update to version 0.7.0
* see details here http://duplicity.nongnu.org/CHANGELOG- updated duplicity-remove_shebang.patch
* Wed Jul 09 2014 kruberAATTzib.de- Update to version 0.6.24
* lot of bugfixes
* see details here http://duplicity.nongnu.org/CHANGELOG- requires python-setuptools
* Sat Feb 01 2014 wrAATTrosenauer.org- Update to version 0.6.23
* lot of bugfixes
* see details here http://duplicity.nongnu.org/CHANGELOG- requires python-lockfile
* Sun Sep 15 2013 wrAATTrosenauer.org- Update to version 0.6.22:
* see details here http://duplicity.nongnu.org/CHANGELOG some highlights: - Add Dropbox backend Install Dropbox Python SDK first - Add support for Swift, the OpenStack Object Storage service - Add support for Google Cloud Storage via the boto backend - Add support for Mega (mega.co.nz) backend
* Thu Feb 07 2013 wrAATTrosenauer.org- Update to version 0.6.21:
* see details here http://duplicity.nongnu.org/CHANGELOG some highlights: - Allow .netrc auth for lftp backend - Generate encrypted backups without revealing the user\'s key id via option --hidden-encrypt-key
* Sat Nov 10 2012 wrAATTrosenauer.org- Update to version 0.6.20:
* several improvements and bugfixes http://duplicity.nongnu.org/CHANGELOG
* Mon Jun 18 2012 wrAATTrosenauer.org- Update to version 0.6.19:
* several bugfixes and ssh backends enhancements
* Mon Mar 05 2012 wrAATTrosenauer.org- Update to version 0.6.18:
* Added option to not compress the backup, when no encryption is selected
* Adding --file-prefix option so different sets of backups can be stored in the same bucket
* more bugfixes
* Mon Feb 20 2012 cooloAATTsuse.com- factory has split librsync into devel and lib package
* Wed Feb 08 2012 wrAATTrosenauer.org- Update to version 0.6.17:
* Added --rsync-options flag to allow user to pass options to rsync at will
* Added --s3-use-multiprocessing to select the new s3 multiprocessing backend. Default is to use the single processing backend. A helper, filechunkio.py, requires Python 2.6+, so this option is not usable in earlier versions.- Update to version 0.6.16:
* Usability enhancement: sign passphrase prompt has no second verification prompt anymore, symmetric passphrases are still verified
* Fixed Unicode errors when translations are used.
* Replaced old tarfile.py with Python 2.7 version, modded to support Python 2.4 syntax.
* Sat Oct 01 2011 dimstarAATTopensuse.org- Update to version 0.6.15: + Ignore 404 errors when deleting a file on Ubuntu One. + Ignore ENOENT (file missing) errors where it is safe. + Set minimum Python version to 2.4 in README. + introduce --numeric-owner parameter + duplicity:restore_check_hash \"Invalid data -
*
*
* hash mismatch\" lists the offending filename + fixes to unit tests to support SIGN_PASSPHRASE + Bugs fixed: lp#524922, lp#703142, lp#794576, lp#815635, lp#818178, lp#821368, lp#823556, lp#824678- Changes from version 0.6.14: + Provide Ubuntu One integration + Bugs fixed: lp#433591, lp#487720, lp#507904, lp#512628, lp#680425, lp#705499, lp#739438, lp#753858, lp#761688, lp#777377, lp#778215, lp#782294, lp#782321, lp#792704, lp#782294, lp#782337, lp#794123, lp#797758, lp#793096.
* Sun Sep 18 2011 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile (cf. packaging guidelines)
* Mon Jun 20 2011 wrAATTrosenauer.org- update to 0.6.13 fixed bugs:
* Assertion error \"time not moving forward at appropriate pace\"
* silent data corruption with checkpoint/restore
* File \"/usr/bin/duplicity\", error after upgrade from 6.11 to 6.12 features:
* In boto backend check for existing bucket before trying to create- update to 0.6.12 fixed bugs:
* Only full backups done on webdav
* Use log codes for common backend errors
* Inverted \"Current directory\" \"Previous directory\" in error message
* OSError: [Errno 2] No such file or directory
* sslerror: The read operation timed out with cf
* boto backend uses Python 2.5 conditional
* symbolic link ownership not preserved
* Cygwin: TypeError: basis_file must be a (true) file
* Duplicity 0.6.11 aborts if RSYNC_RSH not set
* Backup fails silently when target is full (sftp, verbosity=4)
* Exception in log module features:
* ftps support using lftp (ftpsbackend)
* Sat Jan 01 2011 wrAATTrosenauer.org- update to 0.6.11
* Add an option to connect to S3 with regular HTTP (and not HTTPS)
* Use log codes for common backend errors
* missing ssh on rsyncd url - rsync: Failed to exec ssh: ...
* backed up to S3, wiped drive, reinstalled, unable to restore backup
* os.execve should get passed program as first argument
* sftp: \"Couldn\'t delete file: Failure\'\" only logged on level 9
* 0.6.10 does not work with S3
* RsyncBackend instance has no attribute \'subprocess_popen_persist\'
* Tue Sep 28 2010 wrAATTrosenauer.org- update to 0.6.10 - changes in 0.6.10
* Offer command to remove old incremental backups from target
* Use log codes for common backend errors
* duplicity --short-filenames crashes with TypeError
* NameError: global name \'parsed_url\' is not defined
* ftpbackend fails if target directory doesn\'t exist
* Command-line verbosity parsing crash - changes in 0.6.9
* Unknown error while uploading duplicity-full-signatures
* Duplicity returns 1 when continuing an interrupted backup
* duplicity doesn\'t handle with large files well
* --ssh-options options passing options to ssh do not work
* username not url decoded in backend (at least rsync)
* Assertion error \"time not moving forward at appropriate pace\"
* Diminishing performance on large files
* Upgraded tahoebackend to new parse_url.
* Fix two warning messages in sshbackend.- GnuPGInterface and pexpect are part of duplicity - > removed RPM requirements- Require ncftp- Recommend (optional components depending on which backup medium should be used)
* ncftp
* python-boto (optional requirement for use with S3; module not in Factory yet though)
* Mon Mar 15 2010 pascal.bleserAATTopensuse.org- update to 0.6.08b:
* fix bug where encrypted backup without --gpg-options crashes;- changes from 0.6.08:
* fix lp#519110: need accurate man page info on use of scp/sftp usage
* fix lp#532051: rdiffdir attempts to reference undefined variables with some command arguments
* fix lp#529869: TypeError: unsupported operand type(s) for -: \'NoneType\' and \'int\'
* fix lp#530910: TypeError: unsupported operand type(s) for +: \'NoneType\' and \'str\'- changes from 0.6.07:
* fix lp#459511: --tempdir option doesn\'t override TMPDIR
* fix lp#467391: WebDAV backend doesn\'t work
* fix lp#487686: re-add scp backend and make available via command line option
* fix lp#490619: use optparse not getopt
* fix lp#497243: 0.6.06, archive dir: cache desynchronization caused by remove
*
* fix lp#501093: SSHBackend doesn\'t handle spaces in path
* fix lp#505739: \"sslerror: The read operation timed out\" with S3
* fix lp#520470: don\'t warn when there\'s old backup to delete
* fix lp#522544: OSError: [Errno 40] Too many levels of symbolic links
* fix lp#388673: allow renaming paths as they are restored
* Mon Feb 08 2010 rhaferAATTnovell.com- Update to version 0.6.06:
* Merged in lp:~mterry/duplicity/list-old-chains List/keep old signature chains
* Applied patches from Kasper Brand that fixed device file handling.
* Applied 422477; [PATCH] IMAP Backend Error in delete()
* Merged in lp:~mterry/duplicity/iterate-warnings Add machine codes to various warnings when iterating over source files
* Fixed 435975 gpg asks for password in 0.6.05, but not in 0.5.18- Bugs fixed in v0.6.05 (2009/08/28)
* 407968: GIO backend can\'t restore
* 408059: Failure due to _logger.log failure for content with special characters: TypeError decoding Unicode not supported
* 409593: deja-dup (or duplicity) deletes all signatures
* 412667: \"duplicity remove-older-than\" asks for passphrase even though not required
* 418170: [PATCH] file names longer then 512 symbols are not supported- Bugs fixed in v0.6.04
* 405734: duplicity fails to restore files that contain a newline character
* 403790: Backup error: No such file or directory- Bugs fixed in v0.6.03
* 377528: --file-to-restore doesn\'t work with trailing slash
* 394757: Backend imports should be made optional
* 398230: Deja-dup backup fails with message: \"Unable to locate last file\"
* 401303: 0.6.2 manpage inconsistent wrt. archive-dir/name
* 405646: Small i18n error
* 405975: duplicity.gpg.gpg_failed() breaks and spews on GnuPG error
* 402794: duplicity public-key-only incompatible with gnupg 2.0.11- Bugs fixed in v0.6.02
* 394629: Hang on first collection-status
* 379386: Fix \'list-current-files\' with missing archive dir
* 395826: \"No such file or directory\" when backing up second time
* 394627: User-friendly archive dir print
* 388699: Manifest mismatch error- Bugs fixed in v0.6.01
* 388034: Unable to backup
* 378940: python2-6 issue / UTF-8 charset / Ubuntu 9.04
* 379386: Fix list-current-files w/ missing archive dir
* 387102: Asynchronous upload not working properly
* 387218: Make scp/ssh into sftp-only backend
* 388992: List of Orphaned Files Growing
* 392905: NoneType object has no attribute \'startswith\'
* 393372: Error creating directory
* 383412: Add InfoCodes for upload events
* 383419: Add gio backend- For older changes please see /usr/share/doc/packages/duplicity/CHANGELOG or http://duplicity.nongnu.org/CHANGELOG