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