]> 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 2e77799bb3c0e413d2f17c9e927c73fc86bca525..fa891f1372ab29eadc95aeb4c5286530da635bea 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     20 May 2005
+                     27 May 2005
 
 Major development:      
 Project                     Developer
@@ -52,21 +52,15 @@ Document:
 - Document testing
 - Document that ChangerDevice is used for Alert command.
 - Document new CDROM directory.
+- Document Heartbeat Interval in the dealing with firewalls section.
 
 For 1.37:
-- Make bootstrap filename unique.
-- From Chris Hull:
-   it seems to be complaining about 12:00pm which should be a valid 12
-   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.
+- Implement "PreferMountedVolumes = yes|no" in Job resource.
 === rate design
   jcr->last_rate
   jcr->last_runtime
   MA = (last_MA * 3 + rate) / 4
   rate = (bytes - last_bytes) / (runtime - last_runtime)
-- Add "limit=n" for "list jobs"
-- Make Dmsg look at global before calling subroutine.
 - Despool attributes simultaneously with data in a separate
   thread, rejoined at end of data spooling.
 - Implement Files/Bytes,... stats for restore job.
@@ -75,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.
@@ -94,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
@@ -142,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.  
@@ -1284,4 +1272,16 @@ Block Position: 0
 - Add a date and time stamp at the beginning of every line in the 
   Job report (Volker Sauer).
 - Add level to estimate command.
-
+- Add "limit=n" for "list jobs"
+- Make bootstrap filename unique.
+- Make Dmsg look at global before calling subroutine.
+- From Chris Hull:
+   it seems to be complaining about 12:00pm which should be a valid 12
+   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, ...