Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv18514
Modified Files:
ChangeLog INSTALL NEWS README configure configure.in
linux-ntfs.spec.in
Log Message:
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- ChangeLog 2001/02/02 01:15:17 1.2
+++ ChangeLog 2001/06/10 18:30:16 1.3
@@ -1,2 +1,7 @@
+10/06/2001 - mkntfs release and bugfixes to ntfslib and the other utilities.
+ Also, released ldm which dumps the ldm database on Win2k/XP dynamic
+ disks.
+ A man page for mkntfs is also installed my make install so man 8 mkntfs
+ can be used to show the recognised command line options.
02/02/2001 - Started ChangeLog.
Index: INSTALL
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- INSTALL 2001/02/02 01:15:17 1.2
+++ INSTALL 2001/06/10 18:30:16 1.3
@@ -9,11 +9,10 @@
The above will compile and install the NTFS library and utility
-programs into /usr/local/lib and /usr/local/bin respectively.
+programs into /usr/local/lib and /usr/local/bin respectively. The man
+pages will be installed by default in /usr/share/doc
Basic Installation
==================
- These are generic installation instructions.
-
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
@@ -131,4 +130,8 @@
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
+
+ The `--enable-debug' option to `configure' will enable additional debugging
+checks in the code as well as debugging information output which will be
+emitted to stdout.
Specifying the System Type
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- NEWS 2001/02/02 01:15:17 1.2
+++ NEWS 2001/06/10 18:30:16 1.3
@@ -1,2 +1,14 @@
+Current news
+============
+
+We now have mkntfs. Yey! And it even has a man page. So go read it. (-8
+
+Disable shared library building by default as it breaks on some systems. (No
+idea why. If any one can figure it out and tell me what the problem/fix is I
+would be thankful.)
+
+Old news
+========
+
The initial public release is here!
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- README 2001/02/02 01:15:17 1.2
+++ README 2001/06/10 18:30:16 1.3
@@ -19,6 +19,7 @@
Linux kernel.
-The Linux-NTFS project is registered on Sourceforge.net and the project page
-is: http://sourceforge.net/projects/linux-ntfs/
+The Linux-NTFS project is registered on Sourceforge.net. The home page for
+Linux-NTFS is http://linux-ntfs.sf.net/ and the project page is:
+http://sf.net/projects/linux-ntfs/
If you would like to take part in the development of Linux-NTFS, you are
@@ -28,4 +29,9 @@
http://lists.sourceforge.net/lists/listinfo/linux-ntfs-dev
+If you would like to be kept up to date about new releases and other Linux-NTFS
+announcements, subsribe to the linux-ntfs-announce mailing list (very low
+volume). The easiest way to do this is to visit the list page on sourceforge at:
+ http://lists.sourceforge.net/lists/listinfo/linux-ntfs-announce
+
NTFS library
============
@@ -46,5 +52,5 @@
The following utilities are so far implemented:
-NtfsFix v0.0.2 - Attempt to fix an NTFS parition that has been damaged by the
+NtfsFix v1.15 - Attempt to fix an NTFS parition 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
@@ -52,7 +58,12 @@
IMPORTANT: Run this only *after* unmounting the partition in Linux but *before*
rebooting into Windows NT/2000 or you *will* suffer! - You have been warned!
+
+mkntfs v1.22 - Format a partition with the NTFS filesystem. See man 8 mkntfs
+for command line options.
-NtfsDump_LogFile v0.0.1 - Interpret and display information about the journal
+NtfsDump_LogFile v0.9 - Interpret and display information about the journal
($LogFile) of an NTFS volume.
+ldm v1.3 - Interpret and display the Logical Disk Manager database (of a
+Windows 2000/XP dynamic disk/block device).
Index: configure
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- configure 2001/06/05 10:33:02 1.4
+++ configure 2001/06/10 18:30:16 1.5
@@ -1057,5 +1057,5 @@
PACKAGE=linux-ntfs
-VERSION=0.0.1
+VERSION=0.1.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
@@ -6124,5 +6124,5 @@
config_files="\\
Makefile doc/Makefile include/Makefile libntfs/Makefile ntfstools/Makefile
- linux-ntfs.spec"
+ ntfstools/mkntfs.8 linux-ntfs.spec"
config_headers="\\
config.h"
Index: configure.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- configure.in 2001/06/05 10:33:02 1.4
+++ configure.in 2001/06/10 18:30:16 1.5
@@ -3,5 +3,5 @@
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(linux-ntfs,0.0.1)
+AM_INIT_AUTOMAKE(linux-ntfs,0.1.0)
AM_MAINTAINER_MODE
@@ -89,4 +89,5 @@
libntfs/Makefile
ntfstools/Makefile
+ ntfstools/mkntfs.8
linux-ntfs.spec
])
Index: linux-ntfs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/linux-ntfs.spec.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- linux-ntfs.spec.in 2001/06/10 15:54:20 1.3
+++ linux-ntfs.spec.in 2001/06/10 18:30:16 1.4
@@ -4,5 +4,5 @@
%define prefix /usr
%define bindir /usr/bin
-#%define mandir /usr/share/man
+%define mandir /usr/share/man
@@ -11,5 +11,5 @@
Version : %{ver}
Release : %{rel}
-Source : ftp://linux-ntfs.sf.net/pub/linux-ntfs/linux-ntfs-%{ver}.tar.gz
+Source : http://prdownloads.sf.net/linux-ntfs/linux-ntfs-%{ver}.tar.gz
Buildroot : %{_tmppath}/%{name}-root
Packager : Anton Altaparmakov <ai...@ca...>
@@ -20,5 +20,5 @@
the Linux operating system. Linux-NTFS currently consists of a library and
utilities. This package contains the library and the following utilities:
- NtfsFix v0.0.2 - Attempt to fix an NTFS parition that has been damaged
+ NtfsFix v1.15 - Attempt to fix an NTFS parition 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
@@ -26,8 +26,11 @@
IMPORTANT: Run this only *after* unmounting the partition in Linux but *before*
rebooting into Windows NT/2000!
- NtfsDump_LogFile v0.0.1 - Interpret and display information about the
+ mkntfs v1.22 - Format a partition with the NTFS filesystem. See man 8
+mkntfs for command line options.
+ NtfsDump_LogFile v0.9 - Interpret and display information about the
journal ($LogFile) of an NTFS volume.
+ ldm v1.3 - Interpret and display the Logical Disk Manager database (of
+a Windows 2000/XP dynamic disk/block device).
-
%package devel
Summary : files required to compile software that uses libntfs
@@ -60,5 +63,5 @@
%doc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO.ntfsfix TODO.include TODO.mkntfs doc/CodingStyle doc/attribute_definitions doc/attributes.txt doc/tunable_settings doc/template.c doc/template.h doc/system_files.txt doc/system_security_descriptors.txt
%{bindir}/*
-#%{mandir}/*/*
+%{mandir}/*/*
%{prefix}/lib/*.so*
@@ -71,4 +74,12 @@
%changelog
+* Sun Jun 10 2001 Anton Altaparmakov <ai...@ca...>
+- add man pages stuff
+- update info text
+- add new doc/ stuff
+- modify installation to do install-strip instead of install followed by manual
+stripping
+- update download URL to be the fast sourceforge http download server
+
* Fri Feb 2 2001 Anton Altaparmakov <ai...@ca...>
- started changelog
|