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