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