

© J.C. Kessels 2009
|
 |
 |
JkDefrag v3.17 (August 24, 2007)
Changes:
- NTFS disks are now analysed by directly reading the MFT from disk. This is a lot
faster, and finds more system files.
- NTFS streams are now supported and will be defragged and optimized.
- Added an icon.
- Added a version info resource to the executables.
- Added a manifest so Vista will always run JkDefrag with administrator privileges.
- Added support for short filenames. The masks now also work for short names, for
example "PROGRA~1" (instead of "Program Files").
- Spacehogs are now shown in dark-green, regular files in light-green. Allocated
space is now shown in grey, instead of black.
- Bugfix in redrawing the diskmap, to properly handle redraw-requests while
redrawing.
- Files larger than 1 gigabyte are now closed and re-opened at 1 gigabyte intervals.
- Change in the fast optimize algorithm. When a gap cannot be perfectly filled
the program now takes the highest file on disk that will fit, instead of the
largest file. This reduces the amount of data moved and optimization will finish
quicker.
- Added a special exception for the "?:\BootAuth?.sys" files used by DriveCrypt.
- Added a few extra lines to the status report.
- The logfile now shows which command line options were used.
- Added to the default list of spacehogs:
?:\RECYCLED\* (FAT on 2K/XP)
?:\$RECYCLE.BIN\* (Vista)
?:\WINDOWS\Ehome\*
?:\WINDOWS\Fonts\*
?:\WINDOWS\Help\*
?:\WINDOWS\IME\*
?:\WINDOWS\Speech\*
?:\WINDOWS\Symbols\*
*.chm
*.mp3
*.pdf
*.bup
*.ifo
*.vob
*.avi
*.log
For programmers:
- All instances of CHAR changed into WCHAR. This has widespread implications in
many locations. I am hoping the change will fix the problem that some users
have reported on weird filenames.
- Renamed "JkDefrag.cpp" into "JkDefragLib.cpp"
- Renamed "JkDefrag.h" into "JkDefragLib.h"
- Renamed "JkDefragWindows.cpp" into "JkDefrag.cpp"
- Added "ScanNtfs.cpp" and "ScanNtfs.h"
- Several changes in the DefragDataStruct.
- Several changes in the "Makefile" to facilitate debugging.
|
 |