From fd580834a6742d5b5fae024fc8b14deff28ebba3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 4 Sep 2004 18:51:11 +0000 Subject: [PATCH] Finish isolinux CDROM implementation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1581 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 8 +++++++- bacula/src/version.h | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bacula/kernstodo b/bacula/kernstodo index 45e793b616..88dcf7f2e5 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -11,7 +11,8 @@ Version 1.35 Kern (see below) ======================================================== 1.35 Items to do for release: -- Bacula rescue CDROM implement isolinux +- Restore c: with a prefix into /prefix/c/ to prevent c: and d: + files with the same name from overwritting each other. - Add new DCR calling sequences everywhere in SD. This will permit simultaneous use of multiple devices by a single job. - Look at patches/bacula_db.b2z postgresql that loops during restore. @@ -107,6 +108,10 @@ Testing to do: (painful) For 1.37 Testing/Documentation: +- Add "Allow multiple connections" in Catalog resource to open a new + database connection for each job. +- Allow Simultaneous Priorities = yes => run up to Max concurrent jobs even + with multiple priorities. - Fix find_device in stored/dircmd.c:462 (see code) - Add db check test to regression. Test each function like delete, purge, ... @@ -1290,4 +1295,5 @@ Block Position: 0 - Fix error handling in spooling both data and attribute. - Implement Ignore FileSet Change. - Doc new duration time input editing. +- Bacula rescue CDROM implement isolinux diff --git a/bacula/src/version.h b/bacula/src/version.h index 81a4f94f2f..3f9a1bbb7f 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ #undef VERSION #define VERSION "1.35.3" -#define BDATE "03 September 2004" -#define LSMDATE "03Sep04" +#define BDATE "04 September 2004" +#define LSMDATE "04Sep04" /* Debug flags */ #undef DEBUG -- 2.39.5