]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
11Apr07
[bacula/bacula] / bacula / src / version.h
index 0633a26d944f0bc2b4baedddf79a2260da1301fe..408db2e472c83821693abcf2a230420a33c98e57 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.1.6"
-#define BDATE   "24 March 2007"
-#define LSMDATE "24Mar07"
+#define VERSION "2.1.8"
+#define BDATE   "11 April 2007"
+#define LSMDATE "11Apr07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
 #undef  DEBUG
 #define DEBUG 1
 #define TRACEBACK 1
-#define SMCHECK
 #define TRACE_FILE 1
 
 /* If this is set stdout will not be closed on startup */
 #define DEVELOPER 1
 
+/*
+ * SMCHECK does orphaned buffer checking (memory leaks)
+ *  it can always be turned on, but has some minor performance
+ *  penalties.
+ */
+#ifdef DEVELOPER
+#define SMCHECK
+#endif
+
+/*
+ * This should always be on. It enables data encryption code 
+ *  providing it is configured.
+ */
 #define DATA_ENCRYPTION 1
 
+/*
+ * This uses a Bacula specific bsnprintf rather than the sys lib
+ *  version because it is much more secure. It should always be 
+ *  on.
+ */
 #define USE_BSNPRINTF 1
 
-/* Turn on the following flag to enable batch attribute inserts
+/*
+ * Turn on the following flag to enable batch attribute inserts
  *  in the catalog.  This gives a large speedup.
  */
-/*  #define HAVE_BATCH_FILE_INSERT 1 */
+#define HAVE_BATCH_FILE_INSERT 1
 
 
 /* Debug flags not normally turned on */