Skip to content
Snippets Groups Projects
Commit 19cd87f9 authored by Brian Carrier's avatar Brian Carrier
Browse files

Updated NEWS

parent 16c1e883
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,9 @@ Numbers refer to SourceForge.net tracker IDs: ...@@ -2,12 +2,9 @@ Numbers refer to SourceForge.net tracker IDs:
http://sourceforge.net/tracker/?group_id=55685 http://sourceforge.net/tracker/?group_id=55685
---------------- VERSION 4.0.2 -------------- ---------------- VERSION 4.0.2 --------------
Core:
New Features: New Features:
- Numerous performance improvements to framework.
- Added fiwalk tool from Simson. Not supported in Visual Studio yet. - Added fiwalk tool from Simson. Not supported in Visual Studio yet.
- Added new API to TskImgDB that returns the base name of an image.
- Removed requirement in framework to specify module extension in pipeline configuration file.
- Added blackboard artifacts to represent both operating system and network service user accounts.
Bug Fixes: Bug Fixes:
- Fixed fcat to work on NTFS files (still doesn't support ADS though). - Fixed fcat to work on NTFS files (still doesn't support ADS though).
...@@ -17,6 +14,27 @@ Bug Fixes: ...@@ -17,6 +14,27 @@ Bug Fixes:
- Libewf detection code change to support v2 API more reliably (ID: 3596212). - Libewf detection code change to support v2 API more reliably (ID: 3596212).
- NTFS $SII code could crash in rare cases if $SDS was multiple of block size. - NTFS $SII code could crash in rare cases if $SDS was multiple of block size.
Framework:
- Added new API to TskImgDB that returns the base name of an image.
- Numerous performance improvements to framework.
- Removed requirement in framework to specify module extension in pipeline configuration file.
- Added blackboard artifacts to represent both operating system and network service user accounts.
Java Bindings:
- added more APIs to find files by name, path and where clause
- added API to get currently processed dir when image is being added,
- added API to return specific types of children of image, volume system, volume, file system.
- moved more common methods up to Content interface
- deprecated context of blackboard attributes,
- deprecated SleuthkitCase.runQuery() and SleuthkitCase.closeRunQuery()
- fixed ReadContentInputStream bugs (ignoring offset into a buffer, implementing available() )
- methods that are lazy loading are now thread safe
- Hash class is now thread-safe
- use more PreparedStatements to improve performance
- changed source level from java 1.6 to 1.7
- Throw exceptions from C++ side better
---------------- VERSION 4.0.1 -------------- ---------------- VERSION 4.0.1 --------------
New Features: New Features:
- Can open raw Windows devices with write mode sharing. - Can open raw Windows devices with write mode sharing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment