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