From ad9997a5155a445ad02014296ec3ccb474f512b9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 26 Feb 2003 16:25:17 +0000 Subject: [PATCH] Additional message plus exclusion fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@353 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 10 ++++++++++ bacula/src/version.h | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/bacula/kernstodo b/bacula/kernstodo index bffef038f8..7791de6441 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -16,6 +16,16 @@ Testing to do: (painful) - multiple simultaneous Volumes For 1.30 release: +- Have Bacula "poll" the tape to see if it is there. +- Add more of the config info to the tape label. +- Look for default.bsr, and if not found, create dummy bsr allowing + any volume. +- If config file not found in utility programs, pluge on + anyway. +- Apparently cancel does not work for jobs waiting to be + scheduled. +- Implement bar code reader for autochangers +- Pull a canceled job from the Scheduling queue. - Add a default File storage so that new users can do backup and restores right away. - Implement a Mount Command and an Unmount Command where diff --git a/bacula/src/version.h b/bacula/src/version.h index 15cb61fc21..f3073d05c8 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ #define VERSION "1.30" #define VSTRING "1" -#define BDATE "11 February 2003" -#define LSMDATE "11Feb03" +#define BDATE "26 February 2003" +#define LSMDATE "26Feb03" /* Debug flags */ #define DEBUG 1 -- 2.39.5