diff --git a/NEWS b/NEWS index 3880cb78..f233a7cd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ 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 TestDisk & PhotoRec 6.10 comes with severals improvements: diff --git a/configure.ac b/configure.ac index e5bd07bc..077b2bdc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. 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) TESTDISKDATE="April 2009" AC_SUBST(TESTDISKDATE)