duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #05900
Duplicity 2.1.2 Released
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]
Follow ups