From 26afa9346456c31affcf8c9082fdf3093d67175d Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Fri, 3 Apr 2020 22:11:46 -0400 Subject: [PATCH] Updated NEWS --- NEWS.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index eca0bddd0..2cbd1d7b2 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,17 @@ ---------------- VERSION 4.9.0 -------------- C/C++ -- Removed framework project. Use Autopsy instead.... +- Removed framework project. Use Autopsy instead if you need an analysis framework. +- Various fixes from Google-based fuzzing. +- Ensure all reads (even big ones) are sector aligned when reading from Windows device. +- Ensure all command line tools support new pool command line arguments. +- Create virtual files for APFS unallocated space +- HFS fix to display type + +Java: +- More artifact helper methods +- More artifacts and attributes for drones and GPS coordinates +- Updated TimelineManager to insert GPS artifacts into events table + ---------------- VERSION 4.8.0 -------------- C/C++ -- GitLab