]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.39
1a4bca88f1fcb2a4d8e17889223912dcde5adb4a
[bacula/bacula] / bacula / kes-1.39
1               Technical notes on version 1.39  
2                         Kern Sibbald
3
4 General:
5
6 Changes to 1.39.2:
7 08Dec05
8 - Apply patch supplied by user (slightly modified) to fix
9   correct detection of holes in block devices and FIFOs. 
10   Bug # 506.
11 - Apply patch supplied by user (slightly modified) 
12   to fix SD hang with multiple pools and bad client
13   IP. Fixes bug # 508.
14 07Dec05
15 - Add nagios plugin to the examples directory. Submitted by
16   Christian Masopust.
17 - Remove warning message about multiple saves of hardlinked files
18   from find_one.c as it can generate too many warning messages.
19 - Modify most restore error messages to be queued so that they
20   appear at the end of the job rather than mixted with the restore
21   listing where they could be "lost".
22 06Dec05
23 - Reset timeout values before select() per patch from 
24   Frank Sweetser for problems with non-blocking sockets.
25 - Unlink the state file if either reading or writing it gets
26   errors.  Hopefully this will fix Win32 exit problems.
27 - Add sanity check in append.c to ensure that dcr is not NULL.
28   This can happen if multiple drive autochanger SCSI control
29   channel and drive indicies do not correspond.
30 05Dec05
31 - Get next volume from Scratch pool before creating a volume.
32 - Set new Pool defaults in Vol when moved from Scratch Pool.
33 - Remove argument from create_bacula_database for SQLite as it
34   caused an error.
35 - Add back index code so that two drive autochangers can get
36   a second tape.
37 - Change a bunch of debug levels to aid debugging autochangers.
38 - Fix reservation so that mutexes are properly applied.
39 - Rework reservation algorithm so that two drives can be used
40   at the same time.
41 04Dec05
42 - Landon merged his data encription changes into the HEAD
43 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at 
44   If this patch is applied, the number of days can be specified with
45   "list nextvol days=xx"
46   or
47   "status dir days=xx"
48   My use case is to be able to preview the next scheduled job (and the 
49   next tape to be used) on fridays if there are no scheduled jobs during 
50   the weekend.
51 Changes to 1.39.1:
52 03Dec05
53 - Fix font code in gnome2 console user patch. Fixes bug #501.
54 - Fix malformatted bnet error message that caused seg fault
55   fixes bug 502
56 - Applied user patch to improve README.vc8 in src/win32.
57 29Nov05
58 - Add Migrate, Copy, Archive Job types (some where there)
59 - Correct some more editing of JobId's (for 64 bit compatibility).
60 - Ensure that StorageId is stored in Media record when ever possible.
61 - Add Migration Job to Job.
62 - Add Migration Time, Migration High Bytes, Migration Low Bytes
63   Next Pool to Pool resource.
64 - Add more code to mac.c (migration archive copy).
65 - Change Start Storage daemon job to require read and write storage
66   pointers.
67 - Pass read storage data to SD as well as write storage data.
68 - Remove old code from winservice.cpp
69 - Break on error in scan.
70 - Fix typo in signal.c
71 - Separate read/write DCR in SD.  Add jcr->read_dcr.
72 - Cleanup how find_device() works.
73 - Add read output to Status in SD.
74 Changes to 1.39.0:
75 23Nov05
76 - Add red-black btree routines
77 21Nov05
78 - Remove abs() in bfile.c so that it compiles on Solaris. 
79   Bug #491.
80 20Nov05
81 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
82 - Fix bnet-server bug found on OpenBSD. Bug #486
83 - Fix cancel failure bug. Bug #481
84 - Fix failure when Pool name has spaces. Bug #487   
85 - Fix SD crash in autochanger code. Mutex failure. Bug #488
86 - Fix a couple of free()s in src/filed/acl.c
87 - Fix memory overrun in bfile.c in building OS X resource
88   fork filename. Bug #489 
89 - Add Pool name to SD status output.
90 14Nov05
91 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
92 - Make sure to set storage before trying to set drive.
93 - Add bacula_mail_summary.sh to examples directory. It makes
94   a single email summary of any number of jobs. Submitted
95   by Adrew J. Millar.
96 - Make sure when we do a mount to unblock the device even
97   if the drive could not be opened.  
98 13Nov05
99 - Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
100   and correct a few minor problems to make it build on Linux.
101 10Nov05
102 - Remove delete of CVS from all Makefiles
103 - Fix seg fault when clicking on Add button in wx-console
104   restore panel.  Bug #470.
105 - Fix copyright date and URL typo -- bug #468.
106 - Change autostart install for FreeBSD to look for rc.conf  
107   rather than rc.local as suggested fix for bug #466.
108 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
109   grant on status. Bug #465
110 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
111   update script. Bug #464
112 - Tweak #ifdefing a bit in new Win32 stream code.
113 - Fix #ifdeffing for FD_NO_SEND_TEST.
114 - Add documentation of performance #defines