mirror of https://github.com/MISP/PyMISP
parent
bf817c393c
commit
e9fa05583b
|
@ -7,6 +7,7 @@ v2.4.198 (2024-09-13)
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- Bump changelog. [Raphaël Vinot]
|
||||||
- Bump deps, version. [Raphaël Vinot]
|
- Bump deps, version. [Raphaël Vinot]
|
||||||
- Bump deps. [Raphaël Vinot]
|
- Bump deps. [Raphaël Vinot]
|
||||||
- Only include the changelog in the sdist package. [Raphaël Vinot]
|
- Only include the changelog in the sdist package. [Raphaël Vinot]
|
||||||
|
@ -14,6 +15,16 @@ Changes
|
||||||
Related #1295
|
Related #1295
|
||||||
- [data] describeTypes.json updated. [Alexandre Dulaunoy]
|
- [data] describeTypes.json updated. [Alexandre Dulaunoy]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Openioc.py is not a script, but had exec bit. [Sebastian Wagner]
|
||||||
|
|
||||||
|
the file openioc can only be used as module and as part of a package,
|
||||||
|
has no instructions for direct execution and is therefor not a script
|
||||||
|
for direct execution
|
||||||
|
|
||||||
|
this removes the executable bit from the file
|
||||||
|
|
||||||
|
|
||||||
v2.4.197 (2024-09-02)
|
v2.4.197 (2024-09-02)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue