]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Update version
[bacula/bacula] / bacula / src / version.h
index 3dd249fe894208fd63f7ccaaaf47b1430a03dd9c..6a393999898de116486924e01c092d07d0dcfd0f 100644 (file)
@@ -3,24 +3,24 @@
  */
 
 #undef  VERSION
-#define VERSION "2.1.11"
-#define BDATE   "21 May 2007"
-#define LSMDATE "21May07"
+#define VERSION "2.2.9-b4"
+#define BDATE   "01 April 2008"
+#define LSMDATE "01Apr08"
 
-#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
-#define BYEAR "2007"       /* year for copyright messages in progs */
+#define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
+#define BYEAR "2008"       /* year for copyright messages in progs */
 
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
 #define SMCHECK
 #endif
 
+/* 
+ * for fastest speed but you must have a UPS to avoid unwanted shutdowns
+ */
+#define SQLITE3_INIT_QUERY "PRAGMA synchronous = OFF"
+
+/*
+ * for more safety, but is 30 times slower than above
+ */
+//#define SQLITE3_INIT_QUERY "PRAGMA synchronous = NORMAL"
+
 /*
  * This should always be on. It enables data encryption code 
  *  providing it is configured.
  */
 #define USE_BSNPRINTF 1
 
-/*
- * Turn on the following flag to enable batch attribute inserts
- *  in the catalog.  This gives a large speedup.
- */
-#define HAVE_BATCH_FILE_INSERT 1
-
-
 /* Debug flags not normally turned on */
 
 /* #define TRACE_JCR_CHAIN 1 */