From fb40a527cb428e3fc8cd1a52332588e577f2933b Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Fri, 17 Jul 2020 07:18:53 -0400 Subject: [PATCH] Updated news file for release --- NEWS.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 2cbd1d7b2..6940c728c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,17 @@ +---------------- VERSION 4.10.0 -------------- +C/C++: +- Removed PostgreSQL code (that was used only by Java code) +- Added Java callback support so that database inserts are done in Java. + +Java: +- Added methods and callbacks as required to allow database population to happen in Java instead of C/C++. +- Added support to allow Autopsy streaming ingest where files are added in batches. +- Added TaggingManager class and concept of a TagSet to support ProjectVic categories. +- Fixed changes to normalization and validation of emails and phone numbers. +- Added a CASE/UCO JAR file that creates JSON-LD based on TSK objects. + + + ---------------- VERSION 4.9.0 -------------- C/C++ - Removed framework project. Use Autopsy instead if you need an analysis framework. -- GitLab