]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.39
b1a58fc6dd9e9300f07ca7927f87164727df1efd
[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.1:
7 03Dec05
8 - Fix font code in gnome2 console user patch. Fixes bug #501.
9 - Fix malformatted bnet error message that caused seg fault
10   fixes bug 502
11 - Applied user patch to improve README.vc8 in src/win32.
12 29Nov05
13 - Add Migrate, Copy, Archive Job types (some where there)
14 - Correct some more editing of JobId's (for 64 bit compatibility).
15 - Ensure that StorageId is stored in Media record when ever possible.
16 - Add Migration Job to Job.
17 - Add Migration Time, Migration High Bytes, Migration Low Bytes
18   Next Pool to Pool resource.
19 - Add more code to mac.c (migration archive copy).
20 - Change Start Storage daemon job to require read and write storage
21   pointers.
22 - Pass read storage data to SD as well as write storage data.
23 - Remove old code from winservice.cpp
24 - Break on error in scan.
25 - Fix typo in signal.c
26 - Separate read/write DCR in SD.  Add jcr->read_dcr.
27 - Cleanup how find_device() works.
28 - Add read output to Status in SD.
29 Changes to 1.39.0:
30 23Nov05
31 - Add red-black btree routines
32 21Nov05
33 - Remove abs() in bfile.c so that it compiles on Solaris. 
34   Bug #491.
35 20Nov05
36 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
37 - Fix bnet-server bug found on OpenBSD. Bug #486
38 - Fix cancel failure bug. Bug #481
39 - Fix failure when Pool name has spaces. Bug #487   
40 - Fix SD crash in autochanger code. Mutex failure. Bug #488
41 - Fix a couple of free()s in src/filed/acl.c
42 - Fix memory overrun in bfile.c in building OS X resource
43   fork filename. Bug #489 
44 - Add Pool name to SD status output.
45 14Nov05
46 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
47 - Make sure to set storage before trying to set drive.
48 - Add bacula_mail_summary.sh to examples directory. It makes
49   a single email summary of any number of jobs. Submitted
50   by Adrew J. Millar.
51 - Make sure when we do a mount to unblock the device even
52   if the drive could not be opened.  
53 13Nov05
54 - Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
55   and correct a few minor problems to make it build on Linux.
56 10Nov05
57 - Remove delete of CVS from all Makefiles
58 - Fix seg fault when clicking on Add button in wx-console
59   restore panel.  Bug #470.
60 - Fix copyright date and URL typo -- bug #468.
61 - Change autostart install for FreeBSD to look for rc.conf  
62   rather than rc.local as suggested fix for bug #466.
63 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
64   grant on status. Bug #465
65 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
66   update script. Bug #464
67 - Tweak #ifdefing a bit in new Win32 stream code.
68 - Fix #ifdeffing for FD_NO_SEND_TEST.
69 - Add documentation of performance #defines