(Logical change 1.257)
edge.strict_endians
cantab.net!aia21 2004-01-07 15:03:17 +00:00
parent fc3ed9769b
commit f123fba30e
1 changed files with 5 additions and 3 deletions

View File

@ -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().