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