]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.3
This patch fixes bug #1012 where the job is canceled because
[bacula/bacula] / bacula / technotes-2.3
index 3ba9dfe87c09ba1e8917009a4341720729f760cb..9044407aba633744e3495005027d4e0f41bf47c7 100644 (file)
@@ -1,6 +1,26 @@
               Technical notes on version 2.3
 
 General:
+30Nov07
+kes  This patch fixes bug #1012 where the job is canceled because
+      of Max Run Time exceeded when the job has not yet started.
+29Nov07
+ebl  Apply Richard Mortimer patch that fixes #1016 when there are more than 
+     one "part" to write.  Instead of each part being stored on disk, 
+     written to DVD, then deleted from disk, all parts are written to disk,
+     and only the last is written and deleted from disk.
+kes  This patch fixes the status command to include the formating string for
+     JS_AttrInsterting.  It fixes bug #1021.
+kes  This patch should fix the Mac OS X build problem on the latest
+     Darwin, where sys/types.h was not included correctly (apparently
+     due to a change in the Mac headers).  The solution was to explicitly
+     ensure that it is defined for the ./configure.
+     This patch also has a rebuild of configure that includes the Debian
+     qt4 kludge (look for alternate qt4 names).
+     This patch fixes bug #1020.
+kes  This patch should ensure that queued messages to the console are
+     displayed as soon as possible.  It should fix bug 1007, but has been
+     reported not to work.
 14Nov07
 kes  This patch fixes the infinite loop when trying to increase the
      maximum number of volumes in a Pool during the add command.