From 81fa0bfd77d0ea8a9ac0dabfb14e363d0b34b343 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Fri, 20 Dec 2019 15:16:08 -0500 Subject: [PATCH] initial NEWS update --- NEWS.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index a4a155747..2547deaf9 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,15 @@ +---------------- VERSION 4.8.0 -------------- +C/C++ +- Pool layer was added to support APFS. API is likely to change. +- APFS support added in libtsk and some of the command line tools. +- DB schema was updated to support pools +- Various bugs from Google fuzzing efforts and X (TBD) + +Java: +- Added Pool class and associated infrastructure +- Added concept of JSON in Blackboard Attributes + + ---------------- VERSION 4.7.0 -------------- -- GitLab