]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.38
Final changes
[bacula/bacula] / bacula / kes-1.38
1               Technical notes on version 1.38  
2                         Kern Sibbald
3
4 General:
5
6 Changes to 1.38.3:
7 12Dec05
8 - Use localhost if no network configured
9 11Dec05
10 - Eliminated duplicate MaxVolBytes in cat update -- bug 509.
11 - Remove debug print.
12 - Add bail_out in error during state file reading.
13 09Dec05
14 - Merge updates into 1.38 branch
15 - Update specs to include mysql4 define.
16 - Stop read_record() if status not ok in second loop.
17 - Return rec->FileIndex in dcr->VolLastIndex for normal
18   and partial records in read_record().  This allows bscan
19   to get FileIndex at EOT correct.
20 - Fix butil.c to correctly set dcr -- fixes seg fault in bls.
21 08Dec05
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 06Dec05
34 - Reset timeout values before select() per patch from 
35   Frank Sweetser for problems with non-blocking sockets.
36 - Unlink the state file if either reading or writing it gets
37   errors.  Hopefully this will fix Win32 exit problems.
38 - Add sanity check in append.c to ensure that dcr is not NULL.
39   This can happen if multiple drive autochanger SCSI control
40   channel and drive indicies do not correspond.
41 05Dec05
42 - Get next volume from Scratch pool before creating a volume.
43 - Set new Pool defaults in Vol when moved from Scratch Pool.
44 - Remove argument from create_bacula_database for SQLite as it
45   caused an error.
46 - Add back next_vol index code so that two drive autochangers can get
47   a second tape.
48 - Change a bunch of debug levels to aid debugging autochangers.
49 - Fix reservation so that mutexes are properly applied.
50 - Rework reservation algorithm so that two drives can be used
51   at the same time.
52 04Dec05
53 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at 
54   If this patch is applied, the number of days can be specified with
55   "list nextvol days=xx"
56   or
57   "status dir days=xx"
58   My use case is to be able to preview the next scheduled job (and the 
59   next tape to be used) on fridays if there are no scheduled jobs during 
60   the weekend.
61 Changes to 1.39.1:
62 03Dec05
63 - Fix font code in gnome2 console user patch. Fixes bug #501.
64 - Fix malformatted bnet error message that caused seg fault
65   fixes bug 502
66 - Applied user patch to improve README.vc8 in src/win32.
67 29Nov05
68 - Correct some more editing of JobId's (for 64 bit compatibility).
69 - Ensure that StorageId is stored in Media record when ever possible.
70 - Add Migration Job to Job.
71 - Change Start Storage daemon job to require read and write storage
72   pointers.
73 - Pass read storage data to SD as well as write storage data.
74 - Remove old code from winservice.cpp
75 - Break on error in scan.
76 - Fix typo in signal.c
77 - Separate read/write DCR in SD.  Add jcr->read_dcr.
78 - Cleanup how find_device() works.
79 - Add read output to Status in SD.
80 21Nov05
81 - Remove abs() in bfile.c so that it compiles on Solaris. 
82   Bug #491.
83
84 Changes to 1.38.2: 22 November 2005
85 20Nov05
86 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
87 - Fix bnet-server bug found on OpenBSD. Bug #486 (bug originator
88   says this does not fix *his* bug).
89 - Fix cancel failure bug. Bug #481
90 - Fix failure when Pool name has spaces. Bug #487   
91 - Fix SD crash in autochanger code. Mutex failure. Bug #488
92 - Fix a couple of free()s in src/filed/acl.c
93 - Fix memory overrun in bfile.c in building OS X resource
94   fork filename. Bug #489 
95 - Add Pool name to SD status output.
96 - Add Python install dir for Solaris to configure. Bug #492
97
98 Changes to 1.38.1: 15 November 2005
99 14Nov05
100 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
101 - Make sure to set storage before trying to set drive.
102 - Add bacula_mail_summary.sh to examples directory. It makes
103   a single email summary of any number of jobs. Submitted
104   by Adrew J. Millar.
105 - Make sure when we do a mount to unblock the device even
106   if the drive could not be opened.  
107 13Nov05
108 - Merge Scott's new spec files.
109 - Add doc on setting up Win32 environment variable supplied
110   by Kees van den Broek.               
111 - Turn off API debug output unless debug set to avoid confusing
112   the user.
113 - Add Solaris ACL detection in configure.in as supplied by
114   Attila Fulop. 
115 12Nov05
116 - Implement "autochanger drives" protocol so that Dir knows
117   how many drives an autochanger has.
118 - Do not request drive number in label, ... if only one drive.
119 - Turn off debug code.
120 - Fix update slots to clear slot number of every slot before
121   setting it.  This fixes (I believe) bug #471
122 - Make unmount unload the autochanger slot.
123 - Modify open() on mount to be read-only and non-blocking,      
124   otherwise the mount can block for a long time.
125 - Make a few error message numbers unique.
126 - Make a few error messages more correct.
127 - Apply patch from Thorsten to fix Win98 stat() command.
128 10Nov05
129 - Remove delete of CVS from all makefiles.
130 - Fix seg fault when clicking on Add button in wx-console
131   restore panel.  Bug #470.
132 - Fix copyright date and URL typo -- bug #468.
133 - Change autostart install for FreeBSD to look for rc.conf  
134   rather than rc.local as suggested fix for bug #466.
135 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
136   grant on status. Bug #465
137 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
138   update script. Bug #464
139 - Fix off by one for last Slot of autochanger for label.
140 - Update release date.
141 - Tweak an authentication error message in dir.
142 - Fix autoloader so that mutex is set and released around
143   each run_program().  There was a missing set.
144 - Remove an unnecessary drive release in autochanger.
145 - Modify configure.in to add execute option to sqlite3 catalog  
146   scripts.
147 - Create update_xxx_table_8_to_9 scripts for updatedb
148 - Fix wrong variable in bpipe.c debug output reported by user.
149 - Fix improper placement of encode_and_send_attributes() in
150   FD backup.c causing first file of non-portable Win32 backup
151   to have wrong stream. Reported by Thorsten.
152 - Move the -lcrypt for PostgreSQL after the PostgreSQL libs in
153   autoconf/bacula-macros/db.m4 as suggested by user.  Fixes bug #457.
154 - Remove @STATIC_CONS@ from tray-monitor Makefile as suggested
155   by user. Fixes bug #456.
156
157 Released 1.38.0 (28Oct05): 31 October 2005