Updated NEWS before release

This commit is contained in:
Brian Carrier 2014-01-27 22:51:06 -05:00
parent 6284bc6aa1
commit 86ea774ad5
2 changed files with 21 additions and 1 deletions

View File

@ -2,9 +2,29 @@
---------------- VERSION 3.0.9 --------------
Bug Fixes:
- Regular expression keyword search works on file names.
- Fixed thunderbird parser for subject and dates
- Fixed errors in hex viewer
Improvements:
- Enhanced reporting on keyword search module errors
- Updated SQLite to 3.8.0
- More lazy loading to help performance with big folders and sets of files
- Times can be displayed in local time or GMT
- New "EnCase-style" report that lists files and metadata in tab delimited file
- Changed report wizard to make one report at a time
- report improvements (only regnerate if data exists)
- more error messages if recent activity module fails
- more error checking in recent activity module and don't bail as quickly
- Cleanup of recent activity module
- better handle if ingest module throws exception during init()
- do not run ingest if any module faile to init()
- Added FILE_DONE event to ingest manager
- Added search engine parsers for linkedin, twitter, and facebook
- HTML text is better formatted
- Report generation performance
- HTML parser is skipped for files > 50MB.
---------------- VERSION 3.0.8 --------------

View File

@ -4,7 +4,7 @@ app.title=Autopsy
### lowercase version of above
app.name=autopsy
### if left unset, version will default to today's date
app.version=3.0.8
app.version=3.0.9
### Build type isn't used at this point, but it may be useful
### Must be one of: DEVELOPMENT, RELEASE
build.type=RELEASE