]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
New tree commands lsmark+estimate
[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.
8 - Turn off changer Volumes that are not current in the changer.
9 - Enhance "fill" command of btape.
10 - Added an autochanger test to the btape test command.
11 - New "estimate" and "lsmark" in restore command. Estimate gives
12   a byte estimate for the restore, and lsmark does an ls listing 
13   of marked files.
14 - Implement Fast Forward Space File.
15 - New version 1.5.5 Cygwin.
16 - Select the oldest LastWritten volume during recycling.
17 - Modify SD to update the catalog database when it is shutdown,
18   even if the job is canceled.
19
20 Other Changes since 1.32d
21 - The console program will run all commands it finds in ~/.bconsolerc
22   at startup.
23 - Add Dan Langille's changes to the bacula start/stop script that 
24   permit dropping root permissions just after startup.
25
26 Items to note:  !!!!!
27 - The daemon protocol has changed, you must update everything at once.
28 - The database level has been updated. You must either re-initialize
29   your databases with:
30    
31     ./drop_bacula_tables
32     ./make_bacula_tables
33
34   which will delete ALL prior catalog information, or you can
35   update your database with:
36
37     ./update_bacula_tables
38 - smtp has now become bsmtp
39 - console has now become bconsole.
40 - console.conf is now bconsole.conf