diff --git a/Changelog.txt b/Changelog.txt index 8c2f6c3..28fd3f8 100755 --- a/Changelog.txt +++ b/Changelog.txt @@ -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]