]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Change IFNULL to COALESCE, which is more portable
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.33
3
4   Bacula code: Total files = 283 Total lines = 84,818 (*.h *.c *.in)
5
6 New directives:
7 - "Close on Poll = yes/no" in SD Device resource.
8 - "Volume Poll Interval = time-interval" in SD Device resource.
9 - "Two EOF = yes/no" in SD Device resource.
10 - "Maximum Network Buffer Size = size" in SD Device resource.
11 - "Maximum Network Buffer Size = size" in FD FileDaemon (or Client) resource.
12 - "Console" new resource in Director conf file.
13      New directives: Name, Description, Password, JobACL, ClientACL,
14         StorageACL, ScheduleACL, RunACL, PoolACL, CommandACL,
15         FileSetACL, CatalogACL.
16 - "Max Run Time = duration" in Director Job resource.
17 - "Max Wait Time = duration" in Director Job resource (not fully implemented).
18 - "JobDefs = name-of-resource" in Director Job resource.
19 - "Jobdefs" new resource in Director. Same directives as for a Job.
20 - "Full Backup Pool = xxx" in Job resource in the Director.
21 - "Incremental Backup Pool = xxx" in Job resource in the Director.
22 - "Differential Backup Pool = xxx" in Job resource in the Director.
23 - Three new options on the Run override statement in a Schedule resource:
24    FullPool=xxx
25    IncrementalPool=xxx
26    DifferentialPool=xxx
27
28 New Commands:
29 - "SetIP"
30 - Added "pool=xxx" to restore command line.
31 - Added "fileset=xxx" to restore command line.
32 - Fixed "storage=xxx" on restore command line.
33 - "markdir" command in restore tree.
34 - "unmarkdir" command in restore tree.
35 - "quit" command in restore tree.
36
37 Most Significant Changes since 1.32d
38 - The ability to ask the Storage daemon on a device by device basis
39   to "poll" the tape drive at a given interval (minimum 1 minute). If
40   a tape is found, its label is read and if appropriate it is used.
41   This eliminates the need to do "mount" commands.
42 - The ability to close and re-open the device when a poll occurs. 
43   This permits dealing with certain recalcitrant autochangers that
44   invalidate devices (typically on FreeBSD).
45 - Dan Langille has written a PostgreSQL driver for Bacula.
46 - Implement "update slots scan" that reads the volume label(s).
47 - The full form of the scan is "scan=1,2,4-5,7". With no specification,
48   all occupied slots are scanned.
49 - Turn off changer Volumes that are not current in the changer when
50   an "update slots" is done, or if any tape operation discovers that
51   the right volume is not in the slot.
52 - The console program will run all commands it finds in ~/.bconsolerc
53   at startup.
54 - Add Dan Langille's changes to the bacula start/stop script that 
55   permit dropping root permissions just after startup.
56 - New version 1.5.5-1 Cygwin.
57 - Modify SD to update the catalog database when it is shutdown,
58   even if the job is canceled.
59 - Fixed seg fault in restore of multiple simultaneous jobs to 
60   a single Volume.
61 - Fixed thread race problem in multiple simultaneous jobs to
62   a single Volume where the volume lable is not in the first 
63   tape block, so the tape is not recognized.
64
65 Other Changes since 1.32d
66 - Restore directory tree automatically selects all higher level
67   directories to be restored.
68 - Implement conio.c to use in console program -- mini-readline.
69 - Enhance "fill" command of btape -- simpler output. Use -v to
70   cause last block to be dumped after write and after re-read.
71 - Added an autochanger test to the btape "test" command. It is 
72   automatically invoked if the autochanger is properly configured.  It
73   is still a bit primitive but covers the essential of testing
74   the mtx-changer script with your autochanger.
75 - Select the oldest LastWritten volume during recycling.
76 - Added forward space file test to btape "test" command.
77 - All 1.32d patches applied.
78 - Fixed seg fault in restore of multiple simultaneous jobs to 
79   a single Volume.
80 - Fixed thread race problem in multiple simultaneous jobs to
81   a single Volume where the volume lable is not in the first 
82   tape block, so the tape is not recognized.
83
84 Items to note:  !!!!!
85 - FreeBSD users NOTE!!!!!
86   You MUST add the following two records to your SD Device resource for
87   tape drives.
88
89      TWOEOF = yes
90      Fast Forward Space File = no
91
92 - The daemon protocol has changed, you must update everything at once.
93 - The database level has been updated. You must either re-initialize
94   your databases with:
95    
96     ./drop_bacula_tables
97     ./make_bacula_tables
98
99   which will delete ALL prior catalog information, or you can
100   update your database with:
101
102     ./update_bacula_tables
103 - smtp has now become bsmtp
104 - console has now become bconsole.
105 - console.conf is now bconsole.conf
106 - Please don't underestimate the repercussions of the bsmtp and bconsole 
107   name changes!