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