TestDisk & PhotoRec 6.11-WIP

This commit is contained in:
Christophe Grenier 2009-04-19 16:36:24 +02:00
parent 61ac15798f
commit 36aa8d5907
2 changed files with 8 additions and 2 deletions

8
NEWS
View file

@ -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:

View file

@ -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)