]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Add drive name to reserved Volume list printout in SD.
[bacula/bacula] / bacula / kernstodo
index f89e82461bb3e8094c87f9f84c8ed6c054f10e71..c2539350a05d61a47e97ab5374feaaf986a9231f 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     04 August 2005
+                     13 August 2005
 
 Major development:      
 Project                     Developer
@@ -9,19 +9,18 @@ Version 1.37                Kern (see below)
 
 Final items for 1.37 before release:
 1. Fix bugs
-- Tape xxx in drive 0, requested in drive 1
-- The mount command does not work with drives other than 0.
 - Look at fixing restore status stats in SD.
-- My database is growing
 
 -  --without-openssl breaks at least on Solaris.
-9. Run the regression scripts on Solaris and FreeBSD
 -  Figure out how to package gui, and rescue programs.
 -  Test TLS.
 -  Arno had to do -- to get update slots=x to work
    UPDATE Media SET InChanger=0,Slot=0 WHERE InChanger>0 AND Slot>0; (MySQL)
 
 Document:
+- datadir for po files.
+- AM_GNU_GETTEXT finds the library if you specify 
+  --with-libintl-prefix
 - Document cleaning up the spool files:
   db, pid, state, bsr, mail, conmsg, spool
 - Document the multiple-drive-changer.txt script.
@@ -30,6 +29,9 @@ Document:
   records have been removed from the catalog.
 
 For 1.39:
+- Allow Check Labels to be used with Bacula labels.
+- "Resuming" a failed backup (lost line for example) by using the
+  failed backup as a sort of "base" job.
 - Look at NDMP
 - Email to the user when the tape is about to need changing x
   days before it needs changing.
@@ -1408,3 +1410,14 @@ Block Position: 0
   a reservation?
 - Multi-drive changer seems to only use drive 0
   Multiple drives don't seem to be opened.
+- My database is growing
+- Call GetLastError() in the berrno constructor rather
+  than delaying until strerror.
+- Tape xxx in drive 0, requested in drive 1
+- The mount command does not work with drives other than 0.
+- A mount should cause the SD to re-examine what Slot is   
+  loaded.
+- The SD locks on to the first available drive then
+  wants a Volume that is released but in another drive --
+  chaos.
+- Run the regression scripts on Solaris and FreeBSD