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