]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Final changes
[bacula/bacula] / bacula / kernstodo
index e8487c9e1ad497757d7402df758af78226443e5e..eb3dee5d24f1d6fdc1667306c119850e77df8e3b 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     28 October 2005
+                     29 October 2005
 
 Major development:      
 Project                     Developer
@@ -18,21 +18,13 @@ Document:
 - Does WildFile match against full name?  Doc.
 
 For 1.39:
-- Add binary tree search for tree routines.
-- Add a new Autochanger directive "Global lock = yes|no"
-  that provides a global lock on calling mtx-changer so
-  that multiple autochanger definitions can reference
-  the same physical autochanger.
 - Look at -D_FORTIFY_SOURCE=2
 - Close STDOUT if debug_level == 0
-- Add recycle event.
-- Add scratch pool event.
-- Implement NeedVolume event
 - Add Win32 FileSet definition somewhere
 - Look at fixing restore status stats in SD.
 - Make selection of Database used in restore correspond to
   client.
-- implement a mode that says when a hard read error is
+- Implement a mode that says when a hard read error is
   encountered, read many times (as it currently does), and if the
   block cannot be read, skip to the next block, and try again.  If
   that fails, skip to the next file and try again, ...