]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Update release notes
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.33
3
4   Bacula code: Total files = 259 Total lines = 78,302 (*.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 - Enhance "fill" command of btape.
14 - Added an autochanger test to the btape test command. It is automatically
15   invoked if the autochanger is properly configured.
16 - New "estimate" and "lsmark" in restore command. Estimate gives
17   a byte estimate for the restore, and lsmark does an ls listing 
18   of marked files.
19 - Implement Fast Forward Space File.
20 - New version 1.5.5 Cygwin.
21 - Select the oldest LastWritten volume during recycling.
22 - Modify SD to update the catalog database when it is shutdown,
23   even if the job is canceled.
24
25 Other Changes since 1.32d
26 - The console program will run all commands it finds in ~/.bconsolerc
27   at startup.
28 - Add Dan Langille's changes to the bacula start/stop script that 
29   permit dropping root permissions just after startup.
30
31 Items to note:  !!!!!
32 - The daemon protocol has changed, you must update everything at once.
33 - The database level has been updated. You must either re-initialize
34   your databases with:
35    
36     ./drop_bacula_tables
37     ./make_bacula_tables
38
39   which will delete ALL prior catalog information, or you can
40   update your database with:
41
42     ./update_bacula_tables
43 - smtp has now become bsmtp
44 - console has now become bconsole.
45 - console.conf is now bconsole.conf
46 - Please don't underestimate the repercussions of the bsmtp and bconsole 
47   name changes!