]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.39
ab6b2c0e4a43ad1170e88fbf7810f7ce83b1d2a6
[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.3:
7 22Dec05
8 - Simplify code in askdir.c that waits for creating an appendable
9   volume so that it can handle multiple returns from the wait
10   code.
11 - Modify the wait code to permit multiple returns.
12 - Return a zero when "autochanger drives" is called and
13   it is not an autochanger.
14 - Make rewind_dev() a method taking a DCR as an argument.
15   This permits closing and reopening the drive if the
16   rewind fails as happens if the drive was loaded while the
17   file descriptor was open. This refreshes the file descriptor.
18 - Remove the ST_OPENED flag and always rely on fd < 0 for knowing
19   if the device is open or not.  This should eliminate
20   Arnos problem.
21 - Return error if reserve cannot find at least one suitable device.
22 - Make wait_for_sysop() return correct state information.
23 - Fix Win32 state file problem. write was not using compat
24   code. This should fix bug #500.
25 21Dec05
26 - Modify gui on command to set only GUI mode and not batch.
27 - Modify .messages command to always print messages regardless
28   of the mode.
29 - If GUI mode is on, suppress automatic printing of 
30   You have messages. 
31 - Delete old bnet packet code.
32 - Ignore new BNET_START_SELECT and BNET_END_SELECT signals in
33   wx-console.
34 - Modify restore command in wx-console to set gui on and to use
35   only .messages instead of messages.  Hopefully this fixes bug
36   #514.
37 - Fix seg fault in exit of acquire when canceling a job --
38   reported by Wolfgang Denk
39 - Pull in latest reservation system changes from 1.38
40 - Make .messages command always print messages regardless
41   of the automessages flag.
42 17Dec05
43 - Fix seg fault if user labels a drive directory bug #513
44 - Remove quotes around Version as it breaks things.
45 16Dec05
46 - Merge in Aleksandar Milivojevic's mods to the spec file.
47 - Apply sparse code fix for raw drives and fifos. Bug 506
48 - Thorsten fixed Unicode cd problem with wx-console bug 505.
49 14Dec05
50 - Correct reservation system to do a last ditch try
51   for any mounted volume, then anyone anywhere.
52 - Add quotes around table Version because of
53   error in MySQL 4.1.15 -- bug report submitted.
54 - Correct some minor problems with btape in the fill
55   command.
56 - Updates to ssh-tunnel from Joshua Kugler.
57 - Added a report.pl program from Jonas Bjorklund.            
58 - Simplify the O_NONBLOCK open() code for tape drives,
59   and always open nonblocking.
60 - Do not wait for open() if EIO returned (shouldn't happen).
61 - Eliminate 3 argument to tape open().
62 - Correct the slot # edited in the 3995 Bad autochanger unload
63   message.
64 - With -S on bscan (show progress) do not divide by zero.
65 13Dec05
66 - Make cancel pthread_cond_signal() pthread_cond_broadcast().
67 - When dcr is freed, also broadcast dev->wait_next_vol signal.
68 - Remove unused code in wait_for_device.  
69 - Make wait_for_device() always return after 60 seconds of wait.
70
71 Changes to 1.39.2:
72 13Dec05
73 - Add stubs for non-crypto build.
74 12Dec05
75 - Use localhost if no network configured
76 11Dec05
77 - Eliminated duplicate MaxVolBytes in cat update -- bug 509.
78 - Remove debug print.
79 - Add bail_out in error during state file reading.
80 10Dec05
81 - Merge changes made to 1.38.3 into HEAD
82 - Add stubs for pygtk-console code
83 - Create Makefile.in for pygtk-console code
84 09Dec05
85 - Merge updates into 1.38 branch
86 - Update specs to include mysql4 define.
87 - Fix when attributes are sent, must be after binit().
88 - Stop read_record() if status not ok in second loop.
89 - Return rec->FileIndex in dcr->VolLastIndex for normal
90   and partial records in read_record().  This allows bscan
91   to get FileIndex at EOT correct.
92 - Fix butil.c to correctly set dcr -- fixes seg fault in bls.
93 08Dec05
94 - Fix Win32 built to work with new crypto code.
95 - Apply patch supplied by user (slightly modified) to fix
96   correct detection of holes in block devices and FIFOs. 
97   Bug # 506.
98 - Apply patch supplied by user (slightly modified) 
99   to fix SD hang with multiple pools and bad client
100   IP. Fixes bug # 508.
101 07Dec05
102 - Add nagios plugin to the examples directory. Submitted by
103   Christian Masopust.
104 - Remove warning message about multiple saves of hardlinked files
105   from find_one.c as it can generate too many warning messages.
106 - Modify most restore error messages to be queued so that they
107   appear at the end of the job rather than mixted with the restore
108   listing where they could be "lost".
109 06Dec05
110 - Reset timeout values before select() per patch from 
111   Frank Sweetser for problems with non-blocking sockets.
112 - Unlink the state file if either reading or writing it gets
113   errors.  Hopefully this will fix Win32 exit problems.
114 - Add sanity check in append.c to ensure that dcr is not NULL.
115   This can happen if multiple drive autochanger SCSI control
116   channel and drive indicies do not correspond.
117 05Dec05
118 - Get next volume from Scratch pool before creating a volume.
119 - Set new Pool defaults in Vol when moved from Scratch Pool.
120 - Remove argument from create_bacula_database for SQLite as it
121   caused an error.
122 - Add back index code so that two drive autochangers can get
123   a second tape.
124 - Change a bunch of debug levels to aid debugging autochangers.
125 - Fix reservation so that mutexes are properly applied.
126 - Rework reservation algorithm so that two drives can be used
127   at the same time.
128 04Dec05
129 - Landon merged his data encription changes into the HEAD
130 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at 
131   If this patch is applied, the number of days can be specified with
132   "list nextvol days=xx"
133   or
134   "status dir days=xx"
135   My use case is to be able to preview the next scheduled job (and the 
136   next tape to be used) on fridays if there are no scheduled jobs during 
137   the weekend.
138 Changes to 1.39.1:
139 03Dec05
140 - Fix font code in gnome2 console user patch. Fixes bug #501.
141 - Fix malformatted bnet error message that caused seg fault
142   fixes bug 502
143 - Applied user patch to improve README.vc8 in src/win32.
144 29Nov05
145 - Add Migrate, Copy, Archive Job types (some where there)
146 - Correct some more editing of JobId's (for 64 bit compatibility).
147 - Ensure that StorageId is stored in Media record when ever possible.
148 - Add Migration Job to Job.
149 - Add Migration Time, Migration High Bytes, Migration Low Bytes
150   Next Pool to Pool resource.
151 - Add more code to mac.c (migration archive copy).
152 - Change Start Storage daemon job to require read and write storage
153   pointers.
154 - Pass read storage data to SD as well as write storage data.
155 - Remove old code from winservice.cpp
156 - Break on error in scan.
157 - Fix typo in signal.c
158 - Separate read/write DCR in SD.  Add jcr->read_dcr.
159 - Cleanup how find_device() works.
160 - Add read output to Status in SD.
161 Changes to 1.39.0:
162 23Nov05
163 - Add red-black btree routines
164 21Nov05
165 - Remove abs() in bfile.c so that it compiles on Solaris. 
166   Bug #491.
167 20Nov05
168 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
169 - Fix bnet-server bug found on OpenBSD. Bug #486
170 - Fix cancel failure bug. Bug #481
171 - Fix failure when Pool name has spaces. Bug #487   
172 - Fix SD crash in autochanger code. Mutex failure. Bug #488
173 - Fix a couple of free()s in src/filed/acl.c
174 - Fix memory overrun in bfile.c in building OS X resource
175   fork filename. Bug #489 
176 - Add Pool name to SD status output.
177 14Nov05
178 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
179 - Make sure to set storage before trying to set drive.
180 - Add bacula_mail_summary.sh to examples directory. It makes
181   a single email summary of any number of jobs. Submitted
182   by Adrew J. Millar.
183 - Make sure when we do a mount to unblock the device even
184   if the drive could not be opened.  
185 13Nov05
186 - Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
187   and correct a few minor problems to make it build on Linux.
188 10Nov05
189 - Remove delete of CVS from all Makefiles
190 - Fix seg fault when clicking on Add button in wx-console
191   restore panel.  Bug #470.
192 - Fix copyright date and URL typo -- bug #468.
193 - Change autostart install for FreeBSD to look for rc.conf  
194   rather than rc.local as suggested fix for bug #466.
195 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
196   grant on status. Bug #465
197 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
198   update script. Bug #464
199 - Tweak #ifdefing a bit in new Win32 stream code.
200 - Fix #ifdeffing for FD_NO_SEND_TEST.
201 - Add documentation of performance #defines