]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.37
- Add code to catalog_update to detect NULL db pointer.
[bacula/bacula] / bacula / kes-1.37
index 1deda0081c2e9b988296113095b370cb5ae9ec9c..cf4ea53e1f60a05da8e44a5a64aaad7248d68dc8 100644 (file)
@@ -3,7 +3,26 @@
 
 General:
 
+Changes to 1.37.40:
+26Sep05
+- Add code to catalog_update to detect NULL db pointer.
+- Remove char *msg argument from catalog_request and   
+  catalog_update().
+24Sep05
+- Fix mode change open in btape.c
+- Use nonblocking opens on Linux only.
+- Move set_blocking code for tapes into method to
+  simplify main line code.
+- Cleanup the code for ensuring we advance tape on fsf.
+  This should fix IBM problems -- patch from Adam Thorton
+  was very helpful.
+- Remove test for BMT_EOD in fixup_device... this eliminates
+  need for status_dev() routine.
+- Before doing label ensure device is in read-write mode.
+
 Changes to 1.37.39:
+20Sep05
+- Tweak daemon.c berrno, copyright.
 19Sep05
 - Fix handling of temp file in mtx_changer.in, reported as
   a security bug, but it is not really.  Bug #422