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