]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-1.39
kes Add code in catreq.c to reject volumes not marked Enabled.
[bacula/bacula] / bacula / technotes-1.39
index e247791827f6b98313e23d05d17a0f8ef1c1cc87..aced4539110b31bf456c50e1b5e2e39e1f1ea1f1 100644 (file)
@@ -1,6 +1,20 @@
               Technical notes on version 1.39  
 
 General:
+23Dec06
+kes  Add code in catreq.c to reject volumes not marked Enabled.
+kes  Add a few more ACL access checks.
+kes  Add \n in gnome2-console restore command so that output prints 
+     nicer -- i.e. lines do not run together.
+kes  Fix autolabeling so that it will not mark a volume in error
+     if the volume was not actually opened. This should fix bugs
+     #737 and 738.
+kes  Require tape drive to be open before autolabeling.
+kes  Require explicit mount command on non-tapes before autolabeling.
+kes  Implement an open_client_db() that searches the keywords for
+     either a catolg or client, and opens the appropriate catalog.
+     This makes Bacula adjust better to multiple catalogs.
+kes  Use more name() methods for resources rather than hdr.name.
 22Dec06
 kes  Fix code to check for two resources of same name. It forgot
      to check the last entry.  Fixes bug #734.