diff options
author | robi <robi> | 2010-09-27 22:07:10 +0000 |
---|---|---|
committer | robi <robi> | 2010-09-27 22:07:10 +0000 |
commit | 395ff58103d0bfb373794e382c2d2d701841de47 (patch) | |
tree | c632d6bc0315714e3a2b7384ab300daacd14405f /NEWS | |
parent | a0b8d23015f04caa8b4fb456f9c2a2bf6a64c82f (diff) |
versions stuff for release 0.2.0-pv0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +ext4magic 0.2.0 pv0 First test version of ext3 magic-scan-functions. This is a novel multi-stage recovery. + There are several recover methods used in succession. All functions use journal entries. + Furthermore, the library libmagic and coded file properties are implemented. + This automatic functions are specifically designed to recover deleted files immediate + after a recursiv delete command. + + For this purpose two new options are available. + "-M" if the entire file system is deleted + "-m" if only parts of the file system is deleted + + + ext4magic 0.1.4 Support for user-modifiable file attributes. ext4magic can now restore the ext2/3/4 File attributes. It is disabled by default. To activate, you must add the option --enable-file-attr |