Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv21134
Modified Files:
AUTHORS ChangeLog NEWS README TODO.ntfstools
linux-ntfs.spec.in
Log Message:
add ntfsundelete to the build. fix rpm build. trawl for typos.
Index: AUTHORS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/AUTHORS,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- AUTHORS 6 Jul 2002 20:07:58 -0000 1.4
+++ AUTHORS 18 Jul 2002 02:57:56 -0000 1.5
@@ -1,8 +1,8 @@
-Linux-NTFS is written and maintained by Anton Altparmakov <ai...@ca...>.
+Linux-NTFS is written and maintained by Anton Altaparmakov <ai...@ca...>.
Current active developers on the project are (in alphabetical order):
- Anton Altparmakov <ai...@ca...>
+ Anton Altaparmakov <ai...@ca...>
Matthew J. Fanto <fan...@cm...>
Richard Russon <nt...@fl...>
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -U2 -r1.74 -r1.75
--- ChangeLog 15 Jul 2002 18:12:51 -0000 1.74
+++ ChangeLog 18 Jul 2002 02:57:56 -0000 1.75
@@ -16,5 +16,5 @@
ntfs_{read,write}_clusters().
mft.[ch] provide: ntfs_{read,write}_mft_record(),
- ntfs_{read,write}_mft_recrods(), and
+ ntfs_{read,write}_mft_records(), and
ntfs_get_mft_record_data_size().
- When writing mft records using the mft.c::ntfs_write_mft_record{s,}()
@@ -84,5 +84,5 @@
ntfs_attr_p{read,write}(), and
ntfs_attr_mst_p{read,write}().
- - Fix detection of read-only mounts in volume.c::ntfs_check_mnteent().
+ - Fix detection of read-only mounts in volume.c::ntfs_check_mntent().
- Start modularising ntfs_mount():
- Split off the boot sector parsing code and move it to
@@ -118,5 +118,5 @@
continue the search when we detect a mismatched type and/or name
instead of aborting and returning error EIO to flag the corruption.
- - Add new syntactic suggar API provided by attrib.h:
+ - Add new syntactic sugar API provided by attrib.h:
ntfs_walk_attrs(). (Szakacsits Szabolcs)
- Add new API for compressing run lists into mapping pairs arrays
@@ -128,5 +128,5 @@
- Convert mkntfs.c to the above API.
- Implement attrib.[hc]::ntfs_rl_pwrite() as a low level scatter write
- function analagous in functionality to mkntfs.c::ntfs_rlwrite() but
+ function analogous in functionality to mkntfs.c::ntfs_rlwrite() but
with arguments more like ntfs_attr_pwrite() to allow for more
flexible use.
@@ -143,4 +143,5 @@
cope with precreated sparse files.
- Remove GPL message text from usage information in mkntfs.
+ - New tool, ntfsundelete, written by Richard Russon.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
@@ -227,5 +228,5 @@
package, probably linux-ldm.
Taken out some file from the distribution, but they are still present
- in CVS. This is because they are not really usefull except if you are
+ in CVS. This is because they are not really useful except if you are
a developer wanting to play about.
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/NEWS,v
retrieving revision 1.19
retrieving revision 1.20
diff -U2 -r1.19 -r1.20
--- NEWS 12 Apr 2002 15:23:47 -0000 1.19
+++ NEWS 18 Jul 2002 02:57:56 -0000 1.20
@@ -4,4 +4,7 @@
Added new utility ntfslabel by Matthew Fanto. See man 8 ntfslabel for details.
+Added new utility ntfsundelete by Richard Russon. See man 8 ntfsundelete for
+more details.
+
Older news
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/README,v
retrieving revision 1.28
retrieving revision 1.29
diff -U2 -r1.28 -r1.29
--- README 12 Apr 2002 15:23:47 -0000 1.28
+++ README 18 Jul 2002 02:57:56 -0000 1.29
@@ -25,5 +25,5 @@
If you would like to take part in the development of Linux-NTFS, you are
invited to subscribe to the development mailing list,
-lin...@li.... The easeist way to do this is to visit
+lin...@li.... The easiest way to do this is to visit
the list page on sourceforge at:
http://lists.sourceforge.net/lists/listinfo/linux-ntfs-dev
@@ -66,2 +66,4 @@
for details.
+ntfsundelete - Recover deleted files from an NTFS volume. See man 8
+ntfsundelete for more details.
Index: TODO.ntfstools
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.ntfstools,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- TODO.ntfstools 17 Jul 2002 05:07:01 -0000 1.3
+++ TODO.ntfstools 18 Jul 2002 02:57:56 -0000 1.4
@@ -65,2 +65,11 @@
+****************
+* ntfsundelete *
+****************
+
+- support for compressed files
+- support for internationalisation
+- recover by type?
+
+
Index: linux-ntfs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/linux-ntfs.spec.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -U2 -r1.43 -r1.44
--- linux-ntfs.spec.in 3 Jul 2002 14:38:40 -0000 1.43
+++ linux-ntfs.spec.in 18 Jul 2002 02:57:56 -0000 1.44
@@ -32,4 +32,6 @@
ntfslabel - Display/change the label of an NTFS partition. See man 8
ntfslabel for details.
+ ntfsundelete - Recover deleted files from an NTFS volume. See man 8
+ntfsundelete for details.
%package devel
@@ -62,5 +64,5 @@
%files
%defattr(-,root,root)
-%doc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO.ntfsfix TODO.include TODO.mkntfs TODO.libntfs TODO.ntfsinfo TODO.ntfslabel doc/CodingStyle doc/attribute_definitions doc/attributes.txt doc/compression.txt doc/tunable_settings doc/template.c doc/template.h doc/system_files.txt doc/system_security_descriptors.txt
+%doc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO.include TODO.libntfs TODO.ntfstools doc/CodingStyle doc/attribute_definitions doc/attributes.txt doc/compression.txt doc/tunable_settings doc/template.c doc/template.h doc/system_files.txt doc/system_security_descriptors.txt
%{bindir}/*
%{sbindir}/*
@@ -76,4 +78,8 @@
%changelog
+* Wed Jul 18 2002 Richard Russon <nt...@fl...>
+- added ntfsundelete
+- change TODO names
+
* Wed Jul 3 2002 Anton Altaparmakov <ai...@ca...>
- update my email address
|