]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Fix wxWidgets for GTK+-2.0 without Unicode problem with non-ASCII filenames.
[bacula/bacula] / bacula / kernstodo
index c3d0325758d264c3f9ce7b8072b5f3e187397c31..fa891f1372ab29eadc95aeb4c5286530da635bea 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     26 May 2005
+                     27 May 2005
 
 Major development:      
 Project                     Developer
@@ -55,6 +55,7 @@ Document:
 - Document Heartbeat Interval in the dealing with firewalls section.
 
 For 1.37:
+- Implement "PreferMountedVolumes = yes|no" in Job resource.
 === rate design
   jcr->last_rate
   jcr->last_runtime
@@ -68,13 +69,9 @@ For 1.37:
 - Upgrade to MySQL 4.1.1 See:  
   http://dev.mysql.com/doc/mysql/en/Server_SQL_mode.html
 - Max Vols limit in Pool off by one?
-- Require restore via the restore command or make a restore Job
-  get the bootstrap file.
 - Make bootstrap file handle multiple MediaTypes (SD)
 - Test restoring into a user restricted directory on Win32 -- see
   bug report.
-- Fix 3993 error in SD. It forgets to look at autochanger
-  resource for device command, ...
 - --without-openssl breaks at least on Solaris.
 - Python:
   - Make a callback when Rerun failed levels is called.
@@ -87,8 +84,6 @@ For 1.37:
   - Make sure that Python has access to Client address/port so that
     it can check if Clients are alive.
 
-- Implement "NewVolumeEachJob = yes|no" in Dir.
-- Implement Maximum Job Spool Size
 - Remove all old Device resource code in Dir and code to pass it
   back in SD -- better, rework it to pass back device statistics.
 - Check locking of resources -- be sure to lock devices where previously
@@ -135,7 +130,7 @@ Maybe in 1.37:
 - Bug: if a job is manually scheduled to run later, it does not appear
   in any status report and cannot be cancelled.
 
-Regression tests (Scott):
+Regression tests:
 - Add Pool/Storage override regression test.
 - Add delete JobId to regression.
 - Add a regression test for dbcheck.  
@@ -1285,4 +1280,8 @@ Block Position: 0
    hour time.  I changed the time to 11:59am and everything works fine.
    Also 12:00am works fine.  0:00pm also works (which I don't think
    should).  None of the values 12:00pm - 12:59pm work for that matter.
-
+- Require restore via the restore command or make a restore Job
+  get the bootstrap file.
+- Implement Maximum Job Spool Size
+- Fix 3993 error in SD. It forgets to look at autochanger
+  resource for device command, ...