Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv29988
Modified Files:
ChangeLog
Log Message:
- upgrade to new shiny fuse option parsing API instead of my old hackish one (more readable and -4kb code)
- remove show_sys_files and add case_insensitive options
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -p -r1.434 -r1.435
--- ChangeLog 19 Dec 2006 16:31:52 -0000 1.434
+++ ChangeLog 3 Jan 2007 18:27:10 -0000 1.435
@@ -1,4 +1,4 @@
-xx/12/2006 - 2.0.0 - ntfsmount sports full r/w and ntfsresize supports Vista.
+xx/01/2007 - 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)
@@ -125,6 +125,10 @@ xx/12/2006 - 2.0.0 - ntfsmount sports fu
- mkntfs: Remove own generation of upcase table, i.e. delete
ntfsprogs/upcase.[ch] and use ntfs_upcase_table_build() supplied by
libntfs. (Anton)
+ - Upgrade ntfsmount to new FUSE option parsing API. (Yura)
+ - ntfsmount: Remove "show_sys_files" as potential harmful and
+ introduce new "case_insensitive" option to support both case
+ sensitive and insensitive mounts. (Yura)
21/06/2006 - 1.13.1 - Various fixes.
|