TestDisk & PhotoRec 6.11-WIP
This commit is contained in:
parent
61ac15798f
commit
36aa8d5907
2 changed files with 8 additions and 2 deletions
8
NEWS
8
NEWS
|
@ -1,6 +1,12 @@
|
||||||
Current news
|
Current news
|
||||||
============
|
============
|
||||||
6.11-WIP
|
6.11
|
||||||
|
TestDisk & PhotoRec 6.11 should use less CPU.
|
||||||
|
This new TestDisk version can undelete files for NTFS filesystem and recover deleted exFAT and ext4.
|
||||||
|
PhotoRec
|
||||||
|
- Performance improvement when scanning for numerous file type
|
||||||
|
- Fix several bugs including an endless loop, several memory leaks and several out-of-bound memory access
|
||||||
|
- 50 file formats have been added
|
||||||
|
|
||||||
6.10
|
6.10
|
||||||
TestDisk & PhotoRec 6.10 comes with severals improvements:
|
TestDisk & PhotoRec 6.10 comes with severals improvements:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([testdisk],[6.11-WIP],[grenier@cgsecurity.org])
|
AC_INIT([testdisk],[6.11],[grenier@cgsecurity.org])
|
||||||
sinclude(acx_pthread.m4)
|
sinclude(acx_pthread.m4)
|
||||||
TESTDISKDATE="April 2009"
|
TESTDISKDATE="April 2009"
|
||||||
AC_SUBST(TESTDISKDATE)
|
AC_SUBST(TESTDISKDATE)
|
||||||
|
|
Loading…
Reference in a new issue