- update to 2.11.0

* Fixed a bug in Certbot where a CSR's SANs did not always follow 
    the order of the domain names that the user requested interactively. 
    In some cases, the resulting cert's common name might seem picked 
    up randomly from the SANs when it should be the first item the user 
    had in mind.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=119
This commit is contained in:
2024-06-25 12:16:36 +00:00
committed by Git OBS Bridge
parent f0cc79eda5
commit dcbd7187d4
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 25 12:15:06 UTC 2024 - Markéta Machová <mmachova@suse.com>
- update to 2.11.0
* Fixed a bug in Certbot where a CSR's SANs did not always follow
the order of the domain names that the user requested interactively.
In some cases, the resulting cert's common name might seem picked
up randomly from the SANs when it should be the first item the user
had in mind.
-------------------------------------------------------------------
Thu May 9 13:49:35 UTC 2024 - Dirk Müller <dmueller@suse.com>