Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28711
Modified Files:
ChangeLog configure.ac
Log Message:
* fix ntfs_attr_open
* update for 1.11.2
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -p -r1.260 -r1.261
--- ChangeLog 3 Aug 2005 22:40:29 -0000 1.260
+++ ChangeLog 4 Aug 2005 00:00:27 -0000 1.261
@@ -1,4 +1,4 @@
-xx/xx/xxxx - 1.12.0-WIP
+04/07/2005 - 1.11.2 - A lot of fixes and improvements.
- ntfsls: fix showing not system files started with '$'. (Yura)
- Move ntfs2utc and utc2ntfs from utils.[ch] to timeconv.h. (Yura)
@@ -29,6 +29,8 @@ xx/xx/xxxx - 1.12.0-WIP
compression block was incorrectly treated as not compressed. (Yura)
- ntfsresize: fix for ntfs_rl_truncate() EIO: always set the correct
size for $BadClus:$Bad, even if Windows set it incorrectly. (Szaka)
+ - Make ntfs_attr_open resolve attribute name for ntfs_attr struct
+ in case NULL passed instead of name. (Yura)
20/07/2005 - 1.11.1 - Fix several ntfsmount bugs.
Index: configure.ac
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- configure.ac 29 Jul 2005 15:05:30 -0000 1.68
+++ configure.ac 4 Aug 2005 00:00:28 -0000 1.69
@@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([ntfsprogs],[1.12.0-WIP],[lin...@li...])
+AC_INIT([ntfsprogs],[1.11.2],[lin...@li...])
AC_CANONICAL_HOST([])
AC_CANONICAL_TARGET([])
AC_CONFIG_SRCDIR([config.h.in])
|