From f123fba30eb39d1bad7f81481940bc9fddbf6f93 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 7 Jan 2004 15:03:17 +0000 Subject: [PATCH] Update (Logical change 1.257) --- ChangeLog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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().