From 77923cd4620cc4f70d92836dca9f786a2859fcc5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 12 Feb 2007 12:33:54 +0000 Subject: [PATCH] Update version git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4170 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/version.h | 10 +++++++--- bacula/technotes-2.1 | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bacula/src/version.h b/bacula/src/version.h index ee2260d30e..e08264fc02 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "2.1.4" -#define BDATE "11 February 2007" -#define LSMDATE "11Feb07" +#define BDATE "12 February 2007" +#define LSMDATE "12Feb07" #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" #define BYEAR "2007" /* year for copyright messages in progs */ @@ -53,7 +53,11 @@ #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 */ diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 89873c09fa..77dbf0297e 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -11,7 +11,7 @@ kes Apply patch from bug #612 by Rudolf Cejka to speedup pruning in the case of orphaned records. kes Modify dbcheck to handle orphaned JobMedia, Path, Filename, and File records in 300K chunks to be more efficient. This - idea came from Alan Brown (if I remember right). + idea came from Juan Luis Frances (if I remember right). kes Apply Eric's scratch patch that moves a purged Volume to the RecyclePool. Question: how is RecyclePool set? what happens to the ScratchPool? -- 2.39.5