From: Kern Sibbald Date: Sun, 3 Dec 2006 16:55:06 +0000 (+0000) Subject: kes Fix Win32 build, which broke when I added parse_args_only in X-Git-Tag: Release-7.0.0~7296 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ef111139e6c237d2cecec57ec8fba2aa8f7eda2;p=bacula%2Fbacula kes Fix Win32 build, which broke when I added parse_args_only in lib. I'm not sure I got the entry point right for msvc. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3737 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index 731567919c..712f3d51c9 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -2,6 +2,8 @@ General: 03Dec06 +kes Fix Win32 build, which broke when I added parse_args_only in + lib. I'm not sure I got the entry point right for msvc. kes Turn off data encryption. It can be enabled by defining DATA_ENCRYPTION in src/version.h and recompiling. kes Implement flag to turn off data encryption feature.