Changelog for
sleuthkit-devel-4.4.2-bp151.3.1.x86_64.rpm :
* Thu Sep 14 2017 Greg.FreemyerAATTgmail.com- update to 4.4.2
* usnjls tool for NTFS USN log (from noxdafox)
* Added index to mime type column in DB
* Use local SQLite3 if it exists (from uckelman-sf)
* Blackboard Artifacts have a shortDescription metho
* Fix for highest HFS+ inum lookup (from uckelman-sf)
* Fix ISO9660 crash
* various performance fixes and added thread safety checks- add files related to the new usnjls tool
* Sat Feb 25 2017 Greg.FreemyerAATTgmail.com- update to 4.4.0
* Compiling in Windows now uses Visual Studio 2015
* tsk_loaddb now adds new files for slack space and JNI was upgraded accordingly.
* Fri Jul 29 2016 Greg.FreemyerAATTgmail.com- update to 4.3.0
* PostgreSQL support (Windows only)
* Support for virtual machine formats via libvmdk and libvhdi (Windows only)
* Schema updates (data sources table, mime type, attributes store type)
* tsk_img_open can take externally created TSK_IMG_INFO
* New Release_ NoLibs Visual Studio target
* Various bug fixes
* Wed Feb 03 2016 Greg.FreemyerAATTgmail.com- upgrade to 4.2.0
* ExFAT support added
* New database schema
* New Sqlite hash database
* Added secondary hash database index
* Various bug fixes
* NTFS pays more attention to sequence and loads metadata only if it matches.- README.txt renamed README.md- patch sleuthkit-4.1.3-python-tsk.patch removed, now upstream
* Wed Aug 13 2014 Greg.FreemyerAATTgmail.com- upgrade to 4.1.3
* fixed bug that could crash UFS/ExtX in inode_lookup.
* More bounds checking in ISO9660 code
* Image layer bounds checking
* Update version of SQLITE-JDBC
* changed how java loads navite libraries
* Config file for YAFFS2 spare area
* New method in image layer to return names
* Yaffs2 cleanup.
* Escape all strings in SQLite database
* SQlite code uses NTTFS sequence number to match parent IDs
* FILE_NAME times in timelines
* Cellebrite disk image auto-detect
* 64-bit windows targets
* Fixed bug with Sqlite code not using NTFS Sequence
* Jar files have native libraries in them- remove sleuthkit-4.1.0-UPSTREAM-crc.patch, now in upstream release- add sleuthkit-4.1.3-python-tsk.patch, needed by python-tsk
* Tue Oct 15 2013 Greg.FreemyerAATTgmail.com- remove BuildRequires libaff - The format never got popular, and libewf is now recommended- libaff is being dropped from factory
* Sat Jun 22 2013 Greg.FreemyerAATTgmail.com- this upgrade breaks most packages that build against sleuthkit-devel- upgrade to 4.1.0
* New Features in Core: Added YAFFS2 support (patch from viaForensics). Added Ext4 support (patch from kfairbanks)
* Framework: Added Linux and MAC support. Added L01 support. Added APIs to find files by name, path and extension. Removed deprecated TskFile::getAttributes methods. moved code around for AutoBuild tool support.
* Java Bindings: added DerivedFile datamodel support added a public method to Content to add ability to close() its tsk handle before the object is gc\'d added faster skip() and random seek support to ReadContentInputStream refactored datamodel by pushing common methods up to AbstractFile fixed minor memory leaks improved regression testing framework for java bindings datamodel
* -devel proper soname handling requires fixes in packages linking to libtsk /usr/include/tsk3 renamed /usr/include/tsk libtsk3-9.so renamed libtsk-10.so due to proper soname handling other include file changes- rm fiwalk patch, now in upstream- add crc.c patch, now in upstream git repo- sortr renamed sorter by upstream- upstream improved soname handling, reflect improvements- add the java bindings to sleuthkit-devel (Packaging not well tested)- resolves BNC#815061
* Sun Mar 03 2013 Greg.FreemyerAATTgmail.com- Add obsoletes statement for fiwalk- add patch to support \"fiwalk -m\"
* Wed Feb 13 2013 hpjAATTurpla.net- Version 4.0.2 New Features in Core: fiwalk is now included. Bug Fixes in Core: Fixed fcat to work on NTFS files (still doesn\'t support ADS though). Fixed HFS+ support in tsk_loaddb / SQLite -- root directory was not added. NTFS code now looks at all MFT entries when listing directory contents. It used to only look at unallocated entries for orphan files. This fixes an image that had allocated files missing from the directory b-tree. NTFS code uses sequence number when searching MFT entries for all files. 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. 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 More methods to query files Methods to get current directory when being added to DB. Modified class structure a bit More lazy loading for children / parents. Better exception throwing from C++- Version 4.0.1 New Features: More DOS partition types are displayed. Added fcat tool that takes in file name and exports content (equivalent to using ifind and icat together). performance improvements with FAT code (maps and dir_add) performance improvements with NTFS code (maps) added AONLY flag to block_walk Updated blkls and blkcalc to use AONLY flag -- MUCH faster. Bug Fixes: Fixed mactime issue where it could choose the wrong timezone that did not follow daylight savings times. Fixed file size of alternate data streams in framework. Incorporated memory leak fixes and raw device fixes from ADF Solutions.
* Tue Oct 02 2012 Greg.FreemyerAATTgmail.com- Version 4.0.0 - general release of the 4.0.0b1 beta release - only tested by upstream in windows