Release 1.9.3.

pull/279/head 1.9.3
Felix Fontein 2021-09-14 08:15:32 +02:00
parent 37aab65396
commit d90cc5142b
4 changed files with 25 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Community Crypto Release Notes
.. contents:: Topics .. contents:: Topics
v1.9.3
======
Release Summary
---------------
Regular bugfix release.
Bugfixes
--------
- openssl_csr and openssl_csr_pipe - make sure that Unicode strings are used to compare strings with the cryptography backend. This fixes idempotency problems with non-ASCII letters on Python 2 (https://github.com/ansible-collections/community.crypto/issues/270, https://github.com/ansible-collections/community.crypto/pull/271).
v1.9.2 v1.9.2
====== ======

View File

@ -535,3 +535,15 @@ releases:
fragments: fragments:
- 1.9.2.yml - 1.9.2.yml
release_date: '2021-08-30' release_date: '2021-08-30'
1.9.3:
changes:
bugfixes:
- openssl_csr and openssl_csr_pipe - make sure that Unicode strings are used
to compare strings with the cryptography backend. This fixes idempotency problems
with non-ASCII letters on Python 2 (https://github.com/ansible-collections/community.crypto/issues/270,
https://github.com/ansible-collections/community.crypto/pull/271).
release_summary: Regular bugfix release.
fragments:
- 1.9.3.yml
- 271-openssl_csr-utf8.yml
release_date: '2021-09-14'

View File

@ -1 +0,0 @@
release_summary: Regular bugfix release.

View File

@ -1,2 +0,0 @@
bugfixes:
- "openssl_csr and openssl_csr_pipe - make sure that Unicode strings are used to compare strings with the cryptography backend. This fixes idempotency problems with non-ASCII letters on Python 2 (https://github.com/ansible-collections/community.crypto/issues/270, https://github.com/ansible-collections/community.crypto/pull/271)."