]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.5
Change text
[bacula/bacula] / bacula / technotes-2.5
index 4c3ac71b837f0f06b8ba3f2248932221bdd6cd63..b7c40cef4fec1753f492df85d25f3c09a1be83e0 100644 (file)
@@ -32,6 +32,18 @@ separator in console (!$%&'()*+,-/:;<>?[]^`{|}~)
 
 
 General:
+24Jul08
+kes  Set MALLOC_CHECK_=0 in environment before starting Bacula to
+     turn off glibc checks that prevent getting good dumps.
+kes  Implement console 'wait mount' command. Doesn't yet work.
+kes  Implement timeout=nn on console 'wait mount timeout=nn' command.
+kes  Break the do_swapping into do_unload, do_swapping, and
+     do_load.  It is much more logical that way.
+kes  Implement a set_dcr_from_vol subroutine in acquire.c for
+     reading volumes. This allows the dcr to be refreshed after being
+     zapped when the wrong volume is mounted.
+     This should fix bug #1126 -- During multiple tape restore, bacula 
+     does not ask for physical tape change, but rereads same tape
 23Jul08
 kes  Apply patch submitted for bug #1107 with a small modification.
      This fixes a bug where bcopy copied too many records.