- update to version 0.36.0

* Update the 'manage your account' help to be more generic.
  * Certbot's config_changes subcommand has been deprecated and 
    will be removed in a future release.
  * certbot config_changes no longer accepts a --num parameter.
  * The functions certbot.plugins.common.Installer.view_config_changes 
    and certbot.reverter.Reverter.view_config_changes have been 
    deprecated and will be removed in a future release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=33
This commit is contained in:
2019-07-17 13:45:34 +00:00
committed by Git OBS Bridge
parent ef449f2a52
commit 4442e40fc7
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 17 13:35:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.36.0
* Update the 'manage your account' help to be more generic.
* Certbot's config_changes subcommand has been deprecated and
will be removed in a future release.
* certbot config_changes no longer accepts a --num parameter.
* The functions certbot.plugins.common.Installer.view_config_changes
and certbot.reverter.Reverter.view_config_changes have been
deprecated and will be removed in a future release.
-------------------------------------------------------------------
Tue Jun 18 09:41:01 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>