Added Holger for modifications to undelete

(Logical change 1.408)
This commit is contained in:
flatcap.org!ntfs 2004-06-01 20:20:24 +00:00
parent 1f5cbb78fd
commit 24ac354062
2 changed files with 6 additions and 4 deletions

View File

@ -22,6 +22,7 @@ Jan Kratochvil <project-captive@jankratochvil.net>
Lode Leroy <lode_leroy@hotmail.com> Lode Leroy <lode_leroy@hotmail.com>
David Martínez Moreno <ender@debian.org> David Martínez Moreno <ender@debian.org>
Leonard Norrgård <vinsci@nic.funet.fi> Leonard Norrgård <vinsci@nic.funet.fi>
Holger Ohmacht <holger.ohmacht@web.de>
Yuri Per <yuri@acronis.com> Yuri Per <yuri@acronis.com>
Richard Russon <ntfs@flatcap.org> Richard Russon <ntfs@flatcap.org>
Szakacsits Szabolcs <szaka@sienet.hu> Szakacsits Szabolcs <szaka@sienet.hu>

View File

@ -18,8 +18,9 @@ xx/xx/2004 - 1.9.3-WIP
endian, 64-bit machine will just disappear as we will emulate the endian, 64-bit machine will just disappear as we will emulate the
calls even though they exist with a different name (bswap16(), etc calls even though they exist with a different name (bswap16(), etc
instead of bswap_16(), etc). (Anton) instead of bswap_16(), etc). (Anton)
- Undelete: add ability to recover ranges of inodes. (Holger Ohmacht)
11/05/2004 - 1.9.2 - Decomrpession bug fixes, ntfsinfo enhancements, updates. 11/05/2004 - 1.9.2 - Decompression bug fixes, ntfsinfo enhancements, updates.
- Hopefully fix the autogen.sh problems using the --force and touch - Hopefully fix the autogen.sh problems using the --force and touch
config.h.in sledge hammers. (Anton) config.h.in sledge hammers. (Anton)
- Fix the incorrect ntfsclone usage example in the man page. (Szaka) - Fix the incorrect ntfsclone usage example in the man page. (Szaka)
@ -28,7 +29,7 @@ xx/xx/2004 - 1.9.3-WIP
always available. (Yuval) always available. (Yuval)
- Add conditional include of sys/param.h in endians.h which provides - Add conditional include of sys/param.h in endians.h which provides
endianness support on Cygwin. (Yuval) endianness support on Cygwin. (Yuval)
- ntfsclone --metadata also saves at least the first 8 KiB of the - ntfsclone --metadata also saves at least the first 8 KiB of the
$LogFile. (Szaka) $LogFile. (Szaka)
- Fix incorrect getopt_long() usage: converted argv[optind-1] to optarg - Fix incorrect getopt_long() usage: converted argv[optind-1] to optarg
so utilities won't do bogus and unexpected things. (Szaka) so utilities won't do bogus and unexpected things. (Szaka)
@ -100,8 +101,8 @@ xx/xx/2004 - 1.9.3-WIP
inserted in @ctx->al_entry (see descritpion for ntfs_attr_lookup() in inserted in @ctx->al_entry (see descritpion for ntfs_attr_lookup() in
attrib.c for details). attrib.c for details).
- Check the mount state of the output device in ntfsclone. - Check the mount state of the output device in ntfsclone.
- Correct a too strong sanity check in ntfsclone that prevented - Correct a too strong sanity check in ntfsclone that prevented
cloning from larger device to a smaller one but the NTFS image cloning from larger device to a smaller one but the NTFS image
could have fit fully. could have fit fully.
- Added a few (hopefully) better explanatory messages to ntfsresize. - Added a few (hopefully) better explanatory messages to ntfsresize.
- Add new API device.[hc]::ntfs_device_heads_get() and make mkntfs use - Add new API device.[hc]::ntfs_device_heads_get() and make mkntfs use