diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,13 @@ + +0.3.0-pv0 new : the first experimental version of the magic-functions for ext4 + disabled : the magic-function for ext3 is switched off in this version + + change : Most functions in file_type.c are strongly modified, or completely new; + Many functions in magic_block_scan.c been enhanced for the properties of ext4 + new dependencies: zlib ; bzlib + + 0.2.2 new : Option -D (Disaster recovery) recover data from severely damaged file systems (Expert-Mode) move : option -Q has been moved to the expert mode(too much confusion for normal users) BUG : Memory leak fixed (ext4 inode extents) @@ -7,6 +16,7 @@ this eliminate some errors in directories with HTREE + 0.2.1 new : optional Expert-Mode (activate at configure) new Options "-s blocksize" ; "-n blockcount" ; "-c" change : activate magic level 1 and 2 for recover from the root inode BUG : #018040 |