]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Update ReleaseNotes
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.33
3
4   Bacula code: Total files = 261 Total lines = 80,969 (*.h *.c *.in)
5
6 Most Significant Changes since 1.32d
7 - Implement "update slots scan" that reads the volume label(s).
8 - The full form of the scan is "scan=1,2,4-5,7". With no specification,
9   all occupied slots are scanned.
10 - Turn off changer Volumes that are not current in the changer when
11   an "update slots" is done, or if any tape operation discovers that
12   the right volume is not in the slot.
13 - The console program will run all commands it finds in ~/.bconsolerc
14   at startup.
15 - Add Dan Langille's changes to the bacula start/stop script that 
16   permit dropping root permissions just after startup.
17 - New version 1.5.5-1 Cygwin.
18 - Modify SD to update the catalog database when it is shutdown,
19   even if the job is canceled.
20 - Fixed seg fault in restore of multiple simultaneous jobs to 
21   a single Volume.
22 - Fixed thread race problem in multiple simultaneous jobs to
23   a single Volume where the volume lable is not in the first 
24   tape block, so the tape is not recognized.
25
26 Other Changes since 1.32d
27 - Enhance "fill" command of btape -- simpler output. Use -v to
28   cause last block to be dumped after write and after re-read.
29 - Added an autochanger test to the btape "test" command. It is 
30   automatically invoked if the autochanger is properly configured.  It
31   is still a bit primitive but covers the essential of testing
32   the mtx-changer script with your autochanger.
33 - Select the oldest LastWritten volume during recycling.
34 - Added forward space file test to btape "test" command.
35 - All 1.32d patches applied.
36 - Fixed seg fault in restore of multiple simultaneous jobs to 
37   a single Volume.
38 - Fixed thread race problem in multiple simultaneous jobs to
39   a single Volume where the volume lable is not in the first 
40   tape block, so the tape is not recognized.
41
42 Items to note:  !!!!!
43 - The daemon protocol has changed, you must update everything at once.
44 - The database level has been updated. You must either re-initialize
45   your databases with:
46    
47     ./drop_bacula_tables
48     ./make_bacula_tables
49
50   which will delete ALL prior catalog information, or you can
51   update your database with:
52
53     ./update_bacula_tables
54 - smtp has now become bsmtp
55 - console has now become bconsole.
56 - console.conf is now bconsole.conf
57 - Please don't underestimate the repercussions of the bsmtp and bconsole 
58   name changes!