Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21761
Modified Files:
ChangeLog
Log Message:
- Fix compilation on OSX in ntfsclone.c where stderr = stdout
is not legal (but happens to work on Linux) to do proper
low-level file descriptor mangling which is portable. (Anton)
- Add test/runlist-data to EXTRA_DIST so it gets included in the
distribution otherwise make test fails on released sources. Solution
is not perfect as it also adds the test/runlist-data/CVS directory
but it will do at least for me. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -p -r1.304 -r1.305
--- ChangeLog 15 Oct 2005 21:26:16 -0000 1.304
+++ ChangeLog 15 Oct 2005 21:44:17 -0000 1.305
@@ -12,9 +12,13 @@ xx/xx/2005 - 1.12.2-WIP
- Fix silly bug introduced in 1.12.0 which breaks ntfsfix (and others
possibly) when calling ntfs_attr_lookup() with AT_UNNAMED name and
no ntfs inode in the search context. (Anton)
- - Fix compilation on OSX in ntfsresize.c where stderr = stdout is not
- legal (but happens to work on Linux) to do proper low-level file
- descriptor mangling which is portable. (Anton)
+ - Fix compilation on OSX in ntfsresize.c and ntfsclone.c where stderr =
+ stdout is not legal (but happens to work on Linux) to do proper
+ low-level file descriptor mangling which is portable. (Anton)
+ - Add test/runlist-data to EXTRA_DIST so it gets included in the
+ distribution otherwise make test fails on released sources. Solution
+ is not perfect as it also adds the test/runlist-data/CVS directory
+ but it will do at least for me. (Anton)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|