]> git.sur5r.net Git - bacula/bacula/blob - bacula/patches/1.36.2/patches-1.36.2
ebl Add patch to allow a more easy selection for restore
[bacula/bacula] / bacula / patches / 1.36.2 / patches-1.36.2
1
2 04Mar05 1.36.2-level.patch
3  This patch should fix a problem with th %l editing in the 
4  client (FD) where it edited nothing. With this fix, it should
5  edit "since".  
6
7 04Mar05 1.36.2-pool.patch
8  This patch corrects a problem preventing multiple 
9  simultaneous jobs from different pools.
10
11 09Mar05 1.36.2-win32-drive.patch
12  This patch will prevent the Win32 FD from printing an error message
13  when it attempts to restore the permissions for a drive (which Win32
14  doesn't permit). The error is harmless in any case.
15
16 15Mar05 1.36.2-netbsd.patch
17  This patch corrects a compile problem because of no statfs() 
18  on NetBSD. The patch was submitted by kardel with bug 258.
19
20 16Mar05 1.36.2-console.patch
21  This patch causes the output directed to a file to be
22  flushed after every line. This is a bit overkill, IMO, but
23  a user complained about it.
24
25 17Mar05 1.36.2-restore-speed.patch
26  This patch will fix a subtle bug that was introduced in 1.36.2
27  which causes Bacula to be very slow restoring a few files. This
28  is because it reads completely to the end of the Volume rather
29  than stopping when all the files on the Volume are loaded. The
30  introduction of the bug was caused by a patch that fixed 
31  Bacula truncating tapes after a restore.
32  Note that all source files will be rebuilt during the make.
33    
34 18Mar05 1.36.2-store.patch
35  This patch fails a job if no Storage resource is specified and
36  the job attempts to call the SD.
37
38 18Mar05 1.36.2-reschedule.patch
39  This patch should fix a Segfault bug when a job is rescheduled.
40  The storage pointers were being released when they should not
41  have been.
42
43 24Mar05 1.36.2-wx-console-bugfixes.patch
44  Major wx-console fixes (see src/wx-console/CHANGELOG for details).
45
46 28Mar05 1.36.2-tray-monitor-memleak.patch
47  This patch should fix memory leaks in tray-monitor.