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