version bump
authormikey <mikey@cinecert.com>
Wed, 6 Jan 2010 21:06:14 +0000 (21:06 +0000)
committermikey <>
Wed, 6 Jan 2010 21:06:14 +0000 (21:06 +0000)
src/KM_util.cpp
win32/Makefile.mak
win32/README.txt

index b5dfce624ae9ba32bbbf658399ce1e0d3e3fcb9d..2624f07fcb1bf6533153c787c9892360b07e9564 100755 (executable)
@@ -793,7 +793,7 @@ Kumu::Timestamp::AddSeconds(i32_t seconds)
   FILETIME current_ft;
   ULARGE_INTEGER current_ul;
 
-  if ( minutes != 0 )
+  if ( seconds != 0 )
     {
       TIMESTAMP_TO_SYSTIME(*this, &current_st);
       SystemTimeToFileTime(&current_st, &current_ft);
index 1999a41b1a3906c47a555ab10e3f105c0c0c6b2f..00249a009ab4d27865880f9a71125579cc10d059 100755 (executable)
@@ -33,11 +33,11 @@ OBJDIR = .
 \r
 !ifdef ENABLE_RANDOM_UUID\r
 CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \\r
-       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.5.31\" \\r
+       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.5.32\" \\r
        /I"$(WITH_OPENSSL)"\inc32 /DCONFIG_RANDOM_UUID=1\r
 !else\r
 CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \\r
-       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.5.31\" \\r
+       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.5.32\" \\r
        /I"$(WITH_OPENSSL)"\inc32\r
 !endif\r
 LIB_EXE = lib.exe\r
index 850624c8e273e731c0f0f33d3f721690a46099a5..dcc22418658531e351d1810908ada577dd07937b 100755 (executable)
@@ -21,6 +21,10 @@ software in conjuction with CineCert's other software, the use of Xerces-C++ is
 with OpenSSL above, if you need/desire XML parsing, extract the source package and build in a\r
 directory of your choice.\r
 \r
+Header files and libraries from the OpenSSL and XML packages must be available to the compiler\r
+and linker. You may need to modify the makefile to make include files (/I...) and library files\r
+(/LIBPATH...) available.\r
+\r
 \r
 III. BUILDING\r
 =============\r