- update to version 2.4.125:

- New
   - Extended option on get event. [Raphaël Vinot]
     Related to #567
 - Changes
   - Bump objects, deps. [Raphaël Vinot]
   - Bump dependencies. [Raphaël Vinot]
   - Remove old suricata script, keep reference to old code. [Raphaël
     Vinot]
 - Fix
   - Enable autoalert on admin user. [Raphaël Vinot]
   - [abstract] Forces file to be read with utf8 encoding. [mokaddem]
   - Properly handle timezone in tests. [Raphaël Vinot]
 - Other
   - Update up.py. [Raphaël Vinot]
     Fix #563
   - Fixed __query_virustotal return type. [DocArmoryTech]
     __query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=66
This commit is contained in:
2020-05-03 13:20:50 +00:00
committed by Git OBS Bridge
parent 03b00404d6
commit 4ea729dc82
5 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun May 3 13:18:26 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.4.125:
- New
- Extended option on get event. [Raphaël Vinot]
Related to #567
- Changes
- Bump objects, deps. [Raphaël Vinot]
- Bump dependencies. [Raphaël Vinot]
- Remove old suricata script, keep reference to old code. [Raphaël
Vinot]
- Fix
- Enable autoalert on admin user. [Raphaël Vinot]
- [abstract] Forces file to be read with utf8 encoding. [mokaddem]
- Properly handle timezone in tests. [Raphaël Vinot]
- Other
- Update up.py. [Raphaël Vinot]
Fix #563
- Fixed __query_virustotal return type. [DocArmoryTech]
__query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.
-------------------------------------------------------------------
Mon Apr 20 10:32:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>