]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.39
Fix bug #491
[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.0:
7 21Nov05
8 - Remove abs() in bfile.c so that it compiles on Solaris. 
9   Bug #491.
10 20Nov05
11 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
12 - Fix bnet-server bug found on OpenBSD. Bug #486
13 - Fix cancel failure bug. Bug #481
14 - Fix failure when Pool name has spaces. Bug #487   
15 - Fix SD crash in autochanger code. Mutex failure. Bug #488
16 - Fix a couple of free()s in src/filed/acl.c
17 - Fix memory overrun in bfile.c in building OS X resource
18   fork filename. Bug #489 
19 - Add Pool name to SD status output.
20 14Nov05
21 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
22 - Make sure to set storage before trying to set drive.
23 - Add bacula_mail_summary.sh to examples directory. It makes
24   a single email summary of any number of jobs. Submitted
25   by Adrew J. Millar.
26 - Make sure when we do a mount to unblock the device even
27   if the drive could not be opened.  
28 13Nov05
29 - Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
30   and correct a few minor problems to make it build on Linux.
31 10Nov05
32 - Remove delete of CVS from all Makefiles
33 - Fix seg fault when clicking on Add button in wx-console
34   restore panel.  Bug #470.
35 - Fix copyright date and URL typo -- bug #468.
36 - Change autostart install for FreeBSD to look for rc.conf  
37   rather than rc.local as suggested fix for bug #466.
38 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
39   grant on status. Bug #465
40 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
41   update script. Bug #464
42 - Tweak #ifdefing a bit in new Win32 stream code.
43 - Fix #ifdeffing for FD_NO_SEND_TEST.
44 - Add documentation of performance #defines