diff --git a/ChangeLog b/ChangeLog index 020da267..51dd78f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ - Compile fixes for DJGPP. (Chrisophe Grenier, me) - Add compatibility for building on FreeBSD. (Christophe Grenier) - Add new compile target "make libs" which only compiles libntfs. + - Note: DJGPP only works with "make libs". not "make" due to absence + of getopt.h, getopt_long(), snprintf(), vsnprintf(). getopt() does + exist (in unistd.h) so we could switch to that if we wanted. 06/01/2004 - 1.8.1 - Important bug fix and various enhancements. - Add new API function attrib.[hc]:ntfs_attr_map_whole_runlist().