]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Rename Patchnotes-2.4 file to avoid conflict with patches/
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 20 Nov 2008 08:58:27 +0000 (08:58 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 20 Nov 2008 08:58:27 +0000 (08:58 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@8064 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/Patchnotes-2.4 [new file with mode: 0644]
bacula/patchnotes-2.4 [deleted file]

diff --git a/bacula/Patchnotes-2.4 b/bacula/Patchnotes-2.4
new file mode 100644 (file)
index 0000000..c95e0a0
--- /dev/null
@@ -0,0 +1,60 @@
+               Patch notes on version 2.4
+
+Patches Released to Source Forge:
+03Nov08
+2.4.3-orphaned-jobs.patch
+
+Patches Committed:
+18Nov08
+2.4.3-purge-bug.patch
+2.4.3-getmsg.patch
+28Oct08
+2.4.3-jobs.patch
+2.4.3-orphaned-jobs.patch
+2.4.3-migrate-log.patch
+2.4.3-migrate.patch
+2.4.3-prune.patch
+2.4.3-update-slots.patch
+2.4.3-win32-runscript-unicode-path.patch
+
+Patches being Tested:
+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.
+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.
+03Nov08
+2.4.3-getmsg.patch
+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.
+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.
+  
+2.4.3-migrate.patch
+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.
+
+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
+
+2.4.3-win32-runscript-unicode-path.patch
+ebl This patch fix #1110 about a problem when executing a program with
+    Unicode path.
diff --git a/bacula/patchnotes-2.4 b/bacula/patchnotes-2.4
deleted file mode 100644 (file)
index c95e0a0..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-               Patch notes on version 2.4
-
-Patches Released to Source Forge:
-03Nov08
-2.4.3-orphaned-jobs.patch
-
-Patches Committed:
-18Nov08
-2.4.3-purge-bug.patch
-2.4.3-getmsg.patch
-28Oct08
-2.4.3-jobs.patch
-2.4.3-orphaned-jobs.patch
-2.4.3-migrate-log.patch
-2.4.3-migrate.patch
-2.4.3-prune.patch
-2.4.3-update-slots.patch
-2.4.3-win32-runscript-unicode-path.patch
-
-Patches being Tested:
-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.
-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.
-03Nov08
-2.4.3-getmsg.patch
-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.
-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.
-  
-2.4.3-migrate.patch
-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.
-
-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
-
-2.4.3-win32-runscript-unicode-path.patch
-ebl This patch fix #1110 about a problem when executing a program with
-    Unicode path.