]> git.sur5r.net Git - bacula/bacula/blob - bacula/Patchnotes-2.4
ebl update sf upload
[bacula/bacula] / bacula / Patchnotes-2.4
1                Patch notes on version 2.4
2
3 Patches Released to Source Forge:
4 03Dec08
5 2.4.3-prune-deadlock.patch
6 03Nov08
7 2.4.3-orphaned-jobs.patch
8
9 Patches Committed:
10 02Dec08
11 2.4.3-prune-deadlock.patch
12 20Nov08
13 2.4.3-unique-inchanger.patch
14 2.4.3-win32-runscript-unicode-path.patch
15 18Nov08
16 2.4.3-purge-bug.patch
17 2.4.3-getmsg.patch
18 28Oct08
19 2.4.3-jobs.patch
20 2.4.3-orphaned-jobs.patch
21 2.4.3-migrate-log.patch
22 2.4.3-migrate.patch
23 2.4.3-prune.patch
24 2.4.3-update-slots.patch
25 2.4.3-win32-runscript-unicode-path.patch
26
27 Patches being Tested:
28 20Nov08
29 2.4.3-cancel-after-network-outage.patch
30 ebl  backport from trunk. Use select() with a timeout to recieve the 
31      JobEnd message.
32 18Nov08
33 2.4.3-purge-bug.patch
34 kes  This patch corrects appears to fix bug #1188, where a Volume can
35      be purged while it is being written.
36 kes  This patch used the jcr stored in the BSOCK packet during callbacks
37      to the Director rather than looking them up in the JCR list.
38 07Nov08
39 2.4.3-jobs.patch
40 kes  If you start more than 60 jobs within a 1 minute period, the unique
41      jobname (critical for the daemons) can be duplicated leading to 
42      authentication failures and orphaned jobs.
43 kes  FD jobs that fail SD authentication were not properly cleaned up.
44 03Nov08
45 2.4.3-getmsg.patch
46 kes   Patch to use BSOCK jcr rather than searching for it.
47 02Nov08
48 2.4.3-orphaned-jobs.patch
49 kes   This patch fixes a case of orphaned jobs (and possible deadlock)
50       during pruning.
51 28Oct08
52 2.4.3-migrate-log.patch
53 kes  This patch should cause all Job Log records to be migrated when the
54      Job is migrated. It fixes the second issue reported in bug #1171.
55   
56 2.4.3-migrate.patch
57 kes  This patch should prevent migration jobs from attempting to migrate
58      jobs that failed.
59
60 2.4.3-prune.patch
61 kes  This patch should fix the bug reported on the bacula-users list where
62      a retention period of 100 years does immediate prunning.
63
64 2.4.3-update-slots.patch
65 ebl  This patch corrects a problem when removing a volume from
66      an autochanger and the slot is still empty when running
67      update slots command. #1175