From 8526bc820dbae6bcfeca340fff44b0707ed4367b Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Mon, 17 Dec 2018 22:32:30 -0500 Subject: [PATCH] Updated NEWS --- NEWS.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index d851d324d..995036a91 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,18 @@ Numbers refer to SourceForge.net tracker IDs: http://sourceforge.net/tracker/?group_id=55685 +---------------- VERSION 4.6.5 -------------- +C/C++ Code: +- HFS boundary check fix +- New fields for hash values and acquisition details in case database +- Store "created schema version" in case database + +Java Code: +- New artifacts and attributes defined +- Fixed bug in SleuthkitCase.getContentById() for data sources +- Fixed bug in LayoutFile.read() that could allow reading past end offile + + ---------------- VERSION 4.6.4 -------------- Java Code: - Increase max statements in database to prevent errors under load -- GitLab