]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
b91abe4b2ca040d49604cdbd7333b5104d9a9b30
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 2.2.0
3
4   Bacula code: Total files = 438 Total lines = 154,329 (*.h *.c *.in)
5
6 This Director and Storage daemon must be upgraded at the same time,
7 but they should be compatible with all 2.0.x File daemons, unless you
8 use some of the new features that affect the FD.  In other words, you should
9 not have to upgrade all your File daemons.
10
11 The major features are:
12 - First cut of bat (Bacula Administration Tool)
13 - Red/Black restore in memory tree (500 times faster loading).
14 - Much faster insertion of attributes (somewhere around 10 times).
15 - The Regex Where code to allow easier relocation of restored files.
16 - Socket level heartbeat for all connections (untested).
17 - posix_fadvise() use in the FD to improve performance.
18 - Simpler locking in the SD in the reservation system.
19 - Much improved Volume reservation code that should eliminate most
20   conflicts experienced in multiple drive autochangers.
21 - Detection of file size/date change during backup if enabled.
22 - New Recycle Pool feature.
23 - Efficient implementation of very large include/exclude lists.
24 - Volumes are no longer pruned during 'status dir'
25 - Pruning is now more efficient, and if a Volume is purged,
26   during pruning, it is immediately discovered.
27
28 Other features or bug fixes:
29 - Fixed bugs: 846, 809, 772, 822, 825, 824, 808, 802, 797, 
30   798, 795, 789, 791, 788, 780, 763, 782, 612, 767,
31   775, 621, 772, 764, 766, 621, 761, 755, 750, 741,
32   747, 742, 744, and 743.
33 - Only the minumum number of volumes are pruned rather than
34   all volumes in the pool.
35 - wx-console renamed to bwx-console
36 - gnome-console renamed to bgnome-console
37 - Migration preserves original job's FileSetId
38 - Spooling implemented for migration jobs.
39 - Config files can be read through a pipe, by specifying a leading |
40   in front of the configuration path/filename.
41 - New memory command (bconsole) that will print the current Director's
42   memory usage, and a in use buffer dump.
43 - Solaris door and event port files are no longer restored.
44 - Console name changed from *Console* to -Console- to accomodate Win32
45   filename restrictions.  
46 - Corrected Win32 ftruncate bug.
47 - Additional version information added to Job reports.
48 - New -8 option for bsmtp to specify UTF-8 encoding type.
49 - bsmtp will no longer add < > to target (from, to, cc) if there
50   is already a < in the target.
51 - Perfer Mounted Volumes extended to mean a volume that is being
52   mounted by another job.
53 - Runscript timing set to same as version 1.38.11
54 - New TLS Allowed CN directive(s) permitted.
55 - New bconsole 'exec' command to run external script/command.
56 - Turn on FreeBSD/OpenBSD code to set EOT model on tape.
57 - Drop from root done before database is opened.
58 - database user and name can be configured with:
59   --with-db-name=name --with-db-user=user
60 - turn on wait_for_drive in mtx-changer script.
61 - rework how bar codes are handled in mtx-changer script.
62   This appears to have been an unreported bug.
63 - Updated nagios plugin supplied by Christian Masopust
64 - Better restricted console ACL checking.
65 - New Client Connect Wait directive in Storage daemon so that
66   users can configure how long SD waits for FD connection.
67 - Bacula will no longer permit pruning of the currently running
68   job (note, if other jobs are running, they may be pruned).
69 - Sockets are no longer restored.
70 - dbcheck works in 300K chunks so will typically run faster.
71 - Include/Exclude lists can now be efficiently handled for quite
72   large sizes -- tens of thousands of entries.
73 - Several memory leaks in migration and database usage were fixed.
74 - New console keyword restoreclient, which specifies the client to
75   which the restore will be sent. The client keyword specifies 
76   the backup client. The restoreclient keyword is optional if it is
77   not specified, the backup client will also be the restore client.
78 - The disk file size is now checked to ensure that it agrees with the
79   catalog value before Bacula will append to the disk (same as tape
80   and DVD).