]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.39
Add clean of BUILD directory.
[bacula/bacula] / bacula / kes-1.39
index d75367ee01b6682d154e40b5a7f685e4751d703d..06aa058c641a6836419937e6132f2fa5177193ca 100644 (file)
@@ -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