14
0

Accepting request 828737 from home:mnhauke:OpenVAS

- Update to versin 20.8.0
  Added
  * Added support for GMP 20.08
  Changed
  * Refactored Gmp classes into mixins.
  Fixed
  * Require method and condition arguments for modify_alert with
    an event.
  * Add SEVERITY_AT_LEAST to get_alert_condition_from_string.

OBS-URL: https://build.opensuse.org/request/show/828737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gvm?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-08-24 08:48:34 +00:00
committed by Git OBS Bridge
parent 43c20cdae9
commit 392bc94315
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Aug 22 21:55:48 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to versin 20.8.0
Added
* Added support for GMP 20.08
Changed
* Refactored Gmp classes into mixins.
Fixed
* Require method and condition arguments for modify_alert with
an event.
* Add SEVERITY_AT_LEAST to get_alert_condition_from_string.
-------------------------------------------------------------------
Tue Aug 11 17:49:50 UTC 2020 - Martin Hauke <mardnh@gmx.de>