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