From ea67c9634a4367731365a8c89d379ffd7e3c3384 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Tue, 6 Jul 2021 11:01:08 -0400
Subject: [PATCH] Updated for release

---
 NEWS.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/NEWS.txt b/NEWS.txt
index a69e401d3..27ad5e90e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,24 @@
+---------------- VERSION 4.11.0 --------------
+C/C++:
+- Added checks at various layers to detect encrypted file systems and disks to give more useful error messages.
+- Added checks to detect file formats that are not supported (such as AD1, ZIP, etc.) to give more useful error message.
+- Added tsk_imageinfo tool that detects of an image is supported by TSK and if it is encrypted
+- Add numerous bound checks from Joachim Metz
+- Clarified licenses as pointed out by Joachim Metz
+
+Java:
+- Updated from Schema 8.6 to 9.1.
+- Added tables and classes for OS Accounts and Realms (Domains)
+- Added tables and classes for Host Addresses (IP, MAC, etc.)
+- Added tables and classes for Analysis Results vs Data Artifacts by adding onto BlackboardArtifacts.
+- Added tables and classes for Host and Person to make it easier to group data sources
+- Added static types for standard artifact types
+- Added File Attribute table to allow custom information to be stored for each file.
+- Made ordering of getting lock and connection consistent
+- Made the findFile methods more efficient by using extension (which is indexed)
+
+
+
 ---------------- VERSION 4.10.2 --------------
 C/C++
 - Added support for Ext4 inline data
-- 
GitLab