diff --git a/ChangeLog b/ChangeLog index cdefd09c..77db42ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ xx/xx/2004 - 1.9.1-WIP - Fix warnings on powerpc architecture where it would seem char is unsigned so comparisons with -1 cause a warning that comparison is always true/wrong. (Thanks to Ender for reporting.) + - Modify meaning of ntfs_volume->nr_mft_records to be the number of + initialized mft records, not total mft records. This makes far more + sense and in fact reflects how nr_mft_records is being used in both + libntfs and the utilities. 11/04/2004 - 1.9.0 - Added ntfsresize relocation support and a lot of cleanups. - In include/ntfs/*.h Wrap all #include "config.h" by #ifdef