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