]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.39
f8792fe4b8ccd55137f400887e5d419d56032e38
[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.2:
7 08Dec05
8 - Fix Win32 built to work with new crypto code.
9 - Apply patch supplied by user (slightly modified) to fix
10   correct detection of holes in block devices and FIFOs. 
11   Bug # 506.
12 - Apply patch supplied by user (slightly modified) 
13   to fix SD hang with multiple pools and bad client
14   IP. Fixes bug # 508.
15 07Dec05
16 - Add nagios plugin to the examples directory. Submitted by
17   Christian Masopust.
18 - Remove warning message about multiple saves of hardlinked files
19   from find_one.c as it can generate too many warning messages.
20 - Modify most restore error messages to be queued so that they
21   appear at the end of the job rather than mixted with the restore
22   listing where they could be "lost".
23 06Dec05
24 - Reset timeout values before select() per patch from 
25   Frank Sweetser for problems with non-blocking sockets.
26 - Unlink the state file if either reading or writing it gets
27   errors.  Hopefully this will fix Win32 exit problems.
28 - Add sanity check in append.c to ensure that dcr is not NULL.
29   This can happen if multiple drive autochanger SCSI control
30   channel and drive indicies do not correspond.
31 05Dec05
32 - Get next volume from Scratch pool before creating a volume.
33 - Set new Pool defaults in Vol when moved from Scratch Pool.
34 - Remove argument from create_bacula_database for SQLite as it
35   caused an error.
36 - Add back index code so that two drive autochangers can get
37   a second tape.
38 - Change a bunch of debug levels to aid debugging autochangers.
39 - Fix reservation so that mutexes are properly applied.
40 - Rework reservation algorithm so that two drives can be used
41   at the same time.
42 04Dec05
43 - Landon merged his data encription changes into the HEAD
44 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at 
45   If this patch is applied, the number of days can be specified with
46   "list nextvol days=xx"
47   or
48   "status dir days=xx"
49   My use case is to be able to preview the next scheduled job (and the 
50   next tape to be used) on fridays if there are no scheduled jobs during 
51   the weekend.
52 Changes to 1.39.1:
53 03Dec05
54 - Fix font code in gnome2 console user patch. Fixes bug #501.
55 - Fix malformatted bnet error message that caused seg fault
56   fixes bug 502
57 - Applied user patch to improve README.vc8 in src/win32.
58 29Nov05
59 - Add Migrate, Copy, Archive Job types (some where there)
60 - Correct some more editing of JobId's (for 64 bit compatibility).
61 - Ensure that StorageId is stored in Media record when ever possible.
62 - Add Migration Job to Job.
63 - Add Migration Time, Migration High Bytes, Migration Low Bytes
64   Next Pool to Pool resource.
65 - Add more code to mac.c (migration archive copy).
66 - Change Start Storage daemon job to require read and write storage
67   pointers.
68 - Pass read storage data to SD as well as write storage data.
69 - Remove old code from winservice.cpp
70 - Break on error in scan.
71 - Fix typo in signal.c
72 - Separate read/write DCR in SD.  Add jcr->read_dcr.
73 - Cleanup how find_device() works.
74 - Add read output to Status in SD.
75 Changes to 1.39.0:
76 23Nov05
77 - Add red-black btree routines
78 21Nov05
79 - Remove abs() in bfile.c so that it compiles on Solaris. 
80   Bug #491.
81 20Nov05
82 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
83 - Fix bnet-server bug found on OpenBSD. Bug #486
84 - Fix cancel failure bug. Bug #481
85 - Fix failure when Pool name has spaces. Bug #487   
86 - Fix SD crash in autochanger code. Mutex failure. Bug #488
87 - Fix a couple of free()s in src/filed/acl.c
88 - Fix memory overrun in bfile.c in building OS X resource
89   fork filename. Bug #489 
90 - Add Pool name to SD status output.
91 14Nov05
92 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
93 - Make sure to set storage before trying to set drive.
94 - Add bacula_mail_summary.sh to examples directory. It makes
95   a single email summary of any number of jobs. Submitted
96   by Adrew J. Millar.
97 - Make sure when we do a mount to unblock the device even
98   if the drive could not be opened.  
99 13Nov05
100 - Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
101   and correct a few minor problems to make it build on Linux.
102 10Nov05
103 - Remove delete of CVS from all Makefiles
104 - Fix seg fault when clicking on Add button in wx-console
105   restore panel.  Bug #470.
106 - Fix copyright date and URL typo -- bug #468.
107 - Change autostart install for FreeBSD to look for rc.conf  
108   rather than rc.local as suggested fix for bug #466.
109 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
110   grant on status. Bug #465
111 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
112   update script. Bug #464
113 - Tweak #ifdefing a bit in new Win32 stream code.
114 - Fix #ifdeffing for FD_NO_SEND_TEST.
115 - Add documentation of performance #defines