X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fkes-1.37;h=0967cdf55ff2af43f7db6b83ee6ac6d182c36275;hb=c2c59c0761435ad6b196eea11878a2bcbfdf99d7;hp=4b01474a426d793a536abd59b8e0df9f9f186689;hpb=65f44eb30372e6a83351ea721cbd5020b4a3d9ec;p=bacula%2Fbacula diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index 4b01474a42..0967cdf55f 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -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.