Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv10400
Modified Files:
ChangeLog NEWS README linux-ntfs.spec.in
Log Message:
Update docs and bump version to 1.6.0.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -U2 -r1.28 -r1.29
--- ChangeLog 12 Mar 2002 21:48:27 -0000 1.28
+++ ChangeLog 12 Mar 2002 21:55:30 -0000 1.29
@@ -1,3 +1,3 @@
-12/03/2002 - Fix typo in usage.
+12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
Fix typo in usage information of mkntfs. Thanks to Richard Russon for
spotting it.
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/NEWS,v
retrieving revision 1.17
retrieving revision 1.18
diff -U2 -r1.17 -r1.18
--- NEWS 26 Jan 2002 03:21:07 -0000 1.17
+++ NEWS 12 Mar 2002 21:55:30 -0000 1.18
@@ -2,11 +2,16 @@
============
-ntfsfix had two minor bugs fixed. This also should remove the compilation
-warnings in ntfsfix.c on 64-bit-pointer-size architectures.
-
linux-ntfs should now compile and work on all architectures.
+Added two options to mkntfs. One to enable compression on the volume and one
+to disable content indexing. See man 8 mkntfs for details.
+
+Changed version numbers of mkntfs and ntfsfix to match linux-ntfs release.
+
Older news
==========
+
+ntfsfix had two minor bugs fixed. This also should remove the compilation
+warnings in ntfsfix.c on 64-bit-pointer-size architectures.
mkntfs now should be truly bug free.
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/README,v
retrieving revision 1.26
retrieving revision 1.27
diff -U2 -r1.26 -r1.27
--- README 26 Jan 2002 02:28:29 -0000 1.26
+++ README 12 Mar 2002 21:55:30 -0000 1.27
@@ -6,5 +6,5 @@
the Linux operating system.
-Linux-NTFS is copyright (c) 2000, 2001 Anton Altaparmakov.
+Linux-NTFS is copyright (c) 2000-2002 Anton Altaparmakov.
All of the contents of the Linux-NTFS project are free software, released under
@@ -52,7 +52,7 @@
The following utilities are so far implemented:
-NtfsFix v1.19 - Attempt to fix an NTFS partition that has been damaged by the
-Linux NTFS driver. Note that you should run it every time after you have used
-the Linux NTFS driver to write to an NTFS partition to prevent massive data
+NtfsFix - Attempt to fix an NTFS partition that has been damaged by the Linux
+NTFS driver. Note that you should run it every time after you have used the
+Linux NTFS driver to write to an NTFS partition to prevent massive data
corruption from happening when Windows mounts the partition.
IMPORTANT: Run this only *after* unmounting the partition in Linux but *before*
@@ -60,5 +60,5 @@
See man 8 ntfsfix for details.
-mkntfs v1.55 - Format a partition with the NTFS filesystem. See man 8 mkntfs
-for command line options.
+mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs for
+command line options.
Index: linux-ntfs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/linux-ntfs.spec.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -U2 -r1.37 -r1.38
--- linux-ntfs.spec.in 26 Jan 2002 03:21:07 -0000 1.37
+++ linux-ntfs.spec.in 12 Mar 2002 21:55:30 -0000 1.38
@@ -22,12 +22,12 @@
consists of a static library and utilities. This package contains the following
utilities:
- NtfsFix v1.19 - Attempt to fix an NTFS partition that has been damaged
-by the Linux NTFS driver. It should be run every time after you have used the
-Linux NTFS driver to write to an NTFS partition to prevent massive data
-corruption from happening when Windows mounts the partition.
+ NtfsFix - Attempt to fix an NTFS partition that has been damaged by the
+Linux NTFS driver. It should be run every time after you have used the Linux
+NTFS driver to write to an NTFS partition to prevent massive data corruption
+from happening when Windows mounts the partition.
IMPORTANT: Run this only *after* unmounting the partition in Linux but *before*
rebooting into Windows NT/2000! See man 8 ntfsfix for details.
- mkntfs v1.55 - Format a partition with the NTFS filesystem. See man 8
-mkntfs for command line options.
+ mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs
+for command line options.
%package devel
@@ -74,4 +74,7 @@
%changelog
+* Tue Mar 12 2002 Anton Altaparmakov <ai...@ca...>
+- update %description text
+
* Sat Jan 26 2002 Anton Altaparmakov <ai...@ca...>
- update %description text
|