chg: [changelog] updated

pull/40/head
Alexandre Dulaunoy 2021-03-04 18:45:58 +01:00
parent 4d2a2fe3ea
commit 499ca7ec02
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 25 additions and 0 deletions

View File

@ -7,6 +7,7 @@ v2.4.140 (2021-03-03)
New
~~~
- [test] Password change. [Jakub Onderka]
- [server shell] list servers, fixes #7115. [iglocska]
- simple human readable listing
@ -42,6 +43,12 @@ New
Changes
~~~~~~~
- [csp] Add Security.csp_enforce to server setting. [Jakub Onderka]
- [csp] Report only by default. [Jakub Onderka]
- [PyMISP] Bump version. [Raphaël Vinot]
- [PyMISP] Fix tests. [Raphaël Vinot]
- [PyMISP] Bump before release. [Raphaël Vinot]
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
- [version] bump. [iglocska]
- [UI] fix keyboard shortcut manager popup triangle. [Jeroen Pinoy]
- [UI] Add small description of what event block rules do. [Jeroen
@ -103,6 +110,8 @@ Changes
Fix
~~~
- [csp] Incorrect variable name. [Jakub Onderka]
- [csp] Custom policies. [Jakub Onderka]
- [Sharing groups] capturing a sharing group correctly ignores the
incoming data's active flag when editing. [iglocska]
@ -233,6 +242,22 @@ Fix
Other
~~~~~
- Merge pull request #7149 from JakubOnderka/csp-setting. [Jakub
Onderka]
chg: [csp] Add Security.csp_enforce to server setting
- Merge pull request #7145 from JakubOnderka/fix-change-pw. [Jakub
Onderka]
new: [test] Password change by org admin
- Merge pull request #7147 from JakubOnderka/fix-csp-again. [Jakub
Onderka]
fix: [csp] Incorrect variable name
- Merge branch 'jakub' into 2.4. [iglocska]
- Merge pull request #7142 from JakubOnderka/fix-csp. [Jakub Onderka]
fix: [csp] Custom policies
- Merge branch 'develop' into 2.4. [iglocska]
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]