X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fsrc%2Fversion.h;h=9a68f9e52d1ad7d5fe4fecbbabeb24c262f19af4;hb=2514e9d4db3a4a156f31de81a2f7c5255a078e27;hp=9962614c1ded5cb1f40cdc87247a7584b408a3b8;hpb=694d3865c4374bce362ee6f3453f1419159aa212;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 9962614c1d..9a68f9e52d 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.1.0" -#define BDATE "05 January 2007" -#define LSMDATE "05Jan07" +#define VERSION "2.1.8" +#define BDATE "28 April 2007" +#define LSMDATE "28Apr07" #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" #define BYEAR "2007" /* year for copyright messages in progs */ @@ -43,17 +43,39 @@ #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 */ +#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 -/* Disk file seeking is now controled by CAP_POSITIONBLOCKS */ +/* + * 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 */