mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Updated NEWS before release
This commit is contained in:
parent
6284bc6aa1
commit
86ea774ad5
20
NEWS.txt
20
NEWS.txt
@ -2,9 +2,29 @@
|
|||||||
---------------- VERSION 3.0.9 --------------
|
---------------- VERSION 3.0.9 --------------
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
- Regular expression keyword search works on file names.
|
- Regular expression keyword search works on file names.
|
||||||
|
- Fixed thunderbird parser for subject and dates
|
||||||
|
- Fixed errors in hex viewer
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
- Enhanced reporting on keyword search module errors
|
- 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 --------------
|
---------------- VERSION 3.0.8 --------------
|
||||||
|
@ -4,7 +4,7 @@ app.title=Autopsy
|
|||||||
### lowercase version of above
|
### lowercase version of above
|
||||||
app.name=autopsy
|
app.name=autopsy
|
||||||
### if left unset, version will default to today's date
|
### 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
|
### Build type isn't used at this point, but it may be useful
|
||||||
### Must be one of: DEVELOPMENT, RELEASE
|
### Must be one of: DEVELOPMENT, RELEASE
|
||||||
build.type=RELEASE
|
build.type=RELEASE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user