ntfs-3g/NEWS
antona ca873f0474 Eeek. Someone did a commit just as I was about to commit so the commit
message was lost!  )-:

Now again...

Monster commit from me due to lack of time.  Sorry about that.

Features:

- Version to 1.10.0
- Update readme, etc ready for release.
- Update build system to suse linux 9.3 versions.
- Fix warnings appearing for me on suse 9.3 with --enable-warnings --enable-debug.
- Set attr_name to NULL in libntfs/attrib.c::__ntfs_attr_init() and fixup all
  callers apropriately.  Thanks to FlatCap/Rich for pointing this out.
- Determine endianness in ./configure and use that in addition to existing
  mechanisms for determining endianness.
2005-06-20 14:31:30 +00:00

62 lines
2.4 KiB
Plaintext

Current news
============
Attribute resize code for normal and sparse files is completed. Thus, ntfscp
should always successfully overwrite any normal or sparse file even if file
size is changed.
Moved back from BitKeeper to CVS on SF.net.
ntfsprogs should now work completely on Windows 2000 and XP (Cygwin).
mkntfs does not create bootable volumes when on Windows. Volumes are locked
when using a R/W utility in order to prevent data corruption. (Yuval Fledel,
Anton Altaparmakov)
ntfsinfo has been extended and now provides much more detailed information as
well as being able to resolve a path/filename instead of requiring the inode
number. (Yuval Fledel, Anton Altaparmakov)
mkntfs now creates bootable ntfs volumes so you can install Windows on an
ntfs volume created with mkntfs and Windows will manage to boot afterwards.
ntfsresize now supports relocation which generally means you are now able to
resize to any size you like (as long as there is enough free space). 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. (Szakacsits Szabolcs)
ntfsprogs now should ./configure and compile cleanly on SuSE as well as RedHat
Linux.
ntfsprogs ("make libs" only) now compiles on FreeBSD, NetBSD, Windows (Cygwin),
and DOS (DJGPP). Thanks to Christophe Grenier for DOS and FreeBSD testing
and fixes and to Lode Leroy for Windows testing and fixes.
Older news
==========
Merged the NTFS Gnome VFS module by Jan Kratochvil.
Added new utilities: ntfsclone by Szakacsits Szabolcs, ntfscluster by Richard
Russon, ntfsinfo by Matthew Fanto, ntfsls originally by Lode Leroy, modified
by Anton Altaparmakov, and ntfscat by Richard Russon.
Library internal enhancements and API additions. Of particular note is the
device io abstraction layer and the addition of the win32 device operations.
(Note the win32 device operations are read only and incomplete but should
allow running of simple read-only ntfs utilities under Cygwin.) Thanks to
Lode Leroy for the win32 code.
Renamed ntfstools to ntfsprogs everywhere.
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.
Added new utility ntfsresize by Szakacsits Szabolcs. See man 8 ntfsresize for
details.
Gcc 2.96 or above is required to compile.