]> git.sur5r.net Git - bacula/bacula/blob - bacula/patches/1.34.6/patches-1.34.6
ebl Add patch to allow a more easy selection for restore
[bacula/bacula] / bacula / patches / 1.34.6 / patches-1.34.6
1   
2 Note: the patches listed here are not in their order of creation.
3
4 1.34.6-block.patch:
5  In some cases, Bacula will get an error
6  on a tape and not be able to write and EOF mark. In this
7  case, the tape will no longer be readable. When this happens,
8  Bacula tries to plunge on but gets into lots of trouble.
9  This patch should fix that by immediately marking the Job
10  in error, and by avoiding running through code that doesn't
11  make any sense after a fatal error.
12
13 1.34.6-deadlock.patch:
14  This patch fixes two problems: 1. A deadlock between the job
15  queue scheduler and the watchdog thread. 2. A bad initialization
16  of the watchdog queue which could cause memory corruption. It also
17  reduces the watchdog granularity from 1 second to 10 seconds.
18
19 1.34.6-duration.patch:
20  Patch to allow more natural input of time durations.
21  Permitted form is "1 day 2 hours 5 sec" with and without
22  spaces. The different duration specifications (day, hour, ...) 
23  can be in any order.
24
25 1.34.6-find.patch:
26  This patch fixes a problem where the Options are not properly passed
27  from the last Option group to the NULL option group -- i.e. some of
28  the files do not get the correct options.
29
30 1.34.6-gnome-console-Makefile.in.patch:
31  This patch fixes an error in the Gnome 1.4 Makefile.
32
33 1.34.6-poll.patch:
34  This patch fixes two bugs:
35  1. It ignores an device open failure if polling.
36  2. It disables the insanity check on reading the 
37     tape label while polling. Normally the check
38     doesn't allow the label to be read more than 100
39     times.
40
41 1.34.6-pool.patch:
42  This patch fixes a bug where Inc, Diff, and Full Pool overrides
43  would incorrectly override a Pool= on the Run card. The patch
44  also includes the Pool actually used in the Job Report.
45
46 1.34.6-resched.patch:
47  This patch fixes two bugs in the job queue scheduling:
48  1. It clears the SD status when rescheduling a job so that
49     the correct status will be displayed by the Director.
50  2. When starting a reschedule thread, it decrements the jcr
51     use_count so that the job will not become a zombie.
52
53 1.34.6-slots.patch:
54  This patch eliminates unwanted output (some 5000 lines) when doing
55  an "update slots" command.
56
57 15Oct03
58 1.34.6-ACL.patch:
59  This patch fixes a bug where the enable_acl=yes flag was not
60  being properly received by the File daemon.
61