Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20886/ntfsprogs
Modified Files:
mkntfs.c ntfscat.c ntfsinfo.c ntfsls.c ntfsrm.c ntfsundelete.c
Log Message:
Move timeconv to ntfstime, update changelog, and news for new release.
Index: mkntfs.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/mkntfs.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- mkntfs.c 1 Aug 2005 22:10:40 -0000 1.63
+++ mkntfs.c 4 Aug 2005 09:59:43 -0000 1.64
@@ -126,7 +126,7 @@
#include "mst.h"
#include "runlist.h"
#include "utils.h"
-#include "timeconv.h"
+#include "ntfstime.h"
#ifdef NO_NTFS_DEVICE_DEFAULT_IO_OPS
# error "No default device io operations! Cannot build mkntfs. \
Index: ntfscat.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfscat.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ntfscat.c 20 Jun 2005 14:24:53 -0000 1.16
+++ ntfscat.c 4 Aug 2005 09:59:44 -0000 1.17
@@ -393,5 +393,3 @@ int main (int argc, char *argv[])
return result;
}
-
-
Index: ntfsinfo.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsinfo.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- ntfsinfo.c 25 Jul 2005 22:05:27 -0000 1.72
+++ ntfsinfo.c 4 Aug 2005 09:59:44 -0000 1.73
@@ -65,7 +65,7 @@
#include "security.h"
#include "mst.h"
#include "dir.h"
-#include "timeconv.h"
+#include "ntfstime.h"
static const char *EXEC_NAME = "ntfsinfo";
Index: ntfsls.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsls.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- ntfsls.c 20 Jul 2005 19:06:50 -0000 1.25
+++ ntfsls.c 4 Aug 2005 09:59:45 -0000 1.26
@@ -40,7 +40,7 @@
#include "utils.h"
#include "dir.h"
#include "list.h"
-#include "timeconv.h"
+#include "ntfstime.h"
static const char *EXEC_NAME = "ntfsls";
Index: ntfsrm.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsrm.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- ntfsrm.c 20 Jul 2005 19:06:50 -0000 1.48
+++ ntfsrm.c 4 Aug 2005 09:59:45 -0000 1.49
@@ -33,7 +33,7 @@
#include "dir.h"
#include "lcnalloc.h"
#include "mft.h"
-#include "timeconv.h"
+#include "ntfstime.h"
static const char *EXEC_NAME = "ntfsrm";
static struct options opts;
Index: ntfsundelete.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsundelete.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- ntfsundelete.c 20 Jul 2005 19:06:51 -0000 1.43
+++ ntfsundelete.c 4 Aug 2005 09:59:45 -0000 1.44
@@ -52,7 +52,7 @@
#include "device.h"
#include "utils.h"
#include "debug.h"
-#include "timeconv.h"
+#include "ntfstime.h"
static const char *EXEC_NAME = "ntfsundelete";
static const char *MFTFILE = "mft";
|