From: Jarod <um...@us...> - 2006-05-17 17:41:57
|
Update of /cvsroot/radmind/radmind-pc/fs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18341/fs Modified Files: ktcheck.c lapply.c lcreate.c ntfsdiff.c Log Message: Version 0.7.0. Index: lcreate.c =================================================================== RCS file: /cvsroot/radmind/radmind-pc/fs/lcreate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lcreate.c 3 May 2006 16:37:51 -0000 1.1 --- lcreate.c 17 May 2006 17:41:54 -0000 1.2 *************** *** 76,80 **** int showprogress = 0; ! char version[] = "0.4.2"; char checksumlist[] = ""; char child_test_root[] = ""; --- 76,80 ---- int showprogress = 0; ! char version[] = "0.7.0"; char checksumlist[] = ""; char child_test_root[] = ""; Index: lapply.c =================================================================== RCS file: /cvsroot/radmind/radmind-pc/fs/lapply.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lapply.c 14 Dec 2005 20:25:09 -0000 1.6 --- lapply.c 17 May 2006 17:41:54 -0000 1.7 *************** *** 64,68 **** SSL_CTX *ctx; ! char *version = "0.4.2", *checksumlist = "", *child_test_root = ""; extern char *ca, *cert, *privatekey; --- 64,68 ---- SSL_CTX *ctx; ! char *version = "0.7.0", *checksumlist = "", *child_test_root = ""; extern char *ca, *cert, *privatekey; Index: ntfsdiff.c =================================================================== RCS file: /cvsroot/radmind/radmind-pc/fs/ntfsdiff.c,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ntfsdiff.c 14 Dec 2005 20:25:09 -0000 1.22 --- ntfsdiff.c 17 May 2006 17:41:54 -0000 1.23 *************** *** 28,32 **** #endif ! #define VERSION "0.4.2" #define APPNAME "ntfsdiff" --- 28,32 ---- #endif ! #define VERSION "0.7.0" #define APPNAME "ntfsdiff" Index: ktcheck.c =================================================================== RCS file: /cvsroot/radmind/radmind-pc/fs/ktcheck.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ktcheck.c 14 Dec 2005 20:25:09 -0000 1.5 --- ktcheck.c 17 May 2006 17:41:54 -0000 1.6 *************** *** 78,82 **** extern struct timeval timeout; ! char *version = "0.4.2", *checksumlist = "", *child_test_root = ""; extern char *ca, *cert, *privatekey; --- 78,82 ---- extern struct timeval timeout; ! char *version = "0.7.0", *checksumlist = "", *child_test_root = ""; extern char *ca, *cert, *privatekey; |