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