]> git.sur5r.net Git - bacula/bacula/commitdiff
Update version
authorKern Sibbald <kern@sibbald.com>
Mon, 12 Feb 2007 12:33:54 +0000 (12:33 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 12 Feb 2007 12:33:54 +0000 (12:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4170 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/version.h
bacula/technotes-2.1

index ee2260d30e9c968a1559182298420c1c8d8b93c7..e08264fc02d9080fa58c0a71113de2c8fca37374 100644 (file)
@@ -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 */
 
 #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 */
 
index 89873c09fa6cb2dc16803c6f34edc4ca53f282c7..77dbf0297e251745e4891982c15577df21984727 100644 (file)
@@ -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?