From ed80a745baa4d0c7ba808aed1dfa0792317cb2aa Mon Sep 17 00:00:00 2001 From: Mark McKinnon Date: Fri, 24 Jan 2025 10:19:40 -0500 Subject: [PATCH 1/2] Update NEWS.txt Update new.txt file --- NEWS.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index f6658a92ed..a0a73ab2cc 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,33 @@ +---------------- VERSION 4.22.0 --------------- +Library Updates +- Update JNA Version +- Update SQLite library version +- Updated 3rd party libraries +- Update Adv Installer verion to 22.3 + +Ingest Module Updates +- Fix Opera Browser parsing +- Update Prefetch and System Resource Usage Parsing + +Add Datasource Updates +- Added Bitlocker Support +- Add VHDX support + +GUI Updates +- Change Tagnames from Unknown to Suspicious + +Bugs +- Show Centeral Repository window in front of splash screen +- Fixes for external file/URL opening on linux and loading of offline help +- Allow Timeline filter to be editable +- Check version of Solr used and if older version, display message there might be an issue with the new version of Solr +- Allows installing TSK in an empty directory with linux_macos_install_scripts. + +Misc +- Run Cyber Triage and Autopsy at the same time. +- checks if enough memory is present and displays warning if not when installing. +- Snap store updates + ---------------- VERSION 4.21.0 --------------- Library Updates - Update Java to version 17 From 046a1445bc8a68fc6a8f5d719f2af60c4eb77da0 Mon Sep 17 00:00:00 2001 From: Mark McKinnon Date: Tue, 4 Feb 2025 10:14:21 -0500 Subject: [PATCH 2/2] Update NEWS.txt Update info about bitlocker support --- NEWS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index a0a73ab2cc..5dd9686d2f 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -10,7 +10,7 @@ Ingest Module Updates - Update Prefetch and System Resource Usage Parsing Add Datasource Updates -- Added Bitlocker Support +- Added Bitlocker Support (Windows only) - Add VHDX support GUI Updates