]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.37
- Lots of documentation.
[bacula/bacula] / bacula / kes-1.37
index 4b01474a426d793a536abd59b8e0df9f9f186689..0967cdf55ff2af43f7db6b83ee6ac6d182c36275 100644 (file)
@@ -4,6 +4,24 @@
 General:
 
 Changes to 1.37.28:
+11Jul05
+- Lots of documentation.
+- Do not prune volume marked as append when needing a
+  new Volume.
+- Print a warning message in SD if a non-used Volume
+  is specified and autolabel not turned on.
+- Correct a bug in chksum.c concerning SHA1 signatures 
+  (an * should have been & when checking for a bit flag).
+- Print File:Block for all label records in label.c -- concerns
+  primarily bls when doing Job listings (-j).
+- Correct is_volume_in_use() to return false if testing
+  on the same device where the Volume is already mounted.
+- Define a init_done flag in the SD that is set when the
+  devices are initialized and make users connecting wait.
+  This prevents useless connect failure warning messages.
+- Do additional device locking in ask_op_to_mount_volume()
+  to prevent race conditions with a user labeling a Volume
+  or autolabeling.
 09Jul05
 - Add a test for error return from bnet_wait... in heartbeat.c
   in FD to avoid CPU loop.