Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv18456
Modified Files:
AUTHORS CREDITS ChangeLog NEWS README configure configure.in
linux-ntfs.spec.in
Log Message:
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.
Index: AUTHORS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/AUTHORS,v
retrieving revision 1.1
retrieving revision 1.2
diff -U2 -r1.1 -r1.2
--- AUTHORS 30 Jan 2001 12:29:03 -0000 1.1
+++ AUTHORS 12 Apr 2002 15:23:47 -0000 1.2
@@ -1,4 +1,9 @@
-Linux-NTFS is written by Anton Altparmakov <ai...@ca...>.
+Linux-NTFS is written and maintained by Anton Altparmakov <ai...@ca...>.
+Current active developers on the project are (in alphabetical order):
+
+ Anton Altparmakov <ai...@ca...>
+ Matthew J. Fanto <fan...@cm...>
+ Richard Russon <nt...@fl...>
Index: CREDITS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/CREDITS,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- CREDITS 2 Aug 2001 01:44:56 -0000 1.4
+++ CREDITS 12 Apr 2002 15:23:47 -0000 1.5
@@ -9,4 +9,5 @@
Albert D. Cahalan <aca...@cs...>
+Matthew J. Fanto <fan...@cm...>
David Martínez Moreno <dav...@re...>
Yuri Per <yu...@ac...>
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -U2 -r1.29 -r1.30
--- ChangeLog 12 Mar 2002 21:55:30 -0000 1.29
+++ ChangeLog 12 Apr 2002 15:23:47 -0000 1.30
@@ -1,2 +1,10 @@
+12/04/2002 - 1.7.0-WIP - New tool ntfslabel.
+ New tool ntfslabel written by Matthew Fanto with a few cleanups from
+ me to make it fit in with e2label better.
+ Extend ntfs_mount() to also read in the volume label.
+ Added man page for ntfslabel.
+ Silence verbosity of output from ntfs_mount(). It is now only output if
+ ./configure was run with --enable-debug.
+
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
Fix typo in usage information of mkntfs. Thanks to Richard Russon for
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/NEWS,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- NEWS 12 Mar 2002 21:55:30 -0000 1.18
+++ NEWS 12 Apr 2002 15:23:47 -0000 1.19
@@ -2,4 +2,10 @@
============
+Added new utility ntfslabel by Matthew Fanto. See man 8 ntfslabel for details.
+
+
+Older news
+==========
+
linux-ntfs should now compile and work on all architectures.
@@ -8,7 +14,4 @@
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
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/README,v
retrieving revision 1.27
retrieving revision 1.28
diff -U2 -r1.27 -r1.28
--- README 12 Mar 2002 21:55:30 -0000 1.27
+++ README 12 Apr 2002 15:23:47 -0000 1.28
@@ -63,2 +63,5 @@
command line options.
+ntfslabel - Display/change the label of an NTFS partition. See man 8 ntfslabel
+for details.
+
Index: configure
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure,v
retrieving revision 1.24
retrieving revision 1.25
diff -U2 -r1.24 -r1.25
--- configure 12 Mar 2002 22:02:29 -0000 1.24
+++ configure 12 Apr 2002 15:23:47 -0000 1.25
@@ -964,5 +964,5 @@
PACKAGE=linux-ntfs
-VERSION=1.6.0
+VERSION=1.7.0.WIP
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
@@ -6114,4 +6114,5 @@
ntfstools/mkntfs.8
ntfstools/ntfsfix.8
+ ntfstools/ntfslabel.8
linux-ntfs.spec
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
@@ -6241,4 +6242,5 @@
ntfstools/mkntfs.8
ntfstools/ntfsfix.8
+ ntfstools/ntfslabel.8
linux-ntfs.spec
"}
Index: configure.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -U2 -r1.22 -r1.23
--- configure.in 12 Mar 2002 22:02:29 -0000 1.22
+++ configure.in 12 Apr 2002 15:23:47 -0000 1.23
@@ -13,5 +13,5 @@
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(linux-ntfs,1.6.0)
+AM_INIT_AUTOMAKE(linux-ntfs,1.7.0.WIP)
AM_MAINTAINER_MODE
@@ -127,4 +127,5 @@
ntfstools/mkntfs.8
ntfstools/ntfsfix.8
+ ntfstools/ntfslabel.8
linux-ntfs.spec
])
Index: linux-ntfs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/linux-ntfs.spec.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -U2 -r1.38 -r1.39
--- linux-ntfs.spec.in 12 Mar 2002 21:55:30 -0000 1.38
+++ linux-ntfs.spec.in 12 Apr 2002 15:23:47 -0000 1.39
@@ -30,4 +30,6 @@
mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs
for command line options.
+ ntfslabel - Display/change the label of an NTFS partition. See man 8
+ntfslabel for details.
%package devel
@@ -74,4 +76,7 @@
%changelog
+* Tue Mar 12 2002 Anton Altaparmakov <ai...@ca...>
+- update %description text for ntfslabel
+
* Tue Mar 12 2002 Anton Altaparmakov <ai...@ca...>
- update %description text
|