From c0f125a15bac7d0a88d511037d860bf39ebaf9ac Mon Sep 17 00:00:00 2001 From: Richard Cordovano <rcordovano@basistech.com> Date: Fri, 30 Oct 2015 17:31:53 -0400 Subject: [PATCH] Update NEWS.txt for release 4.0.0 --- NEWS.txt | 7 +++++++ nbproject/project.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 89ac163923..cf692b5ed3 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,10 @@ +---------------- VERSION 4.0.0 -------------- +Improvements: +- Collaboration supported by optional multi-user cases with centralized data and services +- New image gallery feature +- Directory tree does not collapse if expanded and data sources or files are added +- Assorted bug fixes and minor enhancements + ---------------- VERSION 3.1.3 -------------- Improvements: - New Embedded File Extractor module that incorporates ZIP file module and extracts images from Office documents diff --git a/nbproject/project.properties b/nbproject/project.properties index d288f226cc..fa4675e7db 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -8,7 +8,7 @@ app.version=4.0.0 ### Build type isn't used at this point, but it may be useful ### Must be one of: DEVELOPMENT, RELEASE #build.type=RELEASE -build.type=DEVELOPMENT +build.type=RELEASE project.org.sleuthkit.autopsy.imagegallery=ImageGallery update_versions=false -- GitLab