Duplicity 0.6.11

Milestone information

Project:
Duplicity
Series:
0.6
Version:
0.6.11
Released:
 
Registrant:
Kenneth Loafman
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
7 Fix Released

Download files for this release

File Description Downloads

Release notes 

New in v0.6.11 (2010/11/20)
----------------------------
433970 Add an option to connect to S3 with regular HTTP (and not HTTPS)
578663 Use log codes for common backend errors
631275 missing ssh on rsyncd url - rsync: Failed to exec ssh: ...
635494 backed up to S3, wiped drive, reinstalled, unable to restore backup
637556 os.execve should get passed program as first argument
669225 sftp: "Couldn't delete file: Failure'" only logged on level 9
655468 0.6.10 does not work with S3
674506 RsyncBackend instance has no attribute 'subprocess_popen_persist'

Merges:
lp:~blueyed/duplicity/bug-669225
lp:~duplicity-team/duplicity/po-updates
lp:~ed.so/duplicity/0.6.10-backend_fixes
lp:~ed.so/duplicity/RSYNC_RSH-fix
lp:~ed.so/duplicity/sign_symmetric2
lp:~ed.so/duplicity/survive_spaces
lp:~l2g/duplicity/use-py.test
lp:~mbp/duplicity/433970-non-ssl

Changelog 

View the full changelog

2010-11-20 Kenneth Loafman <email address hidden>

    Changes for 0.6.11

2010-11-20 Kenneth Loafman <email address hidden>

    433970 Add an option to connect to S3 with regular HTTP (and not HTTPS)

2010-10-13 Martin Pool <email address hidden>

    Add --s3-unencrypted-connection (bug 433970)

2010-11-20 Kenneth Loafman <email address hidden>

    631275 missing ssh on rsyncd url - rsync: Failed to exec ssh: ...

2010-11-20 ed <email address hidden>

    solve bug 631275
    rsync 3.0.7 persists on either rsync:// _or_ :: module notation
    both together and it interpretes it as a dest for rsh

2010-11-13 ed <email address hidden>

    protect rsync from possibly conflicting remote shell environment setting

2010-11-20 Kenneth Loafman <email address hidden>

    674506 RsyncBackend instance has no attribute 'subprocess_popen_persist'.

2010-11-12 ed <email address hidden>

    restored
    backend:subprocess_popen_* methods
    moved ncftpls workaround into ftpbackend
    introduced new backend:popen_persist_breaks setting for such workarounds
    enhanced backend:munge_password
    rsyncbackend: rsync over ssh does not ask for password (only keyauth supported)

2010-11-20 Kenneth Loafman <email address hidden>

    Merged lp:~ed.so/duplicity/survive_spaces.

2010-11-12 ed <email address hidden>

    survive spaces in path on local copying with encryption enabled

2010-11-20 Kenneth Loafman <email address hidden>

    Merged lp:~ed.so/duplicity/sign_symmetric2.

2010-11-12 ed <email address hidden>

    allow signing of symmetric encryption

2010-11-20 Kenneth Loafman <email address hidden>

    Merged lp:~duplicity-team/duplicity/po-updates.

2010-10-24 Launchpad Translations on behalf of duplicity-team

    Launchpad automatic translations update.

2010-10-12 Launchpad Translations on behalf of duplicity-team

    Launchpad automatic translations update.

2010-10-08 Launchpad Translations on behalf of duplicity-team

    Launchpad automatic translations update.

2010-09-20 duplicity-team <email address hidden>

    Launchpad automatic translations update.

2010-07-24 Launchpad Code Hosting <codehost@crowberry>

    Launchpad automatic translations update.

2010-05-24 Launchpad Code Hosting <codehost@crowberry>

    Launchpad automatic translations update.

2010-11-20 Kenneth Loafman <email address hidden>

    669225 sftp: Couldnt delete file: Failure only logged on level 9.

2010-11-05 Daniel Hahler <email address hidden>

    Catch "Couldn't delete file" response in sftp commands.

2010-11-20 Kenneth Loafman <email address hidden>

    Fix CHANGELOG.

2010-06-29 Toma? Muraus <email address hidden>

    When using listmatch filenames are now unqouted so colons and other special characters don't cause problems.

    Also all the tests now pass.

2010-06-27 Toma? Muraus <email address hidden>

    Added test for SpiderOak backend (it should probably just fail in most cases since the API is still very unstable).

2010-06-22 Toma? Muraus <email address hidden>

    Add ability to retry failed commands.

2010-06-22 Toma? Muraus <email address hidden>

    Handle exceptions when listing files and display coresponding HTTP status code on HTTPError exception

2010-06-22 Toma? Muraus <email address hidden>

    First version of SpiderOak DIY backend.

    Still very rough and needs tests.

2010-05-26 Kenneth Loafman <email address hidden>

    Merged lp:~mterry/duplicity/backend-log-codes2

2010-05-26 Michael Terry <email address hidden>

    support new backend-error log codes

2010-05-24 Kenneth Loafman <email address hidden>

    Merge changes from 0.6-series.

2010-11-20 Kenneth Loafman <email address hidden>

    Merged in lp:~l2g/duplicity/use-py.test

2009-09-21 Larry Gilbert <email address hidden>

    Adding conftest.py for py.test configuration hooks (right now just setting
    up temporary directories)

2009-09-20 Larry Gilbert <email address hidden>

    Use py.path to simplify a little

2009-09-20 Larry Gilbert <email address hidden>

    Don't try to change dirs in cleanup_test_files for now. Actually, this file probably won't be here much longer.

2009-09-20 Larry Gilbert <email address hidden>

    Criss-cross merge. 'Scuse my mess.

2009-09-19 Larry Gilbert <email address hidden>

    trunk merge

2009-09-20 Larry Gilbert <email address hidden>

    Fix non-root-based test skipping

2009-09-19 Larry Gilbert <email address hidden>

    Expose test files' root directory as config.test_root

2009-09-19 Larry Gilbert <email address hidden>

    New helper module for tests; have backendtest.py make use of it

2009-09-19 Larry Gilbert <email address hidden>

    I think these are all my own changes, not a trunk merge. Sorry for confusion.

2009-09-17 Larry Gilbert <email address hidden>

    Refactored. Put in py.test.skip to skip tests when tarfile can't be used.

2009-09-17 Larry Gilbert <email address hidden>

    commit.py already adjusts sys.path, so anything that imports commit doesn't
    need to

2009-09-16 Larry Gilbert <email address hidden>

    Allow testing/config.py to find duplicity even when run outside testing/.
    Added a missing import.

2010-10-25 Kenneth Loafman <email address hidden>

    637556 os.execve should get passed program as first argument

2010-10-06 Kenneth Loafman <email address hidden>

    Delete duplicity.spec -- autocreated.

0 blueprints and 7 bugs targeted

Bug report Importance Assignee Status
655468 #655468 0.6.10 does not work with S3 3 High   10 Fix Released
433970 #433970 Add a --s3-unencrypted-connection option to connect to S3 with regular HTTP (and not HTTPS) 4 Medium   10 Fix Released
631275 #631275 missing ssh on rsyncd url - rsync: Failed to exec ssh: No such file or directory (2) 4 Medium   10 Fix Released
635494 #635494 backed up to S3, wiped drive, reinstalled fedora and deja dup unable to restore backup 4 Medium   10 Fix Released
637556 #637556 os.execve should get passed program as first argument 4 Medium   10 Fix Released
669225 #669225 cleanup/sftp: "Couldn't delete file: Failure'" only logged on level 9 4 Medium   10 Fix Released
674506 #674506 AttributeError: RsyncBackend instance has no attribute 'subprocess_popen_persist' 4 Medium   10 Fix Released
This milestone contains Public information
Everyone can see this information.