]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.3
kes Begin implemention of Optimize Job Scheduling.
[bacula/bacula] / bacula / technotes-2.3
index 4d1d4e8842cc11af8d3d3e8d3ead3f3abe0b2d14..214b347421d83f1f0f50d1445f486126fd9bc5e2 100644 (file)
@@ -1,6 +1,29 @@
               Technical notes on version 2.3
 
 General:
+17Sep07
+kes  Begin implemention of Optimize Job Scheduling.
+kes  Implement restore callback that Dirk and I agreed on for bat 
+     restore.
+kes  Fix SQL Catalog logging which broke with new db_escape_string 
+     calling sequence.
+14Sep07
+kes  Fix bacula_cats.def for new db_escape_string().
+kes  Increase size of name string when FD making connection to SD.
+     May fix bug #953.
+13Sep07
+kes  Add code to help Dan debug 2drive-incremental-2disk test.
+kes  Add code to try to fix bug #908.
+kes  Add waits to multiple exit detection code to try to force pid
+     file to always be deleted.
+kes  Restore good dev.tar.gz to rescue set appropriate binary property.
+     This fixes bug #950.
+kes  Fix seg fault in error exit of acquire_for_read after unsuccessfully
+     trying to switch drives by checking for blocking before unblocking.
+     Fixes bug #906.
+kes  Cancel storage daemon in all cases where FD reports error. This
+     should fix virtually all cases of bug #920.
+kes  Fix db_escape_string() for MySQL which did not compile.
 12Sep07
 kes  Fix error message that was clobbered when Dir tells SD it does not
      have write permission on Volume.  This should fix a minor point