forked from rowingdude/analyzeMFT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
19 lines (18 loc) · 1.33 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
v1.16,05/17/2013 -- Restructured layout in preparation for creating a module.
v2.0.2,06/24/2013 -- OOP'd and then partially de-OOP'd to fix memory issue. Set up for PyPi (pip)
v2.0.3,06/xx/2013 -- Restructured to support PyPi (pip)
v2.0.4,07/xx/2013 -- Minor tweaks to support external programs
v2.0.5,07/14/2013 -- Peter Ballen added -s switch to support small memory systems and -p switch to show progress
v2.0.6,07/17/2013 -- Fixed bug in ATR processing
v2.0.7,07/19/2013 -- Peter fixed the incorrect reading of some values. Will keep an eye out for other such issues.
v2.0.7,07/21/2013 -- Fixed parsing and printing of UTF-16 strings, removed unicodeHack stuff.
-- Fixed printing of unicode strings to output files
-- Added ADS support.
Each ADS file gets a duplicate of the parent's record with the filename updated
All ADS records, parent and children, get a flag set in the new ADS column
v2.0.8,08/02/2013 -- Started adding datarun support
v2.0.9,08/02/2013 -- More datarun support
v2.0.10,08/02/2013 -- More datarun support
v2.0.11,08/07/2013 -- Fixed reporting of filenames to favor non-8.3 format if it is available
v2.0.12,03/15/2014 -- (Contributed by Brice) Added -e, --excel switch to print date/times in format that will
cause Excel to import them properly.