]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-1.39
kes Fix optional files in Makefile.in of src/filed that caused
[bacula/bacula] / bacula / technotes-1.39
index f17f9edbf3b31e24db6a635a21e71dc146669cf4..ce7172b95202ccbb09d8f1ccdd9f1aee0664b111 100644 (file)
@@ -1,6 +1,25 @@
               Technical notes on version 1.39  
 
 General:
+
+20Oct06
+kes  Fix optional files in Makefile.in of src/filed that caused
+     a syntax error when using no optional files.
+15Oct06
+lf   Fix a cosmetic bug in filed.c that caused spurious OpenSSL error
+     messages; there is no reason to attempt to load a private key.
+     from master key files.  
+
+Version 1.39.24 released: 
+12Oct06 
+kes  Apply the three patches from Richard Mortimer.
+     bacula-reposition.patch, bacula-tape-reopen.patch, and
+     bacula-eod.patch. This corrects tape positioning on older devices,
+     and also a problem with btape.
+kes  Apply fix from bug report #696 where writing to a FIFO does not
+     work due to a dumb typo.
+kes  Unlock the tape door before the file descriptor is released. This
+     should fix lots of somewhat subtle failures when using an autochanger.
 11Oct06
 kes  Correct mtx-changer bug that I introduced in a recent commit, and
      pointed out by Robert Nelson -- thanks.