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