From 55958dd78dc3cf46b1df7ba547f10c3ddf0a425b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 26 Jan 2017 08:58:55 +0100 Subject: [PATCH] MISP 2.4.62 released --- Changelog.txt | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index ae2196e..a1f9088 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,85 @@ Changelog ========= +v2.4.62 (2017-01-26) +-------------------- + +New +~~~ + +- Added the option to delete files after ingestion of local feed. + [iglocska] + +- Local feeds. [iglocska] + + - still needs testing + +- Added two new parameters for the attribute restsearch. [iglocska] + + - to_ids, with the following options + - false (default): include all attributes, no matter the to_ids flag + - true: include only to_ids attributes + - "exclude": exclude attributes marked to_ids + + - deleted with the following options + - false (default): only include non deleted attributes + - true: include deleted attributes + - "only": ONLY include deleted attributes + +Changes +~~~~~~~ + +- Version bump. [iglocska] + +- Added validation errors for a local feed pointing to the wrong + resource. [iglocska] + + - should be a file for non misp feeds + - should be a directory for misp feeds + +Fix +~~~ + +- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy] + +- Fixed an invalid lookup for the site admin debug. [iglocska] + +- Fixed an issue where setting site admin debug to false resulted in a + critical warning. [iglocska] + +- Empty delimiter for CSV feeds causing grief. [iglocska] + +- Fixed an issue that prevented a feed to be convertable between types. + [iglocska] + +- Fixed an issue with the feed url validation. [iglocska] + +- Fixed an old bug returning an invalid feed pull result. [iglocska] + + - no new events / nothing to update returned an error before + +- Views left off. [iglocska] + +Other +~~~~~ + +- Merge branch 'feature/localfeeds' into 2.4. [iglocska] + +- Merge branch '2.4' into feature/localfeeds. [iglocska] + +- Add: Code of conduct added to the MISP Project - fix #1858. [Alexandre + Dulaunoy] + +- Add: Code of conduct added to the MISP Project - fix #1858. [Alexandre + Dulaunoy] + +- Merge pull request #1860 from RichieB2B/ncsc-nl/brobesitas. [Alexandre + Dulaunoy] + + Truncate bro cached export files + +- Truncate bro cached export files. [Richard van den Berg] + v2.4.61 (2017-01-22) --------------------