diff --git a/ChangeLog b/ChangeLog index 51dd78f8..2c34d62e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,12 @@ -06/01/2004 - 1.8.2-WIP - - Compile fixes for DJGPP. (Chrisophe Grenier, me) +07/01/2004 - 1.8.2 - Make ntfsprogs work on FreeBSD. - Add compatibility for building on FreeBSD. (Christophe Grenier) - Add new compile target "make libs" which only compiles libntfs. + - Compile fixes for DJGPP. (Chrisophe Grenier, me) - Note: DJGPP only works with "make libs". not "make" due to absence - of getopt.h, getopt_long(), snprintf(), vsnprintf(). getopt() does + of getopt.h, getopt_long(), snprintf(), and snprintf(). getopt() does exist (in unistd.h) so we could switch to that if we wanted. + - Enable lots of compiler warnings in maintainer mode and fix all + warnings from libntfs. 06/01/2004 - 1.8.1 - Important bug fix and various enhancements. - Add new API function attrib.[hc]:ntfs_attr_map_whole_runlist().