]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
2f6d4165734816dc4868de419b256746016846d0
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.33
3
4   Bacula code: Total files = 281 Total lines = 83,612 (*.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 - FreeBSD users NOTE!!!!!
44   You MUST add the following two records to your SD Device resource for
45   tape drives.
46
47      TWOEOF = yes
48      Fast Forward Space File = no
49
50 - The daemon protocol has changed, you must update everything at once.
51 - The database level has been updated. You must either re-initialize
52   your databases with:
53    
54     ./drop_bacula_tables
55     ./make_bacula_tables
56
57   which will delete ALL prior catalog information, or you can
58   update your database with:
59
60     ./update_bacula_tables
61 - smtp has now become bsmtp
62 - console has now become bconsole.
63 - console.conf is now bconsole.conf
64 - Please don't underestimate the repercussions of the bsmtp and bconsole 
65   name changes!