From 2eb8698baad300318ab228b113c878182c6dc1e3 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 21 Jun 2018 16:02:20 -0400 Subject: [PATCH 1/3] Update NEWS.txt for Autopsy 4.8.0 release --- NEWS.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 73b199ef4f..5faccd2afa 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,24 @@ +---------------- VERSION 4.8.0 -------------- +New Features: +- The case tree view can now be grouped by data source. +- Added a common files search tool that finds all instances of a file in a case. +- Text extraction optionally includes optical character recognition (OCR). +- Data source(s) filter added to Ad hoc keyword search and file search by +attributes. +- SQLite tables can be now be exported to CSV files. +- User defined tags now appear first in tagging menus. +- Eliminated one tagging sub menu layer for faster tagging. +- Added Replace Tag item to tagging menus (shortcut for delete tag, add tag). +- File and folder names can be translated, if translation service installed. +- Copied and pasted text can be translated, if translation service installed. +- The Other Occurrences content viewer now shows matches in the current case. +- A listing of cases in the Central Repository is displayed by the +Central Repository options panel. + +Bug Fixes: +- Expanding the case tree is more efficient. +- Assorted small bug fixes are included. + ---------------- VERSION 4.7.0 -------------- New Features: - A graph visualization was added to the Communications tool to make it easier to find messages and relationships. From 168f2d5901379748d3918ad66519e49ef10ca797 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 21 Jun 2018 18:15:33 -0400 Subject: [PATCH 2/3] Update NEWS.txt for Autopsy 4.8.0 release --- NEWS.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 5faccd2afa..34623d3622 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -9,8 +9,6 @@ attributes. - User defined tags now appear first in tagging menus. - Eliminated one tagging sub menu layer for faster tagging. - Added Replace Tag item to tagging menus (shortcut for delete tag, add tag). -- File and folder names can be translated, if translation service installed. -- Copied and pasted text can be translated, if translation service installed. - The Other Occurrences content viewer now shows matches in the current case. - A listing of cases in the Central Repository is displayed by the Central Repository options panel. From 3d8f4c25a80a202cd23d498f09c8c8596c7fa3bf Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Fri, 22 Jun 2018 10:55:29 -0400 Subject: [PATCH 3/3] Update NEWS.txt --- NEWS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 34623d3622..fe704aa701 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -3,7 +3,7 @@ New Features: - The case tree view can now be grouped by data source. - Added a common files search tool that finds all instances of a file in a case. - Text extraction optionally includes optical character recognition (OCR). -- Data source(s) filter added to Ad hoc keyword search and file search by +- Data source(s) filter added to ad hoc keyword search and file search by attributes. - SQLite tables can be now be exported to CSV files. - User defined tags now appear first in tagging menus.