diff --git a/Core/nbproject/project.properties b/Core/nbproject/project.properties index 4df5159bd6..95c741825e 100644 --- a/Core/nbproject/project.properties +++ b/Core/nbproject/project.properties @@ -63,7 +63,7 @@ file.reference.cxf-rt-transports-http-3.0.16.jar=release/modules/ext/cxf-rt-tran file.reference.fontbox-2.0.8.jar=release/modules/ext/fontbox-2.0.8.jar file.reference.pdfbox-2.0.8.jar=release/modules/ext/pdfbox-2.0.8.jar file.reference.pdfbox-tools-2.0.8.jar=release/modules/ext/pdfbox-tools-2.0.8.jar -file.reference.sleuthkit-postgresql-4.6.4.jar=release/modules/ext/sleuthkit-postgresql-4.6.4.jar +file.reference.sleuthkit-postgresql-4.6.5.jar=release/modules/ext/sleuthkit-postgresql-4.6.5.jar file.reference.tagsoup-1.2.1.jar=release/modules/ext/tagsoup-1.2.1.jar file.reference.tika-core-1.17.jar=release/modules/ext/tika-core-1.17.jar file.reference.tika-parsers-1.17.jar=release/modules/ext/tika-parsers-1.17.jar diff --git a/Core/nbproject/project.xml b/Core/nbproject/project.xml index e3aab8ec4d..3559866d75 100644 --- a/Core/nbproject/project.xml +++ b/Core/nbproject/project.xml @@ -500,8 +500,8 @@ release/modules/ext/isoparser-1.1.18.jar - ext/sleuthkit-postgresql-4.6.4.jar - release/modules/ext/sleuthkit-postgresql-4.6.4.jar + ext/sleuthkit-postgresql-4.6.5.jar + release/modules/ext/sleuthkit-postgresql-4.6.5.jar ext/vorbis-java-core-0.8.jar diff --git a/NEWS.txt b/NEWS.txt index 6130ca50da..7c31270cff 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,11 +1,44 @@ +---------------- VERSION 4.10.0 -------------- +New Features: +- Users can now view information on all cases/data sources in the Central +Repository. +- SSID, MAC address, IMEI, IMSI, and ICCID properties can now be added to the +Central Repository by the Correlation Engine ingest module. +- The Correlation Engine ingest module can be configured to flag any occurrences +of SSID, MAC address, IMEI, IMSI, and ICCID properties that have been previously +added to the Central Repository. +- File type filtering for common properties search is now supported. +- Common properties search results can now be viewed by case and data source +within the case. +- Users can now search the Central Repository for property instances with a +given value. +- Added the ability for examiners to select the time zone for displaying dates. +- Custom headers and footers can now be added to HTML reports. +- Added ability to either enter or generate hashes of image data sources. +- Data sources that fail hash verification are now flagged with interesting +item artifacts by the Data Source Integrity ingest module (formerly known as the +E01 Verifier ingest module). +- Added report module to export data in CASE/UCO format. +- Ingest filters and interesting file sets can be defined with multiple +extensions included in a single condition/rule. + +Bug Fixes: +- The Images/Videos Gallery now works for multi-user cases. +- Duplicate interesting item and EXIF metadata artifacts are no longer created +when you run the modules that generate them more than once. +- The Application content viewer now displays SQLite table column names even +when the table is empty. +- Assorted small bug fixes are included. + + ---------------- VERSION 4.9.1 -------------- Bug Fixes: - Fixed possible ingest deadlock from Image Gallery database inserts. - Image Gallery does not need lock on Case DB during pre-population, which makes UI more responsive. - Other misc Image Gallery fixes. ----------------- VERSION 4.9.0 -------------- +---------------- VERSION 4.9.0 -------------- New Features: - Removed data from table that are time intensive and can be found in content viewers (such as hash set hits) - Added ability to find common items (files, emails, etc.) between current case and past cases using the Central Repository. @@ -56,12 +89,12 @@ New Features: -- An interesting file artifact is now created when a "zip bomb" is detected. -- An object detection ingest module was added to the Experimental module. It requires an OpenCV trained model. - Bug Fixes: - Expanding the case tree is more efficient. - Improved "zip bomb" detection. - 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. diff --git a/TSKVersion.xml b/TSKVersion.xml index f820b13d68..78a21e6779 100644 --- a/TSKVersion.xml +++ b/TSKVersion.xml @@ -1,3 +1,3 @@ - + diff --git a/docs/doxygen-user/Doxyfile b/docs/doxygen-user/Doxyfile old mode 100755 new mode 100644 index f059ec6a9d..b0498793db --- a/docs/doxygen-user/Doxyfile +++ b/docs/doxygen-user/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Autopsy User Documentation" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.9.1 +PROJECT_NUMBER = 4.10.0 # 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 @@ -1025,7 +1025,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = 4.9.0 +HTML_OUTPUT = 4.10.0 # 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/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile old mode 100755 new mode 100644 index 30e1b38fff..18b54cf41c --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Autopsy" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.9.1 +PROJECT_NUMBER = 4.10.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears a the top of each page and should give viewer a @@ -1063,7 +1063,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = api-docs/4.9.0/ +HTML_OUTPUT = api-docs/4.10.0/ # 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/nbproject/project.properties b/nbproject/project.properties index 96658e548c..b63a981268 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -4,10 +4,10 @@ app.title=Autopsy ### lowercase version of above app.name=${branding.token} ### if left unset, version will default to today's date -app.version=4.9.1 +app.version=4.10.0 ### build.type must be one of: DEVELOPMENT, RELEASE -#build.type=RELEASE -build.type=DEVELOPMENT +build.type=RELEASE +#build.type=DEVELOPMENT project.org.netbeans.progress=org-netbeans-api-progress project.org.sleuthkit.autopsy.experimental=Experimental