]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add patch
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 20 Nov 2008 09:04:11 +0000 (09:04 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 20 Nov 2008 09:04:11 +0000 (09:04 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@8065 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/Patchnotes-2.4

index c95e0a039bc1738ae4391b84f2e16c18e6aec6dc..fe58141cf256124d2db80b6c5501e7fc455e86eb 100644 (file)
@@ -18,43 +18,47 @@ Patches Committed:
 2.4.3-win32-runscript-unicode-path.patch
 
 Patches being Tested:
+20Nov08
+2.4.3-cancel-after-network-outage.patch
+ebl  backport from trunk. Use select() with a timeout to recieve the 
+     JobEnd message.
 18Nov08
 2.4.3-purge-bug.patch
-kes This patch corrects appears to fix bug #1188, where a Volume can
-    be purged while it is being written.
-kes This patch used the jcr stored in the BSOCK packet during callbacks
-    to the Director rather than looking them up in the JCR list.
+kes  This patch corrects appears to fix bug #1188, where a Volume can
+     be purged while it is being written.
+kes  This patch used the jcr stored in the BSOCK packet during callbacks
+     to the Director rather than looking them up in the JCR list.
 07Nov08
 2.4.3-jobs.patch
-kes If you start more than 60 jobs within a 1 minute period, the unique
-    jobname (critical for the daemons) can be duplicated leading to 
-    authentication failures and orphaned jobs.
-kes FD jobs that fail SD authentication were not properly cleaned up.
+kes  If you start more than 60 jobs within a 1 minute period, the unique
+     jobname (critical for the daemons) can be duplicated leading to 
+     authentication failures and orphaned jobs.
+kes  FD jobs that fail SD authentication were not properly cleaned up.
 03Nov08
 2.4.3-getmsg.patch
-kes  Patch to use BSOCK jcr rather than searching for it.
+kes   Patch to use BSOCK jcr rather than searching for it.
 02Nov08
 2.4.3-orphaned-jobs.patch
-kes  This patch fixes a case of orphaned jobs (and possible deadlock)
-     during pruning.
+kes   This patch fixes a case of orphaned jobs (and possible deadlock)
+      during pruning.
 28Oct08
 2.4.3-migrate-log.patch
-kes This patch should cause all Job Log records to be migrated when the
-    Job is migrated. It fixes the second issue reported in bug #1171.
+kes  This patch should cause all Job Log records to be migrated when the
+     Job is migrated. It fixes the second issue reported in bug #1171.
   
 2.4.3-migrate.patch
-kes This patch should prevent migration jobs from attempting to migrate
-    jobs that failed.
+kes  This patch should prevent migration jobs from attempting to migrate
+     jobs that failed.
 
 2.4.3-prune.patch
-kes This patch should fix the bug reported on the bacula-users list where
-    a retention period of 100 years does immediate prunning.
+kes  This patch should fix the bug reported on the bacula-users list where
+     a retention period of 100 years does immediate prunning.
 
 2.4.3-update-slots.patch
-ebl This patch corrects a problem when removing a volume from
-    an autochanger and the slot is still empty when running
-    update slots command. #1175
+ebl  This patch corrects a problem when removing a volume from
+     an autochanger and the slot is still empty when running
+     update slots command. #1175
 
 2.4.3-win32-runscript-unicode-path.patch
-ebl This patch fix #1110 about a problem when executing a program with
-    Unicode path.
+ebl  This patch fix #1110 about a problem when executing a program with
+     Unicode path.