Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv10137
Modified Files:
ChangeLog
Log Message:
- mkntfs: Create more Vista like volumes. We now match the security
descriptor attributes (but not yet the security descriptors stored in
$Secure). (Anton)
- libntfs: Rewrite ntfs_upcase_table_build() to generate a Vista
compatible upcase table ($UpCase). (Anton)
- mkntfs: Remove own generation of upcase table, i.e. delete
ntfsprogs/upcase.[ch] and use ntfs_upcase_table_build() supplied by
libntfs. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -p -r1.433 -r1.434
--- ChangeLog 15 Dec 2006 15:21:27 -0000 1.433
+++ ChangeLog 19 Dec 2006 16:31:52 -0000 1.434
@@ -117,6 +117,14 @@ xx/12/2006 - 2.0.0 - ntfsmount sports fu
- mkntfs: Remove lots of unused/unneeded debugging code. (Anton)
- libntfs: Add support for FreeBSD 5.0+ sector aligned access
requirements. (Max Khon)
+ - mkntfs: Create more Vista like volumes. We now match the security
+ descriptor attributes (but not yet the security descriptors stored in
+ $Secure). (Anton)
+ - libntfs: Rewrite ntfs_upcase_table_build() to generate a Vista
+ compatible upcase table ($UpCase). (Anton)
+ - mkntfs: Remove own generation of upcase table, i.e. delete
+ ntfsprogs/upcase.[ch] and use ntfs_upcase_table_build() supplied by
+ libntfs. (Anton)
21/06/2006 - 1.13.1 - Various fixes.
|