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