← Back to team overview

duplicity-team team mailing list archive

Re: Duplicity 2.1.2 Released

 

Hi All,

Release pips and snaps always follow the release announcement by an hour, a
day, or more, depending on how much Snapcraft and Python Packaging
Authority (PyPA) have broken things since the last release.

Snaps are building now and will be for an hour or so.  Pips will be behind
this time because PyPA broke something, again.

Please be patient.

...Thanks,
...Ken


On Wed, Sep 27, 2023 at 12:01 PM Kenneth Loafman <kenneth@xxxxxxxxxxx>
wrote:

> Hi,
>
> This is mainly a bugfix release.
>
> See the CHANGELOG
> <https://gitlab.com/duplicity/duplicity/-/blob/main/CHANGELOG.md> or
> below for details.
>
> ..Thanks,
> ...Ken
>
> ## rel.2.1.2 (2023-09-27)
>
> ### Changes
>
> * Fix archive name in release-prep. [Kenneth Loafman]
>
> * Ignore commit error in release-prep. [Kenneth Loafman]
>
> * Run po/update-pot. [Kenneth Loafman]
>
> * Don't truncate CHANGELOG.md. [Kenneth Loafman]
>
> * Change message in check\_target\_url. [Kenneth Loafman]
>
> ### Fix
>
> * More argparse refinements, especially wrt. removed/changed options ...
> [ede]
>
>     - add a generic help footer
>     - remove all options from parent parser, only add parent options
>       needed for proper `duplicity --help` without command
>     - re-add to removed options so the appropriate error is thrown
>       - --s3-european-buckets,
>       - --s3-use-new-style,
>       - --s3-use-server-side-encryption
>     - refactor deprecated to removed option, because they were
>     - dynamically list removed options as opposed to former static string
>     - fix handling of removed_backup_options (--time-separator).  Fixes
> #763
>     - fix full-if-older-than being ignored.  Fixes #764
>
> * Fix mega v1 backend.  Fixes #762. [Kenneth Loafman]
>
> * Refix format of paramiko host authenticity message. [ede]
>
>     do not enforce paramiko 3.2
>     show SHA256 fingerprint only w/ paramiko 3.2+
>     Fixes #760
>
> * Fix format of authenticity message. [Kenneth Loafman]
>
>     Also add requirements for paramiko>=3.2
>
>     Fixes #760
>
> * Add -f to lftp mkdir to ignore existing dirs. [Kenneth Loafman]
>
>     Fixes #721
>
> * Whoops, paramiko uses MD5 not SHA256. [Kenneth Loafman]
>
> * Adjust paramiko host key format to hex. [Kenneth Loafman]
>
>     Fixes #760.
>
> * Adjust debian/control and requirements.txt. [Kenneth Loafman]
>
>     - Change boto to boto3.
>     - Remove python3-future.
>     - Fixes #761.
>
> * Restore s3\_use\_server\_side\_encryption. [Kenneth Loafman]
>
> * Issue #759 "--asynchronous-upload is not parsed correctly" [ed]
>
>     https://gitlab.com/duplicity/duplicity/-/issues/759
>
> * Implement \_retry\_cleanup for ssh\_paramiko. [bonswouar]
>
> * Fix python version requirement.  Fixes #754. [Kenneth Loafman]
>
> * Adjust azure import handling.  Fixes #756. [Kenneth Loafman]
>

References