From 22d315fec6b29b010e9a1f84a3ebb5b52cb1227d Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Fri, 23 Dec 2022 11:31:34 -0500 Subject: [PATCH] Added NEWS --- NEWS.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 6d9574fea..c7784dfb4 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,19 @@ +---------------- VERSION 4.12.0 -------------- +- There was a 1-year gap since 4.11.1 and the git log has 441 commits in that timeframe. +- Many for small fixes. +- This set of release notes is much more of an overview than other releases + +What's New: +- LVM Support (non-Windows) from Joachim Metz +- Logical File System support (a folder structure is parsed by TSK libraries) from Ann Priestman (Basis) + +What's Changed: +- Lots of bug fixes from the Basis team and Joachim Metz +- Additional fixes from Eran-YT, msuhanov, Joel Uckelman, Aleks L, dschoemantruter +- General themes of C/C++ bounds checks and Java improvements to OS Accounts, Ingest jobs, CaseDbAccessManager, and much more. + + + ---------------- VERSION 4.11.1 -------------- C/C++: -- GitLab