X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=e0810e5c875fb3a58cf27cc380a5fe37de759c67;hb=961e0b01de4940404a627987922827b9cbabfe78;hp=11206d2373b28f2e665f4d379eaff8c8c58bce32;hpb=2927b28393e0c4833ea9c67adc193162f3a1626d;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 11206d2373..78cd11f5c2 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,41 @@ */ #undef VERSION -#define VERSION "1.39.2" -#define BDATE "06 December 2005" -#define LSMDATE "06Dec05" +#define VERSION "2.1.1" +#define BDATE "28 January 2007" +#define LSMDATE "28Jan07" + +#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" +#define BYEAR "2007" /* year for copyright messages in progs */ + +/* + Bacula® - The Network Backup Solution + + Copyright (C) 2000-2007 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. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + Bacula® is a registered trademark of John Walker. + The licensor of Bacula is the Free Software Foundation Europe + (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, + Switzerland, email:ftf@fsfeurope.org. +*/ + /* Debug flags */ #undef DEBUG @@ -17,19 +49,29 @@ /* If this is set stdout will not be closed on startup */ #define DEVELOPER 1 -/* #define USE_BSNPRINTF */ +#define DATA_ENCRYPTION 1 -/* Debug flags not normally turned on */ +#define USE_BSNPRINTF 1 -/* #define FILE_SEEK 1 */ +/* Disk file seeking is now controled by CAP_POSITIONBLOCKS */ + +/* Debug flags not normally turned on */ /* #define TRACE_JCR_CHAIN 1 */ /* #define TRACE_RES 1 */ /* #define DEBUG_MEMSET 1 */ /* #define DEBUG_MUTEX 1 */ +/* + * Set SMALLOC_SANITY_CHECK to zero to turn off, otherwise + * it is the maximum memory malloced before Bacula will + * abort. Except for debug situations, this should be zero + */ +#define SMALLOC_SANITY_CHECK 0 /* 500000000 0.5 GB max */ + + /* Check if header of tape block is zero before writing */ -#define DEBUG_BLOCK_ZEROING 1 +/* #define DEBUG_BLOCK_ZEROING 1 */ /* #define FULL_DEBUG 1 */ /* normally on for testing only */