]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Fix conio.c on FreeBSD + fix string concat on FreeBSD
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.33
3
4   Bacula code: Total files = 281 Total lines = 83,815 (*.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 - Implement conio.c to use in console program -- mini-readline.
28 - Enhance "fill" command of btape -- simpler output. Use -v to
29   cause last block to be dumped after write and after re-read.
30 - Added an autochanger test to the btape "test" command. It is 
31   automatically invoked if the autochanger is properly configured.  It
32   is still a bit primitive but covers the essential of testing
33   the mtx-changer script with your autochanger.
34 - Select the oldest LastWritten volume during recycling.
35 - Added forward space file test to btape "test" command.
36 - All 1.32d patches applied.
37 - Fixed seg fault in restore of multiple simultaneous jobs to 
38   a single Volume.
39 - Fixed thread race problem in multiple simultaneous jobs to
40   a single Volume where the volume lable is not in the first 
41   tape block, so the tape is not recognized.
42
43 Items to note:  !!!!!
44 - FreeBSD users NOTE!!!!!
45   You MUST add the following two records to your SD Device resource for
46   tape drives.
47
48      TWOEOF = yes
49      Fast Forward Space File = no
50
51 - The daemon protocol has changed, you must update everything at once.
52 - The database level has been updated. You must either re-initialize
53   your databases with:
54    
55     ./drop_bacula_tables
56     ./make_bacula_tables
57
58   which will delete ALL prior catalog information, or you can
59   update your database with:
60
61     ./update_bacula_tables
62 - smtp has now become bsmtp
63 - console has now become bconsole.
64 - console.conf is now bconsole.conf
65 - Please don't underestimate the repercussions of the bsmtp and bconsole 
66   name changes!