]> git.sur5r.net Git - bacula/bacula/commitdiff
- Integrate Howard's VSS patch. Tweak it a bit. VSS now
authorKern Sibbald <kern@sibbald.com>
Sat, 29 Apr 2006 12:13:21 +0000 (12:13 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 29 Apr 2006 12:13:21 +0000 (12:13 +0000)
  works in the MinGW build with the exception that there
  is a problem with accented characters -- i.e. there is
  some mapping problem with wide characters.
- The code no longer compiles with Microsoft VC++.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2986 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kes-1.39
bacula/src/console/console.c
bacula/src/version.h

index 0e391218c1a36bf8afb0ca667d5c2eab2841d87e..651b525d9a340f373aa63da05d6b510266179249 100644 (file)
@@ -2,6 +2,12 @@
                         Kern Sibbald
 
 General:
+29Apr06
+- Integrate Howard's VSS patch. Tweak it a bit. VSS now
+  works in the MinGW build with the exception that there
+  is a problem with accented characters -- i.e. there is
+  some mapping problem with wide characters.
+- The code no longer compiles with Microsoft VC++.
 28Apr06
 - Start implementing Christopher's St.Bernard code.
 - Add Christopher's mods for opening files.
index 3d7072718533c33a1cd49f7bb5ad677e53fcb8e1..7e4534c5b806837a6371af18ec8b19ced6531258 100644 (file)
@@ -49,6 +49,10 @@ int rl_catch_signals;
 #else
 extern int rl_catch_signals;
 #endif
+#ifdef HAVE_MINGW
+/* Remove when we have real lib in src/lib */
+int enable_vss;
+#endif
 
 /* Imported functions */
 int authenticate_director(JCR *jcr, DIRRES *director, CONRES *cons);
index ba951eb5c9fe762036fb5ed5dfe2cfc5698cf184..3f7d9def04a3ae9c7260d55658bec4f1c015701b 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "1.39.10"
-#define BDATE   "28 April 2006"
-#define LSMDATE "28Apr06"
+#define BDATE   "29 April 2006"
+#define LSMDATE "29Apr06"
 
 /* Debug flags */
 #undef  DEBUG