mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-27 12:03:42 +08:00
4826626026
2002/04/12 15:23:47-00:00 !antona 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. 2002/03/12 21:55:30-00:00 !antona Update docs and bump version to 1.6.0. 2002/01/26 03:21:07-00:00 !antona Preparations for 1.5.1 release. 2002/01/26 02:28:29-00:00 !antona Update docs. 2002/01/10 10:54:27-00:00 !antona Updates 2001/11/09 21:30:51-00:00 !antona Considering added functionality change version number to 1.3.0, update docs and mkntfs man page. 2001/11/09 19:24:23-00:00 !antona With lots of luck this is going to be 1.2.3. 2001/11/09 18:24:32-00:00 !antona Updates to docs, layout.h and ntfsfix to support Windows XP NTFS 2001/08/27 16:58:07-00:00 !antona Updates. 2001/08/02 01:44:56-00:00 !antona Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file. 2001/07/25 23:11:49-00:00 !antona Update text files 2001/07/25 13:43:10-00:00 !antona 1.0.2 release. Mkntfs now in sbin and minor bugfix to mkntfs man page. 2001/07/24 17:41:01-00:00 !antona Minor updates and restructuring the distribution. See NEWS and ChangeLog for details. 2001/06/16 19:59:51-00:00 !antona Update ntfsdump_logfile and dumplog and the relevant textfiles. 2001/06/11 04:02:08-00:00 !antona Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE ======================================= mkntfs complete with option parsing and more cool things. mkntfs man page complete. info files updated. TODO Before 1.0.0 final: - Test mkntfs options & mkntfs itself. - Test tar ball generation. - Test rpm generation. 2001/06/10 19:09:45-00:00 !antona news update 2001/06/10 18:30:16-00:00 !antona 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. 2001/02/02 01:15:17-00:00 !antona Updated documentation and other text files. Preparing for initial release. 2001/02/02 00:16:18-00:00 !antona Changed make process to using autoconf/automake/libtool. Added necessary files for this and for the gnu standard. Inititial checkin. Probably still stuff missing. Will know soon... (Logical change 1.5)
64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
Current news
|
|
============
|
|
|
|
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
|
|
==========
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
ntfs_mount syntax changed to accept a read-only flag.
|
|
|
|
mkntfs now allows creation of small NTFS volumes (current minimum size is one
|
|
mega byte). This allows placing NTFS on a floppy disk for example.
|
|
|
|
mkntfs now correctly handles directories on volumes with large clusters.
|
|
|
|
ntfsfix now works on Windows XP NTFS volumes (NTFS 3.1).
|
|
|
|
Reenabled shared library generation and use.
|
|
|
|
ntfsfix now has a man page, too. Donated by David Martínez Moreno.
|
|
|
|
mkntfs now uses correct defaults for small partitions on devices with
|
|
non-standard sector sizes.
|
|
|
|
mkntfs now in sbin not bin and it got some bugs fixed.
|
|
|
|
Gcc 2.96 or above is required to compile.
|
|
|
|
Dropped ldm, ntfsdump_logfile and dumplog from linux-ntfs distribution. ldm will
|
|
reappear in a different package as ldminfo (probably linux-ldm) while the dump
|
|
tools are only useful to us developers to play with they don't actually do
|
|
anything useful (and these remain in CVS for developer (ab)use).
|
|
|
|
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.)
|
|
|
|
libntfs and hence ntfsfix still don't support attribute lists.
|
|
|
|
Updated ntfsdump_logfile to really dump the whole logfile with all the current
|
|
knowledge about the structures. Also added dumplog which does the same but
|
|
operates on a file rather than a partition, i.e. it can operate on a live
|
|
mounted NTFS partition under linux when the -o show_sys_files was used on mount.
|
|
(Note this mount option first appeared in Linux kernel 2.4.4-ac18.)
|
|
|