From 491d7096caf1309dc53009dfa727b5b54703d934 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 10 Mar 2004 22:03:54 +0000 Subject: [PATCH] Update for 1.9.0 release. 2004/03/10 21:53:05+00:00 cantab.net!aia21 Update (Logical change 1.317) --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b8ba08b..831d8b3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -xx/xx/2004 - 1.8.6-WIP +11/04/2004 - 1.9.0 - Added ntfsresize relocation support and a lot of cleanups. - In include/ntfs/*.h Wrap all #include "config.h" by #ifdef HAVE_CONFIG_H. (Suggested by Christophe.) - Update doc/CodingStyle. (Suggested by Szaka.) @@ -40,12 +40,17 @@ xx/xx/2004 - 1.8.6-WIP arguments to typecast the arguments to (unsigned) long long to avoid the warnings when compiling on 64 bit architectures. - Use AC_GNU_SOURCE in configure.ac instead of doing it manually. + - Fix lots of typos in the documentation. (David Martínez Moreno) + - Update config.sub and config.guess to latest ones. (David Martínez + Moreno) + - Change Linux-NTFS to ntfsprogs everywhere when talking about the + package rather than the project (especially man pages affected). - Add relocation support to ntfsresize. Note, this modifies the command line options a little as well as the returned output so applications using ntfsresize might need modifications before they will work with the updated ntfsresize. (Szaka) -27/02/2004 - 1.8.5 - Springclean of the build process, cleanups, bug fixes +27/02/2004 - 1.8.5 - Springclean of the build process, cleanups, bug fixes. - Fixup ntfsinfo a little bit and give its manpage a small update to reflect reality a little better. - Fix BLKGETSIZE usage; parameter is unsigned long not long. (Szaka)