X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fkes-1.39;h=06aa058c641a6836419937e6132f2fa5177193ca;hb=287cbab0072a36c5393cc884d3043392734343a4;hp=d75367ee01b6682d154e40b5a7f685e4751d703d;hpb=4f7896c56213a88d17777db9041a9643ae541c5f;p=bacula%2Fbacula diff --git a/bacula/kes-1.39 b/bacula/kes-1.39 index d75367ee01..06aa058c64 100644 --- a/bacula/kes-1.39 +++ b/bacula/kes-1.39 @@ -2,7 +2,33 @@ Kern Sibbald General: +10Jul06 +- Add Enabled column to Location, correct some typos in DB schemas. +- Correct bug I introduced into RunScripts enum. +- Add log table to Catalog +- Purge original job migrated if the migration terminates normally. +- Cleanup purging of files/jobs so that it is done only in a + single subroutine. +- Add new VOLMGMT message class. +- Add Catalog message destination (user conf code remains to be written). +09Jul06 +- Modify read_record and friends to properly deal with migration + needs. +- Update debug code in read_record. 08Jul06 + ======================= Warning ========================== + Separate read and write storage in Jobs in the Director. This + is a major rewrite of some of the low level code and hence has + a high probability of introducing bugs. + ========================================================== + +- Move the job init code up to *before* the job is put into + the job queue (resource allocation queue). This permits the + job to establish whether it will read or write or do both. +- Add name() methods to all the resource classes. +- Implement separate read and write storage resource + allocation/deallocation in jobq.c + ======================= Warning ========================== Implemented new method of getting the default Storage from the Media record rather than from the MediaType for restore. As a fall