From 7b24b809ebfb10f491f56ce0e4308b6fddea6a09 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Thu, 25 Apr 2019 14:31:45 -0400
Subject: [PATCH] Updated NEWS for release

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

diff --git a/NEWS.txt b/NEWS.txt
index 995036a91..f63557129 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,25 @@
 Numbers refer to SourceForge.net tracker IDs:
     http://sourceforge.net/tracker/?group_id=55685
 
+---------------- VERSION 4.6.6 --------------
+
+C/C++ Code:
+- Acquisition deteails are set in DB for E01 files
+- Fix NTFS decompression issue (from Joe Sylve)
+- Image reading fix when cache fails (Joe Sylve)
+- Fix HFS+ issue with large catalog files (Joe Sylve) 
+- Fix free memory issue in srch_strings (Derrick Karpo)
+
+Java:
+- Fix so that local files can be relative
+- More Blackboard artifacts and attributes for web data
+- Added methods to CaseDbManager to enable checking for and modifying tables.
+- APIs to get and set acquisition details
+- Added methods to add volume and file systems to database
+- Added method to add LayoutFile for allocated files
+- Changed handling of JNI handles to better support multiple cases
+
+
 ---------------- VERSION 4.6.5 --------------
 C/C++ Code:
 - HFS boundary check fix
-- 
GitLab