mirror of https://github.com/MISP/misp-website
chg: 2.4.108 updates
parent
6c3f288f55
commit
5549a657b7
|
@ -2,7 +2,7 @@ Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
v2.4.108 (2019-05-31)
|
v2.4.108 (2019-06-04)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
New
|
New
|
||||||
|
@ -28,6 +28,13 @@ New
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- [doc] CentOS 7 updates (#4718) [Steve Clement]
|
||||||
|
|
||||||
|
chg: [doc] CentOS 7 updates
|
||||||
|
- [doc] CentOS 7 updates chg: [doc] Cake command failing. [Steve
|
||||||
|
Clement]
|
||||||
|
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
||||||
|
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
||||||
- [warning-lists] updated to the latest version. [Alexandre Dulaunoy]
|
- [warning-lists] updated to the latest version. [Alexandre Dulaunoy]
|
||||||
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
|
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
|
||||||
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
|
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
|
||||||
|
@ -99,6 +106,8 @@ Changes
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
|
- [UI] Event lock concatinating quoted empty strings. [iglocska]
|
||||||
|
- [UI] Double sanitisation of org view fixed, fixes #4704. [iglocska]
|
||||||
- [sync] Further fixes to the deleted flag changes breakig things.
|
- [sync] Further fixes to the deleted flag changes breakig things.
|
||||||
[iglocska]
|
[iglocska]
|
||||||
- [authkey] Fixed The authkey variable (Viper should work again) (#4694)
|
- [authkey] Fixed The authkey variable (Viper should work again) (#4694)
|
||||||
|
@ -178,6 +187,32 @@ Fix
|
||||||
|
|
||||||
Other
|
Other
|
||||||
~~~~~
|
~~~~~
|
||||||
|
- Merge pull request #4671 from Kortho/patch-1. [Steve Clement]
|
||||||
|
|
||||||
|
fixed sql-statement for creating user RHEL
|
||||||
|
- Fixed sql-statement for creating user. [Kortho]
|
||||||
|
|
||||||
|
fixed error with creating db-user from $DBNAME to $DBUSER_MISP
|
||||||
|
- Merge pull request #4716 from certbe-trey/patch-1. [Andras Iklody]
|
||||||
|
|
||||||
|
enable misp-backup where MySQL datastore isn't on localhost
|
||||||
|
- Enable misp-backup where MySQL datastore isn't on localhost. [Trey
|
||||||
|
Darley]
|
||||||
|
|
||||||
|
The misp-backup script grabs the MYSQL host parameter from database.conf but it wasn't included in the call to mysqldump.
|
||||||
|
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
||||||
|
- Merge pull request #4706 from deralexxx/patch-8. [Alexandre Dulaunoy]
|
||||||
|
|
||||||
|
This assignment assigns a variable to itself.
|
||||||
|
- This assignment assigns a variable to itself. [Alexander J]
|
||||||
|
|
||||||
|
Think that line is not needed.
|
||||||
|
- Merge pull request #4707 from deralexxx/patch-9. [Alexandre Dulaunoy]
|
||||||
|
|
||||||
|
Import of 'b64encode' is not used.
|
||||||
|
- Import of 'b64encode' is not used. [Alexander J]
|
||||||
|
|
||||||
|
Remove the import
|
||||||
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
||||||
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
||||||
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
||||||
|
|
Loading…
Reference in New Issue