X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=31f94b1488bf0b9eff56262c0717aa32088e199b;hb=d9b7c3a08c08c031a44519f497dcce964f219234;hp=b02c75667b6e79541fba6f7fa57fc8115ee90913;hpb=4ea586f92e17ce784367967af7dd12fddc72e9d4;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index b02c75667b..31f94b1488 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "3.0.1" -#define BDATE "26 April 2009" -#define LSMDATE "26Apr09" +#define VERSION "3.0.2" +#define BDATE "21 June 2009" +#define LSMDATE "21Jun09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ @@ -54,7 +54,18 @@ * penalties. */ #ifdef DEVELOPER -#define SMCHECK +# define SMCHECK +#endif + +/* + * _USE_LOCKMGR does lock/unlock mutex tracking (dead lock) + * it can always be turned on, but we advise to use it only + * for debug + */ +#ifdef DEVELOPER +# ifndef _USE_LOCKMGR +# define _USE_LOCKMGR +# endif #endif /* @@ -62,18 +73,18 @@ * run regress test. */ #ifdef HAVE_LINUX_OS -#define USE_VTAPE +# define USE_VTAPE #endif /* * for fastest speed but you must have a UPS to avoid unwanted shutdowns */ -#define SQLITE3_INIT_QUERY "PRAGMA synchronous = OFF" +//#define SQLITE3_INIT_QUERY "PRAGMA synchronous = OFF" /* * for more safety, but is 30 times slower than above */ -//#define SQLITE3_INIT_QUERY "PRAGMA synchronous = NORMAL" +#define SQLITE3_INIT_QUERY "PRAGMA synchronous = NORMAL" /* * This should always be on. It enables data encryption code