General:
Version 2.0.0 released: 4 January 2007
03Jan07
+kes Apply Eric's fix for client name editing on RunScripts.
kes Fix an incorrect dbcheck reference to Id.
Version 1.39.34 Released:
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2001-2006 Free Software Foundation Europe e.V.
+ Copyright (C) 2001-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.
jcr->pool = pool;
set_rwstorage(jcr, &store);
jcr->client = client;
+ pm_strcpy(jcr->client_name, client->name());
jcr->fileset = fileset;
jcr->ExpectedFiles = files;
if (catalog != NULL) {
#undef VERSION
#define VERSION "2.0.0"
-#define BDATE "28 December 2006"
-#define LSMDATE "28Dec06"
+#define BDATE "04 January 2007"
+#define LSMDATE "04Jan07"
-#define PROG_COPYRIGHT "Copyright (C) %d-2006 Free Software Foundation Europe e.V.\n"
-#define BYEAR "2006" /* year for copyright messages in progs */
+#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-2006 Free Software Foundation Europe e.V.
+ 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.
General:
Version 2.0.0 released: 4 January 2007
03Jan07
+kes Apply Eric's fix for client name editing on RunScripts.
kes Fix an incorrect dbcheck reference to Id.
Version 1.39.34 released: