Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > d2d7506394ed582b194bf64f0fc2b676 > files > 3

recover-1.3-1mdk.i586.rpm

Changes from v1.2 to v1.3:
   - Bug fix for RAID-devices

Changes from v1.1 to v1.2:
   - Recover is converted into plain C instead of C++
   - Faster device scanning
   - Code cleanup

Changes from v1.0a to 1.1:
   - Added an option to search for a string

Changes from v0.9 to 1.0a:
   - Added French and German
   - Fixed get_languages bug

Changes from v0.8 to v0.9:
   - Fixed overflow bug when dumping

Changes from v0.7 to v0.8:
   - Fixed bugs with the get_output function (Thx Ed and Matthias)

Changes from v0.6 to v0.7:
   - Fixed fgets bug (Thx Ed)
   - Fixed "unknown month and weekd" bug
   - auto-restores mode and UID
   - added command line options:
      * recover [device]
      * -h, --help
      * -a, --all : no filtering (dump all deleted inodes found)

Changes from v0.5 to v0.6:
   - Fixed bugs
   - Improved language support

Changes from v0.4 to v0.5:
   - Some important bug fixes
   - Almost totally rewritten
   - Uses child processes and pipes. The program doesn't need to write 
     to a disk anymore!
   - Everything is kept in memory. This allows re-filtering.

Changes from v0.3 to v0.4:
   - Filters inodelist when it is written for month & weekday (less disk
     writing) => only has to write it twice (the last two times)
   - Patches for kernel v2.0.x and v2.2.x
   
Changes from v0.2 to v0.3:
   - Fixed some small bugs
   - Prints uid for users from /etc/passwd
   - Added some functions

Changes from v0.1 to v0.2 (bugfixes):
   - Fixed some bugs in the Makefile (thx Rui Miguel Barbosa Machado and 
     Gian-Carlo Pascutto)
   - Fixed bug in check weather user is root or not
   - Fixed bug in call to final
   - Deletes temporary files which are not necessary any more
   - Added kernel-change description