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