]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.3
ebl Update
[bacula/bacula] / bacula / technotes-2.3
index b7dd8ccac312207a949b039a1c5c9d8dc26e207e..a69baf6b68826f13c0f671462f5b484d74f67823 100644 (file)
@@ -24,6 +24,22 @@ Add long term statistics job table
 
 
 General:
+02Apr08
+kes  Apply patch from bug #1069 that corrects spurious error messages
+     when ACLs enabled on SGI but no ACL exists.
+ebl  Fix small segfault in bacula-sd when debug level is 500
+kes  Modify run_program() and run_program_full_output() to use
+     call by reference for the results string. This corrects a long
+     standing problem where the address of the string may be changed
+     in the subroutine but not in the calling program.
+01Apr08
+kes  Re-enable code to remember last volume mounted on a non-tape
+     Autochanger.
+kes  Add patch supplied in bug #1068 that fixes a SD crash when using
+     a Virtual autochanger.
+kes  Generate correct JobMedia records during spooling/despooling when
+     running concurrent jobs.  Thanks to Tom Ivar Helbekkmo
+     <tih@hamartun.priv.no> for excellent analysis and testing.
 31Mar08
 kes  Tweak hash algorithm for htable using Martin Simmons idea
      for doing a circular shift.