From 93fcefa1decbb7b5717fd53fb54bbf8a7efee27f Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 19 Nov 2003 10:36:38 +0000 Subject: [PATCH] Update changelog for 1.8.0 release. (Logical change 1.240) --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 36624109..6112d953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +19/11/2003 - 1.8.0 - Final fixes and tidy ups. + - Cleanup build system wrt CFLAGS handling placing it all in one place + in configure.ac and removing everything related from the Makefile.am + files. + - Fix all compiler warnings (Richard Russon, me) + - Make libntfs more portable by removing the dependency on + asm/byteorder.h and using and instead. Also + adapting our endians.h appropriately. (Richard Russon) + - Various other small cleanups and fixes. + 10/11/2003 - 1.8.0beta2 - More features! - Merge ntfsprogs-gnomevfs written by Jan Kratochvil.