From ac41b06575031d74757d6eb41d24caa7bd79d4c1 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Tue, 20 Feb 2018 22:20:11 -0500 Subject: [PATCH] updates before release --- NEWS.txt | 9 +++++++++ bindings/java/doxygen/Doxyfile | 4 ++-- tsk/docs/Doxyfile | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 1d58587c9..c9b4c8ca4 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,15 @@ Numbers refer to SourceForge.net tracker IDs: http://sourceforge.net/tracker/?group_id=55685 +---------------- VERSION 4.6.0 -------------- +New Features +- New Communications related Java classes and database tables. +- Java build updates for Autopsy Linux build +- Blackboard artifacts are now Content objects in Java and part of tsk_objects table in database. +- Increased cache sizes. +- Lots of bounds checking fixes from Google's fuzzing tests. Thanks Google. +- HFS fix from uckelman-sf. + ---------------- VERSION 4.5.0 -------------- New Features: diff --git a/bindings/java/doxygen/Doxyfile b/bindings/java/doxygen/Doxyfile index 2589f3843..7fc13ffaa 100644 --- a/bindings/java/doxygen/Doxyfile +++ b/bindings/java/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Sleuth Kit Java Bindings (JNI)" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.6.0 +PROJECT_NUMBER = 4.6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1047,7 +1047,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = jni-docs/4.6.0/ +HTML_OUTPUT = jni-docs/4.6/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/tsk/docs/Doxyfile b/tsk/docs/Doxyfile index b1a9a6ad1..0f043561b 100644 --- a/tsk/docs/Doxyfile +++ b/tsk/docs/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "The Sleuth Kit" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.5 +PROJECT_NUMBER = 4.6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer @@ -881,7 +881,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = api-docs/4.5/ +HTML_OUTPUT = api-docs/4.6/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank -- GitLab