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