From 8236d1bc52db292d9552a5ccd124fa850b862e8f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 2 Dec 2003 19:52:20 +0000 Subject: [PATCH] Update release notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@819 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ReleaseNotes | 13 ++++++++++--- bacula/kernstodo | 7 +++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index c9c24cf975..bfe9d2c4e3 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -4,10 +4,15 @@ Bacula code: Total files = 259 Total lines = 78,302 (*.h *.c *.in) Most Significant Changes since 1.32d -- Implement "update slots scan" that reads the volume label. -- Turn off changer Volumes that are not current in the changer. +- Implement "update slots scan" that reads the volume label(s). +- The full form of the scan is "scan=1,2,4-5,7". With no specification, + all occupied slots are scanned. +- Turn off changer Volumes that are not current in the changer when + an "update slots" is done, or if any tape operation discovers that + the right volume is not in the slot. - Enhance "fill" command of btape. -- Added an autochanger test to the btape test command. +- Added an autochanger test to the btape test command. It is automatically + invoked if the autochanger is properly configured. - New "estimate" and "lsmark" in restore command. Estimate gives a byte estimate for the restore, and lsmark does an ls listing of marked files. @@ -38,3 +43,5 @@ Items to note: !!!!! - smtp has now become bsmtp - console has now become bconsole. - console.conf is now bconsole.conf +- Please don't underestimate the repercussions of the bsmtp and bconsole + name changes! diff --git a/bacula/kernstodo b/bacula/kernstodo index 9965d33f9b..a568452632 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -60,6 +60,8 @@ For 1.33 Testing/Documentation: - Document lsmark command in tree. For 1.33 +- Add data compare on write/read in btape "test". +- Make sure that 64 bit I/O packets are used on Cygwin. - Implement RestoreJobRetention? Maybe better "JobRetention" in a Job, which would take precidence over the Catalog "JobRetention". - Implement Label Format in Add and Label console commands. @@ -67,6 +69,11 @@ For 1.33 - Put email tape request delays on one or more variables. User wants to cancel the job after a certain time interval. Maximum Mount Wait? Job, Client, Device, Pool, or Volume? + Is it possible to make this a directive which is *optional* in multiple + resources, like Level? If so, I think I'd make it an optional directive + in Job, Client, and Pool, with precedence such that Job overrides Client + which in turn overrides Pool. + After 1.33: - Each DVD-RAM disk would be a volume, just like each tape is -- 2.39.5