Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv1960
Modified Files:
ChangeLog NEWS configure.ac
Log Message:
Update version to 2.0.0, update NEWS, update mkntfs man page and mkntfs itself.
- mkntfs: As announced, remove the deprecated support for creation of
NTFS 1.2/3.0 volumes. We now create NTFS 3.1 volumes only. (Anton)
- mkntfs: Remove lots of unused/unneeded debugging code. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -p -r1.431 -r1.432
--- ChangeLog 13 Dec 2006 00:11:50 -0000 1.431
+++ ChangeLog 13 Dec 2006 10:46:49 -0000 1.432
@@ -1,4 +1,4 @@
-xx/xx/2006 - x.xx.x - .
+xx/12/2006 - 2.0.0 - ntfsmount sports full r/w and ntfsresize supports Vista.
- ntfsmount now creates files and directories with security descriptor
that grant full access to everyone. (Yura)
@@ -112,6 +112,9 @@ xx/xx/2006 - x.xx.x - .
- mkntfs: Always set default cluster size to 4096 bytes regardless of
volume size. This is what Windows Vista does and it makes perfect
sense from a performance point of view. (Anton)
+ - mkntfs: As announced, remove the deprecated support for creation of
+ NTFS 1.2/3.0 volumes. We now create NTFS 3.1 volumes only. (Anton)
+ - mkntfs: Remove lots of unused/unneeded debugging code. (Anton)
21/06/2006 - 1.13.1 - Various fixes.
Index: NEWS
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/NEWS,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- NEWS 24 Jul 2006 08:48:40 -0000 1.33
+++ NEWS 13 Dec 2006 10:46:49 -0000 1.34
@@ -1,13 +1,10 @@
Current news
============
-Older news
-==========
+ntfsmount now has full basic read/write support.
-mkntfs now creates NTFS 3.1 (Windows XP) volumes by default. The old NTFS 1.2
-format is now deprecated and whilst it can still be specified using a command
-line option, it will be removed in a future release.
+ntfsresize (and the entirety of ntfsprogs/libntfs in fact) now have full
+support for Windows Vista.
-ntfsmount can create/delete/move files and directories! It is not a full
-implementation, thus sometimes it will say 'Operation is not supported',
-nothing bad will happen to user data in this case. (Yura Pakhuchiy)
+mkntfs now creates a DCE compliant GUID for the volume and does a few other
+things to be more compliant with Windows Vista.
Index: configure.ac
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- configure.ac 13 Dec 2006 00:11:50 -0000 1.116
+++ configure.ac 13 Dec 2006 10:46:49 -0000 1.117
@@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([ntfsprogs],[1.13.2-WIP],[lin...@li...])
+AC_INIT([ntfsprogs],[2.0.0],[lin...@li...])
#
# Before making a release, the LTVERSION string should be modified.
|